html,
body.login-chill {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    background-color: #FAF9F6;
    min-height: 100vh;
    overflow-x: hidden;
}

body.login-chill .design-float {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: calc(100vw - 32px);
}

body.login-chill .design-float a {
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #222;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

body.login-chill .design-float a:hover,
body.login-chill .design-float a:focus {
    background: #eeeeee;
    text-decoration: none;
    color: #111;
}

body.login-chill .chill-logo {
    position: fixed;
    top: 18px;
    left: 18px;
    z-index: 50;
}

body.login-chill .chill-logo img {
    max-height: 48px;
    width: auto;
    max-width: 140px;
}

body.login-chill .chill-alerts {
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: min(420px, calc(100vw - 32px));
}

body.login-chill .chill-alerts .alert {
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

body.login-chill .container {
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.login-chill svg,
body.login-chill .form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.login-chill .form-container {
    width: 270px;
}

body.login-chill svg {
    width: 1000px;
    pointer-events: none;
    stroke-width: 1.2px;
    stroke: #000000;
    fill: none;
}

body.login-chill .form-container .form-row {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.login-chill .form-container .form-row.hide {
    display: none !important;
}

body.login-chill .form-container .form-row input {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 5px;
    outline: none;
    border: 2px solid #dddddd;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #111;
}

body.login-chill .form-container .form-row input.valid {
    border-color: #000000;
}

body.login-chill .form-container .form-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 2px solid #dddddd;
}

body.login-chill .form-container .form-row input[type="submit"] {
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: #eeeeee;
}

body.login-chill .form-container input[type="submit"]:hover {
    background-color: #dddddd;
}

body.login-chill .form-container label,
body.login-chill .form-container input,
body.login-chill .form-container input::placeholder {
    font-size: 15px;
    font-family: inherit;
}

body.login-chill .chill-links {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    text-align: center;
    width: min(420px, calc(100vw - 32px));
}

body.login-chill .chill-links a {
    color: #333;
    font-size: 0.9rem;
    margin: 0 8px;
}

body.login-chill .login-copyright {
    margin-top: 10px;
    color: #777;
    font-size: 0.72rem;
    line-height: 1.45;
}

body.login-chill .login-copyright a {
    color: #555;
    cursor: pointer;
}

body.login-chill .modal {
    color: #1f2937;
}

body.login-chill .modal .form-control {
    background: #fff;
    color: #111;
}
