:root{
    --primary-color: #1439cd;
    --secondary-color: #00d1ff;
}

html{  
    height: 100%;
    /* overflow: hidden; */
}

body{
    font-family: 'Inter', sans-serif;
    height: calc(100%);
    background: url(../img/loginbg.png);
}


a{
    text-decoration: none !important; 
}

.section_1 h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #222;
}

.section_1 p{
    color: #8798AD;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.section_1 form.user{
    margin-top: 50px;
}

.section_1 label{
    color: #B0BAC9;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.section_1 .sign_up_link{
    text-align: center;
    margin-top: 18px;
}

.section_1 .sign_up_link label{
    text-transform: initial;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.section_1 .sign_up_link label span{
    color: var(--primary-color);
    font-weight: 500;
    margin-left: 5px;
}

.section_1 .submit{
    background: var(--secondary-color);
    color: var(--white);
    font-weight: 400;
    padding: 14px;
    border-radius: 8px;
}

.section_1 .form-control-user::placeholder{
    color: #9f9f9f;
    font-weight: 300;
}

.section_1 .form-control-user{
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    color: #111;
    min-height: 50px;
    border-radius: 0px;
}
.section_1 a{
    color: #9f9f9f;
}
.section_1 a:hover{
    color: var(--primary-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background: #fff;
}
form .form-group a {
    color: #B0BAC9;
    text-decoration: none;
}

.section_2 {
    width: 100%;
    height: calc(100%);
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.section_2content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    height: 100%;
    position: relative;
}
.section_2 img {
    position: absolute;
    right: 60px;
    height: 84%;
    top: 52%;
    translate: 0 -50%;
}


.section_1.left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
    background-color: #fff;
}

.section_1.left .form-area{
    width: 500px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.01); */
}
.input-icon {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 10px;
}
@media (max-width:580px) {
    .section_1.left .form-area {
        padding: 40px 30px;
    }
}
.client-rev {
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 25px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #ffffff3d;
    /* width: 570px; */
    margin: auto;
}
.client-rev p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.client-rev h5 {
    margin: 0;
    font-size: 18px;
}
.log-content {
    list-style: circle;
    color: #fff;
    font-size: 16px;
    line-height: 2.3;
    margin: 30px 0;
}