﻿:focus {
    outline: none;
    border: none;
}

body {
    font-family: 'Funnel Display', sans-serif;
    margin: 0;
    padding: 0;
    background: url('../Images/Image.png') lightgray 50% / cover no-repeat;

}

.main-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    display: flex;
    min-height: 100vh;
}

.login-container {
    display: flex;
    width: 100%;
    background: rgba(18, 18, 18, 0.80);
}

.login-left {
    flex: 1;
    min-width: 375px;
    max-width: 45rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(18, 18, 18, 0.30);
    backdrop-filter: blur(12px);
}

.login-right {
    flex: 1;
}

.login-localization {
    display: flex;
    flex: 3;
    justify-content: flex-end;
    align-items: flex-start;
}

.login-localization-container {
    display: flex;
    width: 66px;
}

.login-logo {
    display: flex;
    height: 80px;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.login-logo img {
    height: 50px;
}

.login-body {
    padding: 0 64px;
    text-align: center;
}

.login-title {
    padding: 24px 30px;
    color: #FFF;
    text-align: center;
    font-family: "Funnel Display", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 67px;
}

.login-input {
    padding-bottom: 16px;
}

.login-form {

}

.login-captcha {
    padding-bottom: 10px;
}

.login-input input {
    padding: 12px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid rgba(18, 18, 18, 0.30);
    box-shadow: 0 3px 3px -1.5px rgba(0, 0, 0, 0.04), 0 1px 1px -0.5px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08);
    color: #CCC;

    font-family: "Suisse Intl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: -webkit-fill-available;
}

.login-input input:hover {

}

.login-input input:focus-within {

}

.login-input input::placeholder {
    color: #CCC;
    opacity: 1;
}


/* === Chrome, Edge, Safari === */
.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus,
.login-input input:-webkit-autofill:active {
    -webkit-text-fill-color: #CCC !important;
    box-shadow: 0 3px 3px -1.5px rgba(0, 0, 0, 0.04),
    0 1px 1px -0.5px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 0 0px 1000px rgba(255, 255, 255, 0.20) inset !important;
    border: 1px solid rgba(18, 18, 18, 0.30);
    border-radius: 2px;
    transition: background-color 9999s ease-in-out 0s !important;
}

/* === Firefox === */
.login-input input:autofill,
.login-input input:autofill:hover,
.login-input input:autofill:focus {
    -moz-text-fill-color: #CCC !important;
    box-shadow: 0 3px 3px -1.5px rgba(0, 0, 0, 0.04),
    0 1px 1px -0.5px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 0 0px 1000px rgba(255, 255, 255, 0.20) inset !important;
    border: 1px solid rgba(18, 18, 18, 0.30);
    border-radius: 2px;
}

.login-options {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    font-size: 14px;
}

.login-options label {
    display: flex;
    align-items: center;
}

.login-options input {
    margin-right: 5px;
}

.forgot-password {
    color: #FFF;
    text-align: center;

    font-family: "Suisse Intl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.forgot-password:hover {
    text-decoration: none;
}

.login-error {
    color: #d9534f;
    padding: 20px;
    background-color: rgba(255, 0, 0, 0.1);
    margin-bottom: 15px;
    font-size: 16px;
}

.login-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 1px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #121212;
    font-family: "Suisse Intl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    cursor: pointer;
}

.login-button:hover {
    background: #3D3D3D;
    color: #fff;
}

.login-button-secondary {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 1px;
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
    font-family: "Suisse Intl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    cursor: pointer;

}

.login-button-secondary:hover {
    background: #3D3D3D;
}

.login-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

footer {
    display: flex;
    height: 72px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    color: #FFF;
    font-family: "Suisse Intl", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    justify-content: center;
}


footer a {
    color: #FFF;
    text-decoration: underline;

}

.login-select {
    width: 100%;
    color: #CCC;
    border-radius: 2px;
    box-shadow: 0 3px 3px -1.5px rgba(0, 0, 0, 0.04), 0 1px 1px -0.5px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.08);

    height: 48px;
    padding: 8px 12px;
    font-family: "Suisse Intl", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

    cursor: pointer;

}

.login-select:hover {
}

.login-select:focus-within {
}

.login-select option {
    display: flex;
    height: 34px;
    padding: 0 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}


.login-help {
    display: none;
}

#help-info:target {
    display: block;
}

.captcha-error {
    color: #d9534f;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

textarea:focus, input:focus {
    outline: none;
}

select {
    appearance: none;
    background-image: url("../arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    background-color: rgba(255, 255, 255, 0.20);
}

select option {
    color: #000;
    background-color: rgba(0, 0, 0, 0.20);
}

select option:checked {
    color: #000;
    background-color: rgba(255, 255, 255, 0.20);
}

select option:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.20);
}

.password-recovery-wrapper {
    padding: 15px 0;
}

.password-recovery-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;

    color: #FFF;
    text-align: center;

    font-family: "Suisse Intl", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.password-recovery-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding: 30px;
}

.label {
    color: #CCC;
}

:root {
    --grid-line-depth: rgba(255, 255, 255, 0.10);
    --grid-line-border: #333;
    --grid-line-size-md: 11.57244rem;
    --tile-blur: 12px;
    --grid-offset-x: 0px;
    --grid-offset-y: 0px;
}

.grid-line-pattern-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.grid-line-background {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: transparent; /* the painted lines will be on ::after */
}

.grid-line-content {
    position: relative;
    z-index: 3; /* above tiles and above lines */
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
}

/* Keep the element itself clean; we'll paint lines on ::after */
.grid-line--depth {
    background: none;
    position: relative;
}

/* Foreground grid lines so they stay crisp (not blurred) */
.grid-line--depth::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(var(--grid-line-depth) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-depth) 1px, transparent 1px);
    background-size: var(--grid-line-size-md) var(--grid-line-size-md);
    z-index: 2; /* above tiles */
}

/* Tiles layer sits between bg and foreground lines */
.grid-tiles {
    position: absolute;
    inset: 0;
    z-index: 1; /* below ::after lines, above page bg */
    pointer-events: none;
    background: transparent;
}

/* A single tile */
.grid-tile {
    position: absolute;
    width: var(--tile-size);
    height: var(--tile-size);
    /* Backdrop blur happens behind each tile */
    -webkit-backdrop-filter: blur(var(--tile-blur));
    backdrop-filter: blur(var(--tile-blur));
    /* Optional micro-shading to give depth without hiding lines */
    background: radial-gradient(transparent 60%, rgba(0, 0, 0, 0.04));
}
