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

.forgotpwd-form input[type=text]{
    background-color: #FAFAFA;
    /* padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px; */
}
.forgotpwd-form input[type=text]{
    padding: 10px 20px !important;
}
.input-group>.form-select{
    font-size: 14px;
    border: 1px 13%#0000;
    color: #858383;
    width: 100%;
}
/* .forgotpwd-form{
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 8px;
} */
.forgotpwd-form .forgotpwd-title{
    color: #1E3FB1;
    text-align: center;
    margin-bottom: 30px;
}
/* .main-forgot-password{
    background-image: url(../images/blue-curve.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
} */

.main-forgot-password .container-main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100VH;
}
.forgotpwd-form{
    border: 1px solid #ced4da;
    background: #fff;
    padding: 62px 10px;
}
.forgotpwd-form .extra-height{
    height: 135px;
}

.forgotpwd-form .forgotpwd-title{
    font-family: "Varela Round";
    font-size: 32px;
}

.forgotpwd-form .forgotpwd-text{
    font-family: "Varela Round";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    opacity: 0.7;
    line-height: 24px;
}

.forgotpwd-submit{
    background-color: #1E3FB1;
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0px;
    color: white;  
    margin-top: 20px;
}

.forgotpwd-img{
    width: 100%;
    margin: auto;
}
.forgotpwdimg-section img {
    height: -webkit-fill-available;
    width: 100%;
}
@media  screen and (max-width:767px) {
 .forgotpwdimg-section{
        display: none;
    } 
}
@media  screen and (max-width:768px) {
    /* .forgotpwdimg-section{
        display: none;
    } */
    .forgotpwd-form .forgotpwd-text{
        font-size: 13px;
    }
   
}
@media screen and (max-width:800px){
    .forgotpwd-form .forgotpwd-title{
        font-size: 26px !important;
    }
    .forgotpwd-form .forgotpwd-text{
        font-size: 13px;
    }
}
@media screen and (min-width:801px) and (max-width:920px) {
    .forgotpwd-form .forgotpwd-title{
        font-size: 20px;
    }
    .forgotpwd-form .forgotpwd-text{
        font-size: 13px;
    }
}

@media screen and (min-width:921px) and (max-width:1171px) {
    .forgotpwd-form .forgotpwd-title{
        font-size: 23px;
    }
    .forgotpwd-form .forgotpwd-text{
        font-size: 13px;
    }
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}
