
.container-main{
    padding: 30px;
}
.container-fluid{
    font-family: "Varela Round";
}

.form-outline>input{
    border: 1px 13%#0000;
    font-size: 14px;
}

.form-label{
    font-family: "Varela Round";
    font-size: 15px;
}

.form-group input{
    font-size: 14px;
}

.login-form{
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 8px;
}

.login-form input[type=text],
.login-form input[type=password]{
    padding : 10px 20px !important;
}
.login-form .signup-title-sub{
    font-family: "Varela Round";
    font-size: 15px;
}
.login-form .extra-height{
    height: 135px;
}
.login-form .signup-title{
    color: #1E3FB1;
}
.login-input-section .form-control.emailOrPhone{
    margin-top: 25px;
}
.login-submit{
    background-color: #1E3FB1;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    color: white;  
}
.login-form .foget-pwd{
    color : #1E3FB1;
    text-decoration: none;
    text-align: end;
    margin-top: 10px;
}
.login-form .have-account a{
    text-decoration: none;
    color : #1E3FB1;
    padding-left: 5px;
}
.login-img{
    width: 100%;
    margin: auto;
}
.get-otp{
    display: flex;
    justify-content: center;
}
.get-otp .next-form{
    margin-right: 20px;
}
.get-otp .next-form, .get-otp .password-form{
    width: 40%;
    border-radius: 50px;
}
.get-otp .password-form{
    background: #fff;
    color: #1E3FB1;
    border:1px solid #1E3FB1;
}
.have-account{
    margin-top: 16px;
    display: block;
    text-align: center;
}
.Download-app{
    margin-top: 15px;
    text-align: center;
}
.Download-app h5{
    font-size: 18px;
}
.Download-app .app{
    display: flex;
    justify-content: center;
}
.Download-app .app img{
    height: 50px;
}
.loginimg-section img{
    height: -webkit-fill-available;
    width: 100%;
}

/* .user-main-div{
    background-image: url(../images/blue-curve.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
} */

.container-main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100VH;
}
.container-main .login-form{
    box-shadow: 0 .5rem 1rem #00000026;
    background: #fff;
    /* border: none; */
    padding: 27px 30px;
    border-radius: 0px;
}
.user-bg-images img{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.login-title h2{
    color: #1E3FB1;
    text-align: center;
    margin-bottom: 30px;
}
.login-otp{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.login-otp .next-form{
    margin-right: 25px;
    margin-top: 0;
    padding: 10px 20px;
    width: 30%;
}
.login-otp .password-form{
    background: #fff;
    color: #1E3FB1;
    border: 1px solid #1E3FB1;
    margin: 0;
    padding: 10px 20px;
    width: 30%;
}
.otp{
    float: right;
    margin-top: 10px;
    color: #1E3FB1;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .login-form .signup-title{
        font-size: 26px !important;
    }
}
