:root {
    --color-blue: #1728b8;
    --color-blue-dark: #061944;
    --color-orange: #ff8a00;
    --color-orange-light: #ffd28a;
    --color-text-muted: #737b92;
    --color-border: #dfe4ef;
    --color-white: #ffffff;

    --shadow-soft: 0 1.25rem 3rem rgba(6, 25, 68, 0.08);
    --shadow-button: 0 1rem 2.2rem rgba(23, 40, 184, 0.25);

    --radius-input: clamp(1rem, 3vw, 1.35rem);
    --radius-button: clamp(1rem, 3vw, 1.4rem);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    color-scheme: light;
}

body {
    margin: 0;
    min-height: 100dvh;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--color-blue-dark);
    background: var(--color-white) !important;
}

button,
input {
    font: inherit;
}

.login-screen {
    position: relative;
    min-height: 100dvh;
    width: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding-block: clamp(0.75rem, 2vh, 1.5rem);
    padding-inline: clamp(1rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 50% 10%, rgba(23, 40, 184, 0.04), transparent 26rem),
        radial-gradient(circle at 10% 80%, rgba(255, 138, 0, 0.08), transparent 24rem),
        #ffffff;
}

.login-container {
    position: relative;
    z-index: 2;
    width: min(100%, 27rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-area {
    text-align: center;
    margin-bottom: var(--space-lg);
}

.logo-symbol {
    width: clamp(5.5rem, 14vmin, 7.8rem);
    height: clamp(4rem, 10vmin, 5.8rem);
    margin-inline: auto;
    position: relative;
}
.brand-logo {
    display: block;
    width: clamp(11rem, 34vw, 16rem);
    height: auto;
    margin-inline: auto;
    object-fit: contain;
}
.brand-area {
    text-align: center;
    margin-bottom: var(--space-lg);
}

.login-content {
    width: 100%;
}

.login-heading {
    margin-bottom: clamp(1.1rem, 3vh, 1.7rem);
}

.login-heading h1 {
    margin: 0 0 clamp(0.55rem, 1.6vw, 0.8rem);
    color: var(--color-blue-dark);
    font-size: clamp(1rem, 2.8vmin, 1.25rem);
    line-height: 1.05;
    font-weight: 800;
}

.login-heading p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: clamp(1rem, 2.8vmin, 1.25rem);
    line-height: 1.35;
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: clamp(0.95rem, 2.4vh, 1.35rem);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: clamp(0.45rem, 1.4vh, 0.65rem);
}

.form-group label {
    color: var(--color-blue-dark);
    font-size: clamp(0.95rem, 2.5vmin, 1.15rem);
    font-weight: 800;
}

.input-wrapper {
    width: 100%;
    min-height: clamp(3.35rem, 8vh, 4rem);
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 2.5vw, 1.1rem);
    padding-inline: clamp(1rem, 3.5vw, 1.4rem);
    border: 0.1rem solid var(--color-border);
    border-radius: clamp(0.85rem, 2vw, 1.1rem);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.7rem 2rem rgba(6, 25, 68, 0.035);
}

.input-wrapper i {
    flex: 0 0 auto;
    color: var(--color-blue-dark);
    font-size: clamp(1.25rem, 3vmin, 1.55rem);
}

.input-line {
    width: 0.0625rem;
    height: clamp(1.7rem, 4vh, 2.1rem);
    background: #e8ebf2;
    flex: 0 0 auto;
}

.input-wrapper input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-blue-dark);
    font-size: clamp(0.95rem, 2.4vmin, 1.15rem);
}

.input-wrapper input::placeholder {
    color: #8c92a5;
}

.toggle-password {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.toggle-password i {
    color: #8c92a5;
}

.forgot-password {
    align-self: center;
    margin-top: clamp(-0.3rem, -1vw, -0.1rem);
    color: var(--color-blue);
    font-size: clamp(0.95rem, 2.3vmin, 1.1rem);
    text-decoration: none;
    font-weight: 500;
}

.login-button {
    width: 100%;
    min-height: clamp(3.4rem, 8vh, 4rem);
    border: none;
    border-radius: var(--radius-button);
    background: linear-gradient(135deg, #1c2bd1 0%, #0819a8 100%);
    color: #ffffff;
    font-size: clamp(1.1rem, 3vmin, 1.45rem);
    font-weight: 800;
    cursor: pointer;
    box-shadow: var(--shadow-button);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.login-button:hover {
    transform: translateY(-0.08rem);
    filter: brightness(1.03);
}

.login-button:active {
    transform: translateY(0);
    box-shadow: 0 0.6rem 1.4rem rgba(23, 40, 184, 0.2);
}

.security-info {
    margin-top: clamp(1.3rem, 3.5vh, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3.5vw, 1.5rem);
}

.security-icon {
    width: clamp(3.2rem, 8vmin, 4rem);
    aspect-ratio: 1;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.18), rgba(255, 138, 0, 0.08));
    color: var(--color-orange);
    font-size: clamp(1.7rem, 5vw, 2.2rem);
}

.security-info strong {
    display: block;
    color: var(--color-blue-dark);
    font-size: clamp(0.9rem, 2.2vmin, 1.05rem);
    line-height: 1.25;
}

.security-info p {
    margin: 0.35rem 0 0;
    color: var(--color-text-muted);
    font-size: clamp(0.8rem, 2vmin, 0.95rem);
    line-height: 1.35;
}

.dots-decoration {
    position: absolute;
    top: clamp(4rem, 8vw, 7rem);
    right: clamp(1.6rem, 6vw, 5rem);
    width: clamp(5rem, 12vw, 7rem);
    height: clamp(6rem, 15vw, 9rem);
    background-image: radial-gradient(rgba(255, 138, 0, 0.22) 0.12rem, transparent 0.12rem);
    background-size: clamp(1rem, 2.6vw, 1.6rem) clamp(1rem, 2.6vw, 1.6rem);
    opacity: 0.85;
    z-index: 1;
}

.orange-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.shape-one {
    left: -18rem;
    bottom: -20rem;
    width: clamp(24rem, 70vw, 42rem);
    height: clamp(24rem, 70vw, 42rem);
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.22), rgba(255, 210, 138, 0.02));
    transform: rotate(45deg);
    border-radius: clamp(1.5rem, 4vw, 3rem);
}

.shape-two {
    left: -12rem;
    bottom: -17rem;
    width: clamp(20rem, 62vw, 34rem);
    height: clamp(20rem, 62vw, 34rem);
    background: linear-gradient(135deg, rgba(255, 176, 56, 0.28), rgba(255, 255, 255, 0));
    transform: rotate(45deg);
    border-radius: clamp(1.5rem, 4vw, 3rem);
}

.background-crane,
.background-building {
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    pointer-events: none;
}

.background-crane {
    left: clamp(-5rem, -10vw, -2rem);
    top: clamp(5rem, 16vw, 9rem);
    width: clamp(14rem, 34vw, 26rem);
    height: clamp(12rem, 30vw, 22rem);
    border-left: 0.18rem solid #061944;
    border-top: 0.18rem solid #061944;
}

.background-crane::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 0.18rem;
    background: #061944;
    transform: skewY(-12deg);
}

.background-crane::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 0.12rem;
    height: 9rem;
    background: #061944;
}

.background-building {
    right: clamp(-8rem, -12vw, -2rem);
    top: clamp(10rem, 26vw, 15rem);
    width: clamp(13rem, 34vw, 28rem);
    height: clamp(18rem, 42vw, 33rem);
    border: 0.15rem solid #061944;
    transform: skewY(-10deg);
}

.background-building::before,
.background-building::after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 0.12rem solid #061944;
}

.background-building::after {
    inset: 28%;
}

@media (min-width: 48rem) {
    .login-container {
        width: min(100%, 34rem);
    }
}

@media (min-width: 75rem) {
    .login-screen {
        place-items: center;
    }

    .login-container {
        transform: translateY(0);
    }
}

@media (max-width: 23rem) {
    .security-info {
        align-items: flex-start;
    }

    .brand-name {
        letter-spacing: 0.04em;
    }
}