:root {
    --bg-dark: #131A26;
    --accent: #82D9D9;
    --light-accent: #91F2E9;
    --font-body: 'Open Sans', sans-serif;
    --font-mono: 'Roboto Mono', monospace;
}

* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: var(--font-body);
    color: white;
}

.oe_login_form, .oe_signup_form, .oe_reset_password_form {
    color: black;
}

.btn-primary {
    background-color: var(--bg-dark) !important;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(19, 26, 38, 0.75);
    z-index: -1;
}

.logo {
    width: 180px;
    margin-bottom: 7rem;
}

.footer {
    background-color: white;
    color: #333;
    padding: 1.5rem 2rem;
    font-size: 0.75rem;
    font-family: var(--font-body);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer .left img {
    height: 48px;
}

.footer .right {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.footer a {
    color: #333;
    text-decoration: none;
    font-size: 0.75rem;
}

.footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer .right {
        flex-direction: column;
        align-items: flex-start;
    }
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 2rem;
}

.container .logo {
    width: 200px;
}

.headline {
    font-family: var(--font-mono);
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.input-wrapper {
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
    margin-top: 0.5rem;
}

.input-wrapper input {
    border: none;
    background: transparent;
    width: 100%;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: #333;
}

.input-wrapper input:focus {
    outline: none;
}

.input-wrapper .fa {
    color: #999;
    font-size: 1.1rem;
    margin-left: 0.75rem;
}

.box {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--accent);
    border-radius: 12px;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 20px rgba(130, 217, 217, 0.3);
    backdrop-filter: blur(4px);
}

.box .fa-check {
    color: var(--light-accent);
    font-size: 5rem;
}

.box .fa-exclamation-triangle {
    font-size: 5rem;
}

.box .fa-pencil {
    color: var(--light-accent);
    font-size: 4rem;
}

.box .status {
    font-size: 1.1rem;
    color: var(--light-accent);
    margin-bottom: 0.5rem;
}

.box p {
    font-family: var(--font-mono);
    margin-top: 1rem;
}

.box .success,.last-scan{
    font-weight: lighter;
}

.small{
    font-size: 0.8em;
}
.registration{
    margin: 0 0 1.5rem 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 1rem;
}

input[type="email"] {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-family: var(--font-body);
    background: white;
    color: black;
}

.button {
    background-color: var(--accent);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    font-family: var(--font-body);
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    background-color: var(--light-accent);
}

#button_action_register {
    font-size: large;
    padding: 0.5rem 0.6rem;
    font-weight: bold;
    background-color: var(--accent);
    border: none;
    border-radius: 6px;
}

#button_action_register:hover {
    background-color: var(--light-accent);
    color: #000;
}

#email_label {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: var(--font-body);
}

#validation_notice {
    margin-top: 10px;
    font-size: 1.1rem;
    font-family: var(--font-body);
}

#validation_code
{
    margin-top: 10px;
    font-size: 1.1rem;
    font-family: var(--font-body);
}

.register_btn {
    background-color: var(--accent) !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    color: #000 !important;
    font-family: var(--font-body) !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 1rem !important;
}

.icon-fa-check {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
    color: green !important;
}

#button_text{
    color: green;
    font-weight: bold;
}

div.verification_results {
    margin-bottom: 1rem;
    font-family: var(--font-mono);
    font-weight: bold;
}
