.login-form .card {
    margin-top: 40px;
    width: 590px;
    border: 1px solid #9B1616;
    padding: 64px;
    gap: 24px;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
}

.login-form .col-xl {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-form h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    color: #1B1B1B;
    text-align: center;

}

.login-form .card-body {
    padding: 0;
    margin: 0;
}

.login-form .form-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    color: #1B1B1B;
}

.login-form .red {
    color: #9B1616;
}

.login-form input.form-control {
    padding: 8px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid #AB25253D;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #1B1B1B;
}

.login-form .form-password-toggle a,
.login-form .form-check-label,
.login-form .form-check-label a {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #9B1616;
    text-decoration: underline;
}

.login-form .form-password-toggle a:hover,
.login-form .form-check-label:hover,
.login-form .form-check-label a:hover {
    text-decoration: none;
}

.login-form button[type=submit] {
    padding: 12px 20px 12px 20px;
    border-radius: 24px;
    background-color: #9B1616;
    color: white;
    border-width: 0;
    min-width: 184px;

    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;

}

.login-form .flex-center {
    display: flex;
    justify-content: center;
}

.login-form p.text-center {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    color: #1B1B1B;
}

.login-form p.text-center a {
    margin-left: 10px;
    color: #9B1616;
    text-decoration: underline;
}

.login-form p.text-center a:hover {
    text-decoration: none;
}

.login-form .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #AB25253D;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #1B1B1B;
    background-color: white;
    cursor: pointer;
    border-left: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bx-hide {
    content: url("/img/icons8-show-password-30.png");
    width: 20px;
}

.bx-hide.show {
    content: url("/img/icons8-invisible-30.png");
    width: 20px;
}

.login-form .alert-danger {
    border: 0;
    padding: 10px 0px 10px 0px;
    margin: 0;
    background: none;
    font-weight: 500;
    /*
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -28px;
    font-size: 13px;    
    */
}

.login-form .alert-danger ul,
.login-form .alert-danger li {
    list-style: none;
    padding: 0;
    margin: 0;
}

select.form-control {
    padding: 8px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid #AB25253D;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #1B1B1B;
}
