.gs-login-signup-box {
    margin-top: 18px;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    text-align: center;
}

.gs-login-signup-text {
    margin: 0 0 10px;
    color: #475569;
    font-weight: 700;
}

.gs-login-signup-btn {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: linear-gradient(135deg, #14b8a6, #2563eb) !important;
    border: 0 !important;
    border-radius: 14px !important;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.gs-login-signup-btn:hover,
.gs-login-signup-btn:focus {
    background: linear-gradient(135deg, #0f766e, #1d4ed8) !important;
    color: #ffffff !important;
}
