* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    overflow: hidden;
}


.login-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 24px;
    background: #FEF3F2;
    border: 1px solid #F4C7C3;
    border-left: 4px solid #D92D20;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.login-alert-icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}

.login-alert-content {
    flex: 1;
}

.login-alert-title {
    color: #B42318;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.login-alert-message {
    color: #5F6B7A;
    font-size: 14px;
    line-height: 1.45;
}

.login-page {
    min-height: 100vh;
    display: flex;
}

.brand-panel{
    width:50%;
    min-height:100vh;

    background-image:url("../images/eclaimpilot-login-brand.png");
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;

    overflow:hidden;
}

.form-panel {
    width: 50%;
    background: #f8fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-card {
    width: 520px;
    background: white;
    border-radius: 24px;
    padding: 55px 50px;
    box-shadow: 0 30px 80px rgba(11,61,145,0.12);
    border: 1px solid #e6eef8;
}

.login-icon {
    text-align: center;
}

.login-icon img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}

.forgot-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    background: linear-gradient(135deg, #0aa8aa, #0c8f91);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(10, 168, 170, .3);
}

.input-wrap {
    height: 56px;
    border: 1px solid #d6e0ea;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: white;
}

.input-wrap:focus-within {
    border-color: #3e83dc;
    box-shadow: 0 0 0 4px rgba(32, 111, 209, .11);
}

.login-card h2 {
    margin-top: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #0b2f6b;
}

.login-subtitle {
    text-align: center;
    color: #536579;
    margin-bottom: 35px;
}

.login-subtitle b {
    color: #00a6a6;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 9px;
    color: #0b2f6b;
    font-weight: 700;
}

.input-wrap {
    height: 58px;
    border: 1px solid #d6e0ea;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: white;
}

.input-wrap i {
    color: #536579;
    font-size: 18px;
    margin-right: 15px;
}

.input-wrap input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #0b1f3a;
}

.forgot-password {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 28px;
}

.forgot-password a {
    color: #0077c8;
    font-weight: 600;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.signin-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #0b3d91, #004fc4);
    color: white;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 35px rgba(11,61,145,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-button.signin-btn {
    background: linear-gradient(90deg, #0b3d91, #004fc4) !important;
    color: white !important;
    border: none !important;
}

.z-button.signin-btn:hover {
    background: linear-gradient(90deg, #083276, #003fa0) !important;
}

/* Button can't hold child markup (ZK's Button.isChildable() is false),
   so the paper-plane icon from the mockup is rendered as a pseudo-element
   instead of a nested <svg>. */
.z-button.signin-btn::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.login-field-icon {
    color: #536579;
    font-size: 20px;
    margin-right: 15px;
    width: 22px;
    text-align: center;
    line-height: 1;
}

.signin-icon {
    margin-right: 12px;
    font-size: 22px;
    line-height: 1;
}


.signin-btn:hover {
    background: linear-gradient(90deg, #083276, #003fa0);
}


.copyright {
    position: absolute;
    bottom: 28px;
    color: #6b7c90;
}

.copyright b {
    color: #0b3d91;
}

@media (max-width:991px){

    .brand-panel{
        display:none;
    }

    .form-panel{
        width:100%;
    }

}
.password-toggle {
    flex: 0 0 auto;
    width: 44px;
    height: 100%;
    padding: 0;
    border: 0;
    color: #536579;
    background: transparent;
    cursor: pointer;
}

.password-toggle:hover {
    color: #0b4fb3;
}

.password-toggle:focus-visible {
    outline: 3px solid rgba(32, 111, 209, 0.22);
    outline-offset: -4px;
}

.password-toggle i {
    margin-right: 0;
}
