body, html {
    height: 100%;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background: #0f172a;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 24px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.18), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(37, 99, 235, 0.16), transparent 35%),
    linear-gradient(135deg, #0f172a 0%, #13253d 45%, #1d4ed8 100%);
}

.container-login100::before,
.container-login100::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.container-login100::before {
    width: 260px;
    height: 260px;
    top: 8%;
    left: 8%;
    background: rgba(59, 130, 246, 0.18);
}

.container-login100::after {
    width: 320px;
    height: 320px;
    bottom: 8%;
    right: 8%;
    background: rgba(37, 99, 235, 0.14);
}

.wrap-login100 {
    position: relative;
    z-index: 1;
    width: 1040px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 42px 48px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28),
    0 10px 30px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.login100-pic {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 24px 10px 8px;
    position: relative;
}

.login100-pic::before {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(circle at 50% 30%, rgba(59, 130, 246, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(241, 245, 249, 0.7));
    border: 1px solid rgba(148, 163, 184, 0.16);
    z-index: -1;
}

.login100-pic a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff, #e8eef8);
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10),
    inset 0 4px 12px rgba(255, 255, 255, 0.8);
    padding: 16px;
}

.login100-pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.login-brand-title {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    text-align: center;
    margin-top: 4px;
}

.login-brand-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    max-width: 360px;
    line-height: 1.6;
}

.login-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, 0.10);
    color: #1d4ed8;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.login100-form {
    width: 42%;
    padding-left: 12px;
}

.login100-form-title {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding-bottom: 0;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    color: #0f172a;
    text-align: left;
}

.login100-form-subtitle {
    display: block;
    margin-top: -16px;
    margin-bottom: 26px;
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    z-index: 1;
    transition: transform .2s ease;
}

.input100 {
    display: block;
    width: 100%;
    height: 58px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #dbe4f0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 52px 0 56px;
    transition: all .22s ease;
    outline: none !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.input100::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.input100:focus,
.input100:active {
    background: #ffffff;
    border-color: #3b82f6 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .12),
    0 8px 20px rgba(59, 130, 246, .10);
    transform: translateY(-1px);
}

.focus-input100 {
    display: none;
}

@keyframes inputPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, .18);
    }
    100% {
        box-shadow: 0 0 0 6px rgba(59, 130, 246, 0);
    }
}

.input100:focus,
.input100:active {
    background: #ffffff;
    border-color: #3b82f6 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .12),
    0 8px 20px rgba(59, 130, 246, .10);
    transform: translateY(-1px);
    animation: inputPulse .35s ease;
}

.symbol-input100 {
    position: absolute;
    inset: 0 auto 0 0;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    pointer-events: none;
    font-size: 15px;
    transition: all .2s ease;
}

.wrap-input100:focus-within .symbol-input100 {
    color: #2563eb;
    transform: scale(1.05);
}

.glaz {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef2ff;
    color: #4f46e5;
    cursor: pointer;
    z-index: 3;
    pointer-events: auto;
    transition: all .2s ease;
}

.glaz:hover {
    background: #e0e7ff;
    transform: translateY(-50%) scale(1.05);
}

.fa-eye {
    display: block;
}

.fa-eye-slash {
    display: none;
}

.alert-message {
    margin: 8px 0 6px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.14);
    color: #b91c1c;
    font-weight: 700;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

.alert-message i {
    margin-right: 8px;
}

.container-login100-form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 12px;
}

.login100-form-btn {
    width: 100%;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
    transition: all .22s ease;
}

.login100-form-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, .34);
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.login-links {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.login-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
    text-align: center;
}

.login-links a:hover {
    color: #1d4ed8;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .wrap-login100 {
        padding: 28px;
        gap: 24px;
    }

    .login100-pic {
        width: 100%;
        padding: 20px;
    }

    .login100-form {
        width: 100%;
        padding-left: 0;
    }

    .login100-pic a {
        width: 170px;
        height: 170px;
    }

    .login100-form-title {
        text-align: center;
        font-size: 28px;
    }

    .login100-form-subtitle {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .container-login100 {
        padding: 14px;
    }

    .wrap-login100 {
        padding: 18px;
        border-radius: 22px;
    }

    .login100-pic {
        padding: 16px;
    }

    .login100-pic a {
        width: 140px;
        height: 140px;
    }

    .login-brand-title {
        font-size: 22px;
    }

    .login100-form-title {
        font-size: 24px;
    }

    .input100 {
        height: 54px;
        border-radius: 16px;
    }

    .login100-form-btn {
        height: 54px;
        border-radius: 16px;
    }
}

input,
input:focus,
input:active,
button,
button:focus,
button:active {
    outline: none !important;
}
