.custom-login-page .custom-login-btn {
    background-color: #2a3448 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
}

.custom-login-page .custom-login-btn:hover {
    background-color: #a57f52 !important;
    color: #fff !important;
}

.custom-login-page .custom-register-btn {
    background-color: transparent !important;
    color: #2a3448 !important;
    border: none !important;
    text-decoration: underline !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
}

.custom-login-page .custom-register-btn:hover {
    color: #a57f52 !important;
}

.custom-login-page .form-label {
    font-weight: 500;
}

.custom-login-page .form-control {
    border-radius: 0;
}
