body {
    background: rgba(0,0,0, 0.5);
}
.card {
    background-color: #021f63;
    max-width: 420px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
/* Login */
.password-forgot {
    color: #ffffff;
    font-weight: 500;
}
.password-forgot:hover {
    color: #007bff;
    text-decoration: none;
}

/* Register */
.btn-old-password, .btn-password, .btn-confirm-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 99;
}
.password, .confirm_password {
    border-radius: 0.25rem !important;
}