.custom_label{
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #111827;
}
.custom_input{
    height: 38px;
    font-size: 1.4rem;
    color: #111827;
    border-radius: 6px;
}
.custom_button{
    height: 38px;
    padding:0 35px;
    font-size: 1.4rem;
    font-weight: bold;
}
.content-reset-password {
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
/* Css for IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-reset-password {
        /*header height: 64px*/
        /*footer height: 68px*/
        min-height: calc(100vh - 64px - 68px);
    }
}