/* Match Whiteboard Maya Blue Button Style 3 */
.WaGadgetEvents input.typeButton.registerButton {
    background: linear-gradient(to bottom, #5fbad3 0%, #3fa7c4 50%, #2f8fa9 100%) !important;
    color: #ffffff !important;
    border: 1px solid #2c7f99 !important;
    border-radius: 4px !important;

    padding: 10px 18px !important;
    font-weight: 600 !important;

    /* keep WA base rendering, just enhance */
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(0,0,0,0.15) !important;
}

/* Hover */
.WaGadgetEvents input.typeButton.registerButton:hover {
    background: linear-gradient(to bottom, #54b3cc 0%, #379bb7 50%, #277f97 100%) !important;
    border-color: #256f86 !important;
}