/* .form-check-input {
    position: relative;
    top: 5px;
} */
.form-check-label {
    font-size: 20px;
}
.area-input-password {
    position: relative;
}
.input-password {
    padding-right: 40px;
}
span.show-password,
span.hide-password {
    top: 40px;
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    color: #868E96;
}
@media screen and (max-width: 375px) {
    span.show-password,
    span.hide-password {
        right: 7px !important;
    }
}
/*
.login-view span.show-password,
.login-view span.hide-password {
    user-select: none;
    cursor: pointer;
    right: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
*/
span.show-password,
span.hide-password {
    display: none;
}
.lnk-forgot-password {
    text-decoration: none;
}
.register-btn {
    width: 145px;
    font-size: 14px;
    margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
    .page-lbl {
        padding: 0;
    }
    .content-block {
        padding: 50px 0;
    }
}
