.crm-actionlinks-top {
    margin: 20px 0 50px 0;
    text-align: center;
    clear: both;
}

.crm-register-button {
    background: #007cba !important;
    color: white !important;
    padding: 12px 30px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.crm-register-button:hover {
    background: #005a87 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.crm-register-button span {
    color: inherit !important;
}

.crm-actionlinks-bottom {
    margin: 50px 0 30px 0;
    clear: both;
}