/* content - template */
.content-center {
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: calc(100vw - 66%) !important;
    box-sizing: border-box;
}

h2, .h2, .content-center {
    margin-bottom: 16px !important;
}

#togglePassword {
    right: 0rem;
    bottom: 0rem;
    z-index: 2;
}

.fa.fa-eye-slash, .fa.fa-eye {
    font-size: 13px;
}

/* RESPO */

/* respo content - template */
@media (max-width: 767px) {
    .content-center {
        max-width: 100%;
        width: 100% !important;
    }
}
