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

.resetpwd-form input[type=text]{
    background-color: #FAFAFA;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.input-group>.form-select{
    font-size: 14px;
    border: 1px 13%#0000;
    color: #858383;
    width: 100%;
}

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

.resetpwd-form .extra-height{
    height: 135px;
}

.resetpwd-form .resetpwd-title{
    font-family: "Varela Round";
    font-size: 32px;
}
.resetpwd-form .input-password{
    border-right: none;
}
.resetpwd-form .input-group-text{
    background-color: #fff;

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

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

.resetpwd-img{
    width: 100%;
    margin: auto;
}

@media  screen and (max-width:768px) {
    .resetpwdimg-section{
        display: none;
    }
    .resetpwd-form .resetpwd-text{
        font-size: 13px;
    }
   
}
@media screen and (max-width:800px){
    .resetpwd-form .resetpwd-title{
        font-size: 18px;
    }
    .resetpwd-form .resetpwd-text{
        font-size: 13px;
    }
}
@media screen and (min-width:801px) and (max-width:920px) {
    .resetpwd-form .resetpwd-title{
        font-size: 20px;
    }
    .resetpwd-form .resetpwd-text{
        font-size: 13px;
    }
}

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