html, body {
    height: 100%;
}

body.login.user-login {
    margin: 0;
    background: #f5f5f5;
    color: #0b0f13;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial;
}

.access-wrap {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.card {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #1e2a38;
    border-radius: 16px;
    padding: 24px 24px 28px;
}

.card h1 {
    margin: 0 0 8px;
    font-size: 22px;
}

.card p.sub {
    margin: 0 0 16px;
    color: #1e1f1f;
    font-size: 14px;
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.brand img {
    height: 28px;
}

.foot {
    margin-top: 18px;
    font-size: 12px;
    color: #6f7f92;
}

#rchs-tsl {
    max-width: 420px;
    margin: 24px auto;
}

#rchs-tsl label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

#rchs-tsl input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#rchs-tsl button {
    padding: 10px 14px;
    margin-right: 8px;
    cursor: pointer;
}

#rchs-tsl .linklike {
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
}

#rchs-tsl .rchs-msg {
    margin-top: 8px;
    min-height: 20px;
}


.rchs-tsl .lbl {
    display: block;
    margin: 0 0 8px;
    color: #1e1f1f;
    font-size: 14px;
}

.rchs-tsl .inp {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #1e2a38;
    background: #fff;
    color: #e8eef6;
    outline: none;
    box-sizing: border-box;
}

.rchs-tsl .inp:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15)
}

.rchs-tsl .btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #1e2a38;
    background: #101825;
    color: #e8eef6;
    cursor: pointer;
}

.rchs-tsl .btn.primary {
    background: #2563eb;
    border-color: #1d4ed8
}

.rchs-tsl .btn.primary:hover {
    background: #1e55cc
}

.rchs-tsl .msg {
    margin-top: 10px;
    font-size: 13px;
    color: #101825;
    min-height: 1em
}

.rchs-tsl .link {
    color: #8ab4ff;
    text-decoration: none
}

.rchs-tsl .link:hover {
    text-decoration: underline
}

.rchs-tsl .otp {
    display: flex;
    gap: 8px;
    margin: 8px 0 6px
}

.rchs-tsl .otp__cell {
    width: 40px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #1e2a38;
    background: #fff;
    color: #0e141c;
    outline: none;
}

.rchs-tsl .otp__cell:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15)
}

.rchs-tsl .resend {
    margin-top: 10px;
    font-size: 13px;
    color: #a9b6c6
}

.rchs-tsl .timer {
    margin-left: 8px;
    color: #6f7f92
}

.rchs-tsl .hint {
    margin-top: 12px;
    color: #6f7f92;
    font-size: 12px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rchs-tsl .link-btn {
    background: transparent;
    border: 0;
    color: #8ab4ff;
    padding: 0;
    cursor: pointer
}

.rchs-tsl .link-btn:hover {
    text-decoration: underline
}
