.secuseek-submit-btn {
    background: #E9EAEB;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: default;
    transition: background 0.2s;
}
.secuseek-submit-btn:disabled {
    background: #E9EAEB;
    color: #fff;
    cursor: default;
}
.secuseek-submit-btn.enabled {
    background: #1DA840;
    color: #fff;
    cursor: pointer;
}
.secuseek-submit-btn.enabled:hover {
    background: #068145;
}

/* Signup link styling - subtle but visible */
.signup-link {
    margin-top: 25px !important;
    font-size: 15px !important;
    color: #555 !important;
    text-align: center;
    padding: 12px;
    background: #f9f9f9;
    border-left: 4px solid #068145;
    border-radius: 4px;
}

.signup-link a {
    color: #068145 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 12px;
    background: #068145;
    color: white !important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 6px;
    transition: background 0.2s ease;
}

.signup-link a:hover {
    background: #1DA840 !important;
} 