:root{--nav:#111827;--nav2:#1f2937;--bg:#f3f4f6;--card:#fff;--line:#d9dee8;--text:#111827;--muted:#6b7280;--accent:#0f766e;--danger:#b91c1c;--warn:#b45309;--success:#047857}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:230px;min-width:230px;background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;padding:18px 14px;position:fixed;top:0;bottom:0;overflow:auto}.sidebar-logo-wrap{width:100%;padding:14px 12px 10px;text-align:center}.sidebar-logo{display:block;max-width:170px;max-height:80px;object-fit:contain;margin:0 auto 8px}.sidebar-logo-text{width:74px;height:74px;border-radius:14px;background:#fff;color:#111827;display:grid;place-items:center;font-size:24px;font-weight:900;letter-spacing:.06em;margin:0 auto 8px}.brand{display:flex;gap:10px;align-items:center;margin-bottom:18px;padding:8px 8px 14px;border-bottom:1px solid rgba(148,163,184,.25)}.brand strong{overflow-wrap:anywhere}.brand span,.topbar span{display:block;color:#9ca3af;font-size:12px;margin-top:3px}.sidebar nav{display:grid;gap:7px}.sidebar a{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 12px;margin:4px 0;box-sizing:border-box;border-radius:10px;text-decoration:none;color:#e5e7eb;line-height:1.2;font-size:14px;font-weight:500;transition:background .15s ease,transform .08s ease}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.12);transform:translateX(2px)}.main{margin-left:230px;width:calc(100% - 230px)}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:3}.topbar-right{display:flex;gap:10px;align-items:center;justify-content:flex-end}.topbar-form{margin:0}.content{padding:24px}h1{font-size:26px;margin:0 0 18px}h2{font-size:18px;margin:0 0 14px}h3{font-size:15px;margin:18px 0 8px}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:18px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.grid{display:grid;gap:14px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:end}.muted{color:var(--muted);font-size:13px}.small-note{font-size:12px;margin-top:14px}.notice-card{border-left:5px solid var(--nav)}.notice-body{line-height:1.55;color:#1f2937;white-space:normal}.department-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:16px}.department-card{display:flex;gap:14px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:15px;min-height:135px}.department-icon{width:46px;height:46px;min-width:46px;border-radius:12px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.04em}.department-body{display:flex;flex-direction:column;align-items:flex-start}.department-body h3{margin:0 0 6px}.department-body .btn{margin-top:auto}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;font:inherit;background:#fff}textarea{min-height:120px}label{font-weight:600;font-size:13px}.btn{display:inline-block;border:0;border-radius:9px;background:#111827;color:#fff;padding:10px 14px;text-decoration:none;font-weight:700;cursor:pointer;margin:4px 4px 4px 0}.btn.primary{background:#111827;color:#fff}.btn.secondary{background:#e5e7eb;color:#111827}.btn.danger{background:var(--danger)}.btn.success{background:var(--success)}.btn.small{padding:6px 9px;font-size:12px}.btn.full{width:100%;margin-top:14px}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.tabs a{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:999px;text-decoration:none;font-weight:700;color:#111827}.flash-wrap{margin-bottom:15px}.flash{padding:12px 14px;border-radius:10px;margin-bottom:8px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.flash.success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.flash.danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.flash.warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:12px;background:#fff;min-width:760px}th,td{padding:9px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}th{background:#f8fafc;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.full-width{grid-column:1/-1}.checkline{display:inline-flex;align-items:center;gap:7px;margin:5px 12px 5px 0}.checkline input{width:auto}.login-body{background:#f3f4f6;display:grid;place-items:start center;min-height:100vh;padding-top:70px}.login-card{width:min(460px,92vw);background:#fff;border-radius:14px;padding:24px;box-shadow:0 10px 35px rgba(15,23,42,.12)}.login-card h1{margin-bottom:5px}.login-card p{color:var(--muted);margin-top:0}.login-logo-wrap{text-align:center;margin-bottom:12px}.settings-logo-preview{max-width:240px;max-height:90px;object-fit:contain;margin-top:8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:6px}@media(max-width:780px){.app-shell{display:block}.sidebar{position:relative;width:100%;min-width:0}.main{margin-left:0;width:100%}.topbar{position:relative;height:auto;padding:14px;gap:10px;align-items:flex-start}.content{padding:14px}.department-card{min-height:0}table{font-size:12px}}.department-image{width:64px;height:64px;min-width:64px;border-radius:14px;object-fit:cover;border:1px solid var(--line);background:#fff}.settings-app-image-preview{display:block;width:78px;height:54px;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#fff;margin-bottom:6px}.small-check{font-size:12px;font-weight:500;margin:0 0 6px 0}


/* =========================================================
   Davron two-factor authentication design
   ========================================================= */

.twofa-card {
    width: min(430px, 92vw);
}

.auth-header {
    text-align: center;
    margin-bottom: 20px;
}

.auth-header h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

.auth-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.auth-description {
    max-width: 370px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.twofa-code-form label {
    display: block;
    margin-bottom: 7px;
}

.twofa-code-input {
    height: 55px;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-align: center;
}

.twofa-code-input:focus {
    border-color: #111827;
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}

.twofa-code-input::placeholder {
    color: #cbd5e1;
}

.auth-primary-button {
    min-height: 45px;
    margin-top: 14px;
}

.auth-secondary-link {
    display: block;
    margin-top: 15px;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.auth-secondary-link:hover {
    color: #111827;
    text-decoration: underline;
}

.auth-help-text {
    margin-top: 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.auth-notice {
    padding: 13px;
    margin-bottom: 15px;
    border: 1px solid #fed7aa;
    border-radius: 9px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}

.auth-notice-title {
    display: block;
    margin-bottom: 5px;
    font-weight: 800;
}

.local-code {
    display: block;
    margin: 5px 0;
    color: #111827;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.22em;
}

.auth-notice-text {
    display: block;
    font-size: 11px;
}

@media (max-width: 520px) {
    .login-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .login-card {
        padding: 20px;
    }

    .twofa-code-input {
        font-size: 23px;
        letter-spacing: 0.24em;
    }
}


/* Email and WhatsApp settings divider */
.settings-divider {
    height: 1px;
    margin: 22px 0;
    border: 0;
    background: var(--line);
}


/* Davron 2FA method choice buttons */
.twofa-choice-button {
    display: block;
    width: 100%;
    padding: 15px 16px;
    margin: 0;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 0.15s ease,
        background 0.15s ease,
        box-shadow 0.15s ease;
}

.twofa-choice-button:hover {
    border-color: #111827;
    background: #f8fafc;
    box-shadow: 0 0 0 1px #111827;
}

.twofa-choice-title {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 800;
}

.twofa-choice-detail {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}


/* =========================================================
   Professional Email / WhatsApp 2FA method selection
   ========================================================= */

.twofa-method-card {
    width: min(470px, 92vw);
}

.auth-shield {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: linear-gradient(145deg, #111827, #374151);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.22);
}

.auth-shield span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
}

.auth-account-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 13px;
    margin-bottom: 17px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    color: #111827;
    font-size: 13px;
}

.auth-account-label {
    color: #6b7280;
}

.professional-method-form {
    margin: 0;
}

.verification-methods {
    display: grid;
    gap: 12px;
}

.verification-method {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr 24px;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 92px;
    padding: 15px;
    border: 1px solid #d1d5db;
    border-radius: 13px;
    background: #ffffff;
    cursor: pointer;
    transition:
        border-color 0.15s ease,
        background 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.15s ease;
}

.verification-method:hover {
    border-color: #9ca3af;
    background: #f9fafb;
    transform: translateY(-1px);
}

.verification-method.selected {
    border-color: #111827;
    background: #f8fafc;
    box-shadow:
        0 0 0 1px #111827,
        0 7px 18px rgba(15, 23, 42, 0.08);
}

.verification-method input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.verification-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 900;
}

.email-icon {
    background: #e0e7ff;
    color: #3730a3;
}

.whatsapp-icon {
    background: #dcfce7;
    color: #166534;
    font-size: 14px;
    letter-spacing: -0.04em;
}

.verification-copy {
    display: block;
    min-width: 0;
}

.verification-title {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.verification-description {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.verification-destination {
    display: block;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.verification-check {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: #ffffff;
    color: transparent;
    font-size: 12px;
    font-weight: 900;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}

.verification-method.selected .verification-check {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

.professional-send-button {
    min-height: 47px;
    margin-top: 18px;
    font-size: 14px;
}

.auth-security-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 520px) {
    .verification-method {
        grid-template-columns: 42px 1fr 22px;
        gap: 10px;
        min-height: 88px;
        padding: 13px;
    }

    .verification-icon {
        width: 42px;
        height: 42px;
    }

    .auth-account-bar {
        display: block;
        text-align: center;
    }

    .auth-account-label {
        display: block;
        margin-bottom: 3px;
    }
}


/* =========================================================
   Rounded bubble-style 2FA method selection
   ========================================================= */

.auth-account-bubble {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    max-width: 100%;
    min-height: 38px;
    padding: 8px 15px;
    margin: 0 auto 18px;
    border: 1px solid #dbe1e8;
    border-radius: 999px;
    background: #f8fafc;
    color: #111827;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.auth-account-caption {
    color: #6b7280;
}

.twofa-method-card .auth-account-bubble {
    display: flex;
    width: fit-content;
}

.bubble-method-form {
    margin: 0;
}

.bubble-method-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.method-bubble {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 11px;
    flex: 1 1 190px;
    min-height: 78px;
    padding: 13px 15px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.15s ease,
        border-color 0.15s ease,
        background 0.15s ease,
        box-shadow 0.15s ease;
}

.method-bubble:hover {
    transform: translateY(-2px);
    border-color: #9ca3af;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.09);
}

.method-bubble.selected {
    border-color: #111827;
    background: #f8fafc;
    box-shadow:
        0 0 0 2px #111827,
        0 9px 22px rgba(15, 23, 42, 0.11);
}

.method-bubble input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.method-bubble-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-weight: 900;
}

.email-bubble-icon {
    background: #e0e7ff;
    color: #3730a3;
    font-size: 19px;
}

.whatsapp-bubble-icon {
    background: #dcfce7;
    color: #166534;
    font-size: 13px;
}

.method-bubble-copy {
    min-width: 0;
}

.method-bubble-title {
    display: block;
    margin-bottom: 3px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.method-bubble-destination {
    display: block;
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.method-bubble-check {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    background: #ffffff;
    color: transparent;
    font-size: 11px;
    font-weight: 900;
}

.method-bubble.selected .method-bubble-check {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

.bubble-send-button {
    min-height: 47px;
    margin-top: 18px;
    border-radius: 999px;
    font-size: 14px;
}

@media (max-width: 520px) {
    .bubble-method-options {
        display: grid;
        grid-template-columns: 1fr;
    }

    .method-bubble {
        width: 100%;
        min-height: 74px;
    }

    .auth-account-bubble {
        text-align: center;
    }
}


/* =========================================================
   Simple 2FA method buttons
   ========================================================= */

.simple-method-card {
    width: min(420px, 92vw);
}

.simple-signin-user {
    padding: 10px 14px;
    margin: 0 0 17px;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    background: #f8fafc;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
}

.simple-signin-user strong {
    color: #111827;
}

.simple-method-form {
    display: grid;
    gap: 11px;
}

.simple-method-button {
    min-height: 48px;
    margin: 0;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
}

.whatsapp-default-button {
    background: #111827;
    color: #ffffff;
}

.whatsapp-default-button:hover {
    background: #1f2937;
}

.email-code-button {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
}

.email-code-button:hover {
    border-color: #9ca3af;
    background: #f8fafc;
}


/* =========================================================
   Landing Settings authentication — Baseline design match
   ========================================================= */

.login-body {
    background: #f3f4f6;
    display: grid;
    place-items: start center;
    min-height: 100vh;
    padding: 40px 0;
}

.baseline-auth-card {
    width: min(460px, 92vw);
    padding: 24px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.12);
}

.baseline-auth-card .flash-wrap {
    margin-bottom: 15px;
}

.baseline-auth-card .flash {
    padding: 12px 14px;
    margin-bottom: 8px;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    background: #fff7ed;
    color: #9a3412;
}

.baseline-auth-card .flash.success {
    border-color: #a7f3d0;
    background: #ecfdf5;
    color: #065f46;
}

.baseline-auth-card .flash.danger {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.baseline-auth-card .flash.warning {
    border-color: #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.baseline-auth-card .auth-header {
    margin-bottom: 20px;
    text-align: center;
}

.baseline-auth-card .auth-header h1 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 24px;
    line-height: 1.2;
}

.baseline-auth-card .auth-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.baseline-auth-card .auth-description {
    max-width: 370px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.baseline-auth-card .auth-user,
.baseline-auth-card .simple-signin-user {
    padding: 11px 13px;
    margin: 0 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    background: #f8fafc;
    color: #4b5563;
    font-size: 13px;
    text-align: center;
}

.baseline-auth-card .auth-user strong,
.baseline-auth-card .simple-signin-user strong {
    color: #111827;
}

.baseline-login-form label,
.baseline-auth-card .twofa-code-form label {
    display: block;
    margin: 0 0 7px;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
}

.baseline-login-form input {
    width: 100%;
    margin: 0 0 13px;
    padding: 10px 11px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #ffffff;
    font: inherit;
}

.baseline-login-form input:focus {
    border-color: #111827;
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}

.baseline-auth-card .simple-method-form {
    display: grid;
    gap: 11px;
}

.baseline-auth-card .simple-method-button {
    min-height: 48px;
    margin: 0;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800;
}

.baseline-auth-card .whatsapp-default-button {
    border: 0;
    background: #111827;
    color: #ffffff;
}

.baseline-auth-card .whatsapp-default-button:hover {
    background: #1f2937;
}

.baseline-auth-card .email-code-button {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
}

.baseline-auth-card .email-code-button:hover {
    border-color: #9ca3af;
    background: #f8fafc;
}

.baseline-auth-card .twofa-code-input {
    width: 100%;
    height: 55px;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #ffffff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-align: center;
}

.baseline-auth-card .twofa-code-input:focus {
    border-color: #111827;
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}

.baseline-auth-card .twofa-code-input::placeholder {
    color: #cbd5e1;
}

.baseline-auth-card .auth-primary-button {
    min-height: 45px;
    margin-top: 14px;
}

.baseline-auth-card .auth-secondary-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 9px;
    background: #e5e7eb;
    color: #111827;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.baseline-auth-card .auth-secondary-button:hover {
    background: #d1d5db;
}

.baseline-auth-card .auth-secondary-link {
    display: block;
    margin-top: 15px;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.baseline-auth-card .auth-secondary-link:hover {
    color: #111827;
    text-decoration: underline;
}

.baseline-auth-card .auth-help-text {
    margin-top: 12px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 520px) {
    .login-body {
        padding: 30px 0;
    }

    .baseline-auth-card {
        width: min(430px, 92vw);
        padding: 20px;
    }

    .baseline-auth-card .twofa-code-input {
        font-size: 23px;
        letter-spacing: 0.24em;
    }
}


/* Landing Security Log clear button */
.security-log-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.security-log-heading h2 {
    margin-bottom: 4px;
}

.security-log-heading p {
    margin: 0;
}

.clear-log-form {
    flex: 0 0 auto;
    margin: 0;
}

.clear-log-form .btn {
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .security-log-heading {
        display: block;
    }

    .clear-log-form {
        margin-top: 12px;
    }

    .clear-log-form .btn {
        width: 100%;
    }
}
