.login-form{

}
.login-form .section1{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    background: #FBFAFA;
}
.login-form .section1 .row{

}
.login-form .section1 .image-content{
    text-align: center;
    background-image: url(../../images/system/login/c-login.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
.login-form .section1 .image-content img{
    max-width: 60%;
}
.login-form .section1 .form-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-form .section1 form{
    background: #FFFFFF;
    border-radius: 15px;
    margin: 0 auto;
    width: 69%;
    padding: 20px 40px 60px;
}
.login-form .section1 form h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #414344;
    margin: 0 0 25px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-form .section1 form h3 span{
    
}
.login-form .section1 form h3 span a{
    
}
.login-form .section1 form h3 span a:hover,
.login-form .section1 form h3 span a:active,
.login-form .section1 form h3 span a:focus{
    outline: none;
    text-decoration: none;
}
.login-form .section1 form h3 span i{
    color: #000;
}
.login-form .section1 form .field{
    margin-bottom: 25px;
    padding: 0;
}
.login-form .section1 form .field label{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #414344;
    margin: 0 0 18px;
}
.login-form .section1 form .field input::-webkit-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E3E1E1;
}
.login-form .section1 form .field input::-moz-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E3E1E1;
}
.login-form .section1 form .field input:-ms-input-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E3E1E1;
}
.login-form .section1 form .field input::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #E3E1E1;
}
.login-form .section1 form .field input{
    font-family: 'Inter', sans-serif;
    box-shadow: none;
    border: 1px solid #E3E1E1;
    border-radius: 4px;
    height: 60px;
    padding: 0 20px;
}
.login-form .section1 form .field.button{
    text-align: center;
    margin: 0;
}
.login-form .section1 form .field button{
    font-family: 'Inter', sans-serif;
    background: #0A55C6;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: #FCFCFC;
    padding: 20px 0;
}