
body{
    background: linear-gradient(to right, #fff 50%, #F5F6FA 50%);
}
.sign_up{
    min-height: 1px;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
.log_logo{
    height: 80px;
    width: 50%;
    margin: 10px 0;
}
.log_logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.log_form{
    min-height: 1px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}
.sign_up .uname{
    width: 100%;
    margin: 10px 0;
}
.uname .top_l{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.uname .top_l a{
    float: right;
}
.log_formcontainer label{
    font-size: 14px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.8);
}
.log_form input{
    width: calc(100% - 0px);
    padding: 10px;
    border-radius: 3px;
    border: .5px solid #ccc;
    color: #3c4d62;
}
.submit_uname{
    width: 100%;
    margin: 20px 0;
}
.submit_uname input[type=submit]{
    width: calc(100% - 0px);
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    border: none;
    background-color: #6576ff;
    transition: .5s;
}
.submit_uname input[type=submit]:hover{
    cursor: pointer;
    background-color: #3F54FF;
}
.top_info h1{
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
    color: rgba(0,0,0,0.8);
}
.top_info p{
    font-size: 13px;
    color: rgba(0,0,0,0.6);
}
.create_acc{
    width: 100%;
    margin: 10px auto;
    min-height: 1px;
    overflow: hidden;
}
.create_acc p{
    padding-right: 8px;
    font-size: 14px;
}
.log_formcontainer{
    background-color: #fff;
}
.log_formcontainer a{
    color: #6576ff;
    line-height: 25px;
    font-size: 14px;
    transition: .5s;
    text-decoration: none;
}
.log_formcontainer a:hover{
    color: #3F54FF;
}
.log_formcontainer p{
    font-size: 14px;
    line-height: 25px;
}
.terms_conditions{
    width: 100%;
    margin: 20px auto;
    min-height: 1px;
    overflow: hidden;
}
.terms_conditions .w25{
    text-align: center;
}
.rightside{
    background-color: #F5F6FA;
}
.log_crsl{
    width: 100%;
    margin-top: 15vh;
}
.dash_image{
    height: 50vh;
    width: 100%;
}
.dash_image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.dash_info{
    text-align: center;
    width: 80%;
    margin: 10px auto;
}
.dash_info h1{
    font-size: 20px;
    line-height: 25px;
    color: rgba(0,0,0,0.8);
}
.dash_info p{
    padding-top: 5px;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,0.6);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #3F54FF!important;
}
.agree_check{
    min-height: 1px;
    overflow: hidden;
    width: 100%;
}
.agree_check label{
    font-weight: 100;
}
.log_formcontainer input[type=checkbox]{
    float: left;
    width: 10%;
    margin-top: 5px;
    height: 15px;
}
.log_formcontainer button[disabled]{
    background-color: #ccc;
}
.log_formcontainer button[disabled]:hover{
    cursor: not-allowed;
}
.google_signin{
    padding: 10px!important;
    width: calc(50% - 20px);
    border: 0;
    background-color: #FFF;
    border: 0.2px solid #1876d2;
    border-radius: 5px;
    color: #1876d2;
    cursor: pointer;
}
.google_signin span{
    position: relative;
    top: 8px;
}
.google_signin img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
@media only screen and (max-width:600px){
    .sign_up{
        padding: 0;
    }
    .log_formcontainer .w60{
        width: 90%;
    }
    .log_logo{
        margin: 10px auto;
        height: 50px;
    }
    .top_info{
        text-align: center;
    }
    .log_form{
        width: 100%;
    }
    .agree_check label{
        font-size: 12px;
    }
    .agree_check label a{
        font-size: 12px;
    }
    .terms_conditions .w40{
        width: 50%;
    }
    .terms_conditions .w25:nth-child(2){
        width: 30%;
    }
    .terms_conditions .w25:nth-child(3){
        width: 20%;
    }
    .login_copyright{
        text-align: center;
        padding-bottom: 10px;
    }
    .dash_image{
        width: 90%;
        margin: 0 5%;
    }
    .dash_image img{
        object-fit: contain;
    }
}