.app-shell .login-page {
    padding: 20px 0 28px;
}

.app-shell .login-page .container {
    max-width: 480px;
}

.app-shell .login-page .row {
    /* No negative gutter: the columns are stacked, so the inherited -8px would
       just pull both flush against the frame edge. */
    margin-inline: 0;
}

.app-shell .login-page .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 0;
}

/* --- Welcome column ------------------------------------------------------
   Reads as the app's greeting above the form rather than a desktop hero. */
.app-shell .left-side-login {
    margin-bottom: 18px;
    text-align: center;
}

.app-shell .left-side-login h1,
.app-shell .left-side-login h2 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.app-shell .left-side-login h1 br {
    display: none;
}

.app-shell .left-side-login p {
    color: var(--app-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.app-shell .left-side-login .display-mobile-wrap {
    display: none;
}

.app-shell .mt-40-login {
    margin-top: 16px;
}

.app-shell .login-form {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

.app-shell .login-form form#adminupload {
    max-width: 550px;
    width: 100%;
    padding: 22px 18px 26px;
    background: #fff;
    border: 1px solid #ececf0;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.app-shell .login-form h4,
.app-shell .login-form h5,
.app-shell .login-form .head-sm {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f3;
}

.app-shell .login-ip {
    position: relative;
}

.app-shell .login-ip input {
    width: 100%;
}

.app-shell .digit-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.app-shell .digit-group input {
    flex: 1 1 0;
    min-width: 0;
    height: 52px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--app-ink);
    background: #fff;
    border: 1px solid #e3e5e9;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.app-shell .digit-group input:focus {
    border-color: var(--app-theme);
    box-shadow: 0 0 0 3px var(--app-theme-soft);
}

.app-shell .digit-group .splitter {
    flex: 0 0 auto;
    padding: 0 2px;
    color: var(--app-muted);
    font-size: 18px;
}

.app-shell #timerTxt {
    display: block;
    font-size: 13px;
    color: var(--app-muted);
}

.app-shell .login_with_password {
    position: relative;
}

.app-shell .login_with_password input {
    padding-right: 44px;
}

.app-shell .field_icon {
    position: absolute;
    right: 14px;
    bottom: 15px;
    line-height: 1;
    color: var(--app-muted);
    cursor: pointer;
}

/* The markup floats this right. A float here leaves the following button row
   overlapping it, so it is laid out as its own right-aligned block instead. */
.app-shell .forgot_password {
    float: none;
    display: block;
    width: 100%;
    margin: 4px 0 18px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: var(--app-theme);
}

.app-shell .forgot_password:hover {
    text-decoration: underline;
}

.app-shell .login-btn-row {
    display: flex;
    flex-direction: column;
}

/* Full width and a 48px tap target, as a native app control would be. */
.app-shell .login-btn-row .site-btn,
.app-shell .btn-178-width,
.app-shell .login-form .site-btn {
    width: 100%;
    min-height: 48px;
    font-size: 15px;
    border-radius: 12px;
}

.app-shell .or-line {
    position: relative;
    margin: 18px 0;
    text-align: center;
}

.app-shell .or-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e5e9;
}

.app-shell .or-line span {
    position: relative;
    padding: 0 12px;
    background: #fff;
    color: var(--app-muted);
    font-size: 13px;
}

.app-shell .display-desktop-mobile {
    margin-top: 18px;
    text-align: center;
}

.app-shell .display-desktop-mobile p {
    display: inline;
    margin: 0 2px 0 0;
    font-size: 14px;
    color: var(--app-muted);
}

.app-shell .display-desktop-mobile > div {
    display: inline;
}

.app-shell .display-desktop-mobile a.link {
    font-size: 14px;
    font-weight: 600;
    color: var(--app-theme);
}

.app-shell .loader2 {
    display: none;
}
