/* Copyright (c) 2023 AnnotateIt, Inc. */

body {
    background: #000611;
    color: #a9b2c8;
}

.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 80px;

    z-index: 20;
}

.nav-bar .button {
    font-size: 16px !important;
    line-height: 16px !important;
}

.nav-flex {
    height: 100%;

    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.hero {
    width: 100%;
    height: 844px;
    position: relative;
}

.splash {
    z-index: 1;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    padding: 0 40px;
}

.hero-flex > .hero-logo {
    max-width: 200px;
    width: 100%;
}

.sell-width {
    max-width: 472px;
}

.sell-text {
    color: #392b58;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.sell-text.display {
    font-size: 48px;
    line-height: 63px;
    font-weight: bold;
}

/* Auth */

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.auth-area {
    width: 500px;
    max-width: 100%;
    padding: 0 20px;
}

.login-options {
    margin-bottom: 20px;
    padding-bottom: 20px !important;
}
