.custom-register-page .custom-register-btn {
    background-color: #2a3448 !important;
    color: white !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 6px !important;
}

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

.custom-register-page .custom-login-link {
    background: transparent !important;
    color: #2a3448 !important;
    border: none !important;
    padding-left: 15px !important;
    text-decoration: none !important;
}
