/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');*/


#playground-container {
    height: 500px;
    overflow: hidden !important;
}

.main {
    margin-top: 70px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    padding: 0px;
    background: #2196f3;
}

.fb:focus, .fb:hover {
    color: FFF !important;
}

body {
    font-family: 'Raleway', sans-serif;
}

.left-side {
    padding: 0px 0px 0px;
    background-size: cover;
}

    .left-side h3 {
        font-size:;
        color: #FFF;
        padding: 50px 10px 00px 26px;
    }

    .left-side p {
        font-weight: 600;
        color: #FFF;
        padding: 10px 10px 10px 26px;
    }


.fb {
    background: #2d6bb7;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 26px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.tw {
    background: #20c1ed;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.right-side {
    padding: 0px 0px 0px;
    background: #FFF;
    background-size: cover;
    min-height: 514px;
}

    .right-side h3 {
        font-size: 30px;
        font-weight: 400;
        color: #000;
        padding: 50px 10px 00px 50px;
    }

    .right-side p {
        font-weight: 400;
        color: #000;
        padding: 10px 50px 10px 50px;
    }

.form {
    padding: 10px 50px 10px 50px;
}

.form-control {
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #2196f3 !important;
    border-top: 1px !important;
    border-left: none !important;
    border-right: none !important;
}

.btn-deep-purple {
    background: #2196f3;
    border-radius: 18px;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    float: right;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}
/*form login spinner*/
/*.modalcstm {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}*/

.loading {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    /*font-family: Arial;*/
    font-size: 10pt;
    /*border: 5px solid #67CFF5;*/
    /*width: 200px;
    height: 100px;*/
    display: none;
    position: absolute;
    background-color: White;
    z-index: 999;
}
