.bg-login {
    background-image: url('../images/background/bg-login.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.authentication-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.account-pages, .card, .card-body {
    position: relative;
    z-index: 2;
}
.password-text {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}
.text-description{
    text-align: left;
}
.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #98BE3A;
    border-color: #98BE3A;
}
.btn-warning {
    color: #fff;
    background-color: #98BE3A;
    border-color: #98BE3A;
}
.btn-warning:hover {
    color: #fff;
    background-color: #657E26;
    border-color: #657E26;
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #657E26;
    border-color: #657E26;
}
.btn {
    font-weight: 600;
}
.form-group i.togglePassword {
    position: absolute;
    top: 72%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 15px;
    transition: color 0.2s ease;
}
