/* Onbanx Auth Styles v4 - Clean Light Theme */

/* ========================================
   GLOBAL RESETS & BASE STYLES
   ======================================== */

* {
    box-sizing: border-box;
}

body,
html {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.dashboard {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    min-height: 100vh;
}

.dashboard-img {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
}

.dashboard-inner {
    background: transparent !important;
}

.dashboard-inner img {
    background: transparent !important;
}

/* ========================================
   FORM CONTAINER - PREMIUM CARD DESIGN
   ======================================== */

#show-login {
    background: #FFFFFF !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 60px rgba(32, 30, 55, 0.08) !important;
    padding: 50px 40px !important;
    border: 1px solid rgba(32, 30, 55, 0.08) !important;
    max-width: 480px;
    margin: 0 auto;
}

.wrapper {
    background: transparent !important;
}

.from-top {
    background: transparent !important;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #201E37 !important;
    font-weight: 700;
    margin: 0;
}

.spacetittle {
    margin-bottom: 40px !important;
    text-align: center !important;
}

.spacetittle h2 {
    font-size: 2rem !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 12px !important;
    color: #201E37 !important;
}

.spacetittle p {
    font-size: 1rem !important;
    color: #666666 !important;
    opacity: 1 !important;
    margin: 0;
}

p,
span,
label {
    color: #000000 !important;
}

/* ========================================
   FORM INPUTS
   ======================================== */

.form-field,
.signup.form-field {
    margin-bottom: 8px !important;
    width: 100%;
}

.form-field input,
.form-field select,
.form-control,
input.form--control,
select.form--control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    background: #F8F9FA !important;
    background-color: #F8F9FA !important;
    border: 2px solid #E9ECEF !important;
    color: #000000 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    height: 50px !important;
    /* Slightly reduced height as well for compactness */
    padding: 0 15px !important;
    width: 100% !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-family: 'Montserrat', sans-serif !important;
}

.form-field input:focus,
.form-field select:focus,
input:focus,
select:focus {
    border-color: #FEC426 !important;
    background-color: #FFFFFF !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(254, 196, 38, 0.15) !important;
}

.form-field input::placeholder,
input::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

/* ========================================
   BUTTONS
   ======================================== */

.signup-submit {
    margin-top: 30px !important;
}

.signup-submit button,
.signup-submit a,
button[type="submit"] {
    background-color: #FEC426 !important;
    background-image: none !important;
    color: #201E37 !important;
    border: none !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 20px rgba(254, 196, 38, 0.25) !important;
    height: 56px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
}

.signup-submit button:hover,
button[type="submit"]:hover {
    background-color: #FFD54F !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(254, 196, 38, 0.35) !important;
}

.signup-submit a {
    background-color: #201E37 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 20px rgba(32, 30, 55, 0.15) !important;
}

.signup-submit a:hover {
    background-color: #2d2a4a !important;
    transform: translateY(-2px) !important;
}

/* ========================================
   LINKS & HELPERS
   ======================================== */

a {
    color: #FEC426 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}

a:hover {
    color: #201E37 !important;
}

.login-notif {
    color: #666666 !important;
    text-align: center !important;
    margin-top: 30px !important;
    font-size: 15px !important;
}

.login-notif a {
    color: #FEC426 !important;
}

.pull-right,
#viliblePassword,
#inviliblePassword {
    color: #666666 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

/* ========================================
   ROW & SPACING
   ======================================== */

.row {
    margin-bottom: 0 !important;
}

.row.space {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.spaceform {
    margin-bottom: 12px !important;
}

/* ========================================
   CAPTCHA
   ======================================== */

#captchaId {
    border: 2px solid #E9ECEF !important;
    border-radius: 12px !important;
    background-color: #F8F9FA !important;
    box-shadow: none !important;
    height: 56px !important;
    width: 100% !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    transition: 0.3s ease !important;
    color: #000000 !important;
    padding-left: 20px !important;
}

/* ========================================
   SELECT ELEMENTS
   ======================================== */

select,
span.mobile-code {
    background: #F8F9FA !important;
    background-color: #F8F9FA !important;
    border: 2px solid #E9ECEF !important;
    color: #000000 !important;
    height: 56px !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
}

/* ========================================
   CHECKBOXES
   ======================================== */

.agree-notif input[type=checkbox] {
    border-color: #FEC426 !important;
    accent-color: #FEC426 !important;
}

.agree-notif input[type=checkbox]:checked {
    background-color: #FEC426 !important;
    border-color: #FEC426 !important;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    #show-login {
        padding: 30px 20px !important;
        border-radius: 16px !important;
    }

    .spacetittle h2 {
        font-size: 1.75rem !important;
    }

    .dashboard-img {
        margin-bottom: 30px;
    }
}

/* ========================================
   UTILITY OVERRIDES
   ======================================== */

.text-md-end {
    text-align: right !important;
}

@media (max-width: 768px) {
    .text-md-end {
        text-align: left !important;
        margin-top: 10px;
    }
}