html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* ===== SalaryPay Login (Auth) ===== */
.auth-bg {
    background: #2f4c56;
}

.auth-wrap {
    min-height: calc(100vh - 1px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 14px;
}

.auth-card {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 34px 44px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.auth-brand {
    text-align: center;
    margin-bottom: 12px;
}

.auth-logo {
    font-weight: 800;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: .2px;
}

.auth-tagline {
    font-size: 26px;
    font-weight: 600;
    margin-top: 8px;
}

.sp-blue {
    color: #1b2a8f;
}

.sp-red {
    color: #f44336;
}

.auth-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
}

.auth-subtitle {
    text-align: center;
    color: #777;
    margin-top: 4px;
}

.auth-label {
    font-weight: 600;
    color: #222;
}

.auth-input {
    height: 44px;
    border-radius: 4px;
}

.auth-pass-group .form-control {
    border-right: 0;
}

.auth-eye-btn {
    border: 1px solid #ced4da;
    border-left: 0;
    background: #fff;
    width: 52px;
}

.auth-eye {
    font-size: 18px;
}

.auth-link {
    text-decoration: none;
    color: #3b6cff;
}

    .auth-link:hover {
        text-decoration: underline;
    }

.auth-login-btn {
    height: 48px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ff8a2a, #ff4f7b);
}

.auth-bottom {
    text-align: center;
    margin-top: 14px;
}

.auth-small {
    color: #444;
}


.auth-bg {
    background: #2f4c56;
}

.auth-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 14px;
}

.auth-card {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 34px 44px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.auth-brand {
    text-align: center;
    margin-bottom: 12px;
}

.auth-logo {
    font-weight: 800;
    font-size: 64px;
    line-height: 1.05;
}

.auth-tagline {
    font-size: 26px;
    font-weight: 600;
    margin-top: 8px;
}

.sp-blue {
    color: #1b2a8f;
}

.sp-red {
    color: #f44336;
}

.auth-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
}

.auth-subtitle {
    text-align: center;
    color: #777;
    margin-top: 4px;
}

.auth-label {
    font-weight: 600;
    color: #222;
}

.auth-input {
    height: 44px;
    border-radius: 4px;
}

.auth-pass-group .form-control {
    border-right: 0;
}

.auth-eye-btn {
    border: 1px solid #ced4da;
    border-left: 0;
    background: #fff;
    width: 52px;
}

.auth-link {
    text-decoration: none;
    color: #3b6cff;
}

    .auth-link:hover {
        text-decoration: underline;
    }

.auth-login-btn {
    height: 48px;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg,#ff8a2a,#ff4f7b);
}

.auth-bottom {
    text-align: center;
    margin-top: 14px;
}

.auth-small {
    color: #444;
}