body {
    background: #f1f1f1;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

.block-center {
    margin: 0 auto;
}

.mt-xl {
    margin-top: 100px !important;
}

.wd-xl {
    width: 500px;
}

.panel {
    margin-bottom: 0;
    border: 0;
}

.panel-body {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    color: rgb(63, 62, 62);
    font-weight: bold;
    font-size: large;
    text-align: left;
}

.panel-dark {
    border-color: #cfdbe2;
}

.panel-flat {
    margin: 0 !important;
    border: 0;
}

.panel-dark>.panel-heading {
    color: #080808;
    background-color: #efefef;
    border-color: #e2e4e7;
}

.pv {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.form-control-feedback {
    left: 16px;
    right: auto;
}

a.text-muted:hover, a.text-muted:focus {
    color: #748690;
}

.abs-center {
    /* height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

.mb-lg {
    margin-bottom: 15px !important;
}

.mb-xl {
    margin-bottom: 30px !important;
}

.text-sm {
    font-size: 11.9px;
}

.text-md {
    font-size: 26.6px;
}

.text-lg {
    font-size: 42px;
}

.p-lg {
    padding: 15px !important;
}

.reset_password_page {
    background: #f7f7f7;
    height: 100vh;
}

.reset_password_page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.reset_password_page .logo {
    max-width: 230px;
}

.reset_password_page .logo img {
    width: 100%;
}

/* .reset_password_page .abs-center.content_container {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
} */

.reset_password_page .abs-center.content_container {
    background: #fff;
    padding: 32px 40px;
    display: flex;
    width: 60%;
    flex-direction: column;
    box-shadow: 0px 0px 1px 0px rgba(107, 107, 107, 0.12156862745098039);
}

.reset_password_page .abs-center.content_container .mb-lg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 0px;
}

.reset_password_page .abs-center.content_container .mb-lg:after {
    position: absolute;
    content: '';
    background: #00aeef;
    height: 1px;
    width: 100%;
    bottom: -2px;
    opacity: .3;
}

.reset_password_page .abs-center.content_container .text-muted {
    font-size: 42px;
    color: #00aeef;
    position: relative;
    top: 3px;
}

.reset_password_page .abs-center.content_container h1 {
    color: #00aeef;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin-left: 6px;
}

.reset_password_page .abs-center.content_container .user_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
    justify-content: start;
}

.reset_password_page .abs-center.content_container p {
    color: #232323;
    font-size: 17px;
    margin: 0px 0px 6px 0px;
    text-align: left;
    line-height: 32px;
}

.copyright_section {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
}

.copyright_section p {
    margin-bottom: 5px;
}

p.rights_reserv {
    font-size: 11px;
}

.reset_password_page.setting_new_password .abs-center.content_container .text-muted {
    font-size: 14px;
    color: #3f3e3e;
    position: relative;
}

.reset_password_page.setting_new_password .block-center.wd-xl {
    width: 600px;
}

.reset_password_page.setting_new_password .abs-center.content_container {
    width: 100%;
}

.reset_password_page.setting_new_password .abs-center.content_container.wd-xl {
    width: 100% !important;
    margin: 0 auto !important;
}

.reset_password_page.setting_new_password .abs-center.content_container h1 {
    color: #00aeef;
    font-size: 28px;
}

.reset_password_page.setting_new_password .abs-center.content_container .mb-lg {
    margin-bottom: 0px !important;
}

.reset_password_page.setting_new_password .abs-center.content_container em.text-muted {
    font-size: 30px;
    color: #00aeef;
}

.setting_new_password .resultant.alert-info {
    margin-bottom: 20px;
    font-size: 20px;
    background: #e3f7e3;
    border-color: #b8efb8;
    text-align: center;
}

.reset_password_page.setting_new_password.forgot_pass .panel {
    box-shadow: none;
}

.reset_password_page.setting_new_password.forgot_pass .anc_login_page {
    float: right;
    line-height: 34px;
    margin-top: 20px;
    font-size: 18px;
}