.custom-login-buttons {
    text-align: center;
    margin-top: 20px;
}

.custom-login-buttons .custom-login-btn {
    display: inline-block;
    margin: 6px 10px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.custom-login-buttons .custom-login-btn:hover {
    background-color: #005177;
}
