body{
    font-family: "Quicksand", serif;
}
.container-main{
    padding: 30px;
}

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

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

.login-form .signup-title-sub{
    font-size: 15px;
}
.login-form .extra-height{
    height: 135px;
}
.login-form .signup-title{
    color: #25286b;
    font-weight: 500;
}
.login-input-section .form-control.emailOrPhone{
    margin-top: 25px;
}
.login-submit{
    background-color: #25286b;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    color: white;
}
.login-form .foget-pwd{
    color : #25286b;
    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: #25286b;
    border:1px solid #25286b;
}
.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%;
}


.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;
    }
}


/*New CSS*/


.user-main-div{
     background-image: url(../images/shape-bg.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* @media (min-width:768px){
    .user-main-div{
        display: flex;
        height: 100vh;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .user-main-div .container-fluid{
        height: 100vh;
        width: 100%;
        display: flex;
    }
} */

.login-page .brand{
    text-align: center;
}
.brand-logo{
    margin-bottom: 40px;
}
.form {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ffffff;
  padding:40px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.login-page .login-form h2{
    font-size: 24px;
    font-weight: 600;
}

.form input {
    outline: none;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 15px;
    font-size: 14px;
}

.form input:focus {
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
}

.login-page .login-form .form-group{
    margin-bottom: 20px;
}

.login-page .login-form .input-group-text{
    margin: 15px 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 0px;
    right: 8px;
    z-index: 99;
}

span:not(.registration-form span, .toggle-password) {
    color: red;
    margin: 10px 0;
    font-size: 14px;
}

.form button,
.btn-primary-submit {
    outline: 0;
    background: #25286b;
    width: 100%;
    border: 0;
    margin-top: 10px;
    border-radius: 3px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 15px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.form button:hover,
.btn-primary-submit:hover,
.form button:active,
.form button:focus {
    background: #3b3e8a;
    color: #fff;
}

.message{
    margin: 15px 0;
    text-align: center;

}
.form .message a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.login-avenues{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-avenues h2{
    font-size: 30px;
    FONT-WEIGHT: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.login-avenues ul{
    list-style: auto;
    padding: 0;
    margin-bottom: 0px;
}

.login-avenues ul li{
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.avenue-box{
    padding: 20px;
    transition: all 0.5s ease;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 10px;
    text-align: center;
    height: 190px;
}

.avenue-box i{
    font-size: 60px;
    line-height: 72px;
    transition: all 0.5s ease;
    display: inline-block;
    color: #4ecaed;
    margin-bottom: 20px;
}

.avenue-box img{
   height: 70px;
    margin-bottom: 20px;
}

.avenue-box p{
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 0px;
}

@media (max-width:767px){
    .brand-logo{
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .avenue-box{
        margin: 20px 0 0 0;
    }
    .avenue-box img {
        height: 60px;
    }
    .avenue-box i{
        font-size: 40px;
        margin-bottom: 0;
    }
    .avenue-box p {
        font-size: 16px;
    }
    .user-main-div{
        background-image: none;
    }
}

/* @media (max-width:1023px){
    .user-main-div{
        background-image: none;
    }

} */

@media (min-width:768px) and (max-width:991px){
     .brand-logo{
        height: 80px;
    }
}


@media (min-width:1024px) and (max-width:1200px){
    .avenue-box{
        margin: 10px 5px;
    }
    .avenue-box img {
        height: 62px;
    }
    .avenue-box i{
        font-size: 45px;
        margin-bottom: 0;
    }
    .avenue-box p {
        font-size: 20px;
    }
}

/* @media (min-width:1200px) and (max-width:1500px){
    .user-main-div{
        height: auto !important;
    }
}

@media (min-width:768px) and (max-width:1900px){
    .user-main-div{
        height: 100vh;
    }
} */

@media (max-width: 575.98px) { /* Extra small devices (portrait phones, less than 576px) */
    .user-main-div {
        background-position: center;
        padding: 10px;
    }
     .user-main-div .container > .row {
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { /* Small devices (landscape phones, 576px and up) */
    .user-main-div {
        background-position: center right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { /* Medium devices (tablets, 768px and up) */
    .user-main-div {
             background-position: center;
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { /* Large devices (desktops, 992px and up) */
    .user-main-div {
        background-position: top right;
    }
}

@media (min-width:1400px){
    .brand-logo {
        height: 90px;
    }
}

/* Full height row centering */
 .user-main-div .container > .row {
    /* min-height: 100vh; */
    flex-wrap: wrap;
    margin: 0;
}

