#login-container {
    height: 100vh;
    width: 100vw;
    position: absolute;
    justify-content: center;
    align-items: center;
    background-color: black;
    z-index: 200;
    display: none;
    top: 0;
    flex-wrap: wrap;
}

#login-sub-container {
    height: 60vh;
    width: 40vh;
    border: 1px solid white;
    border-radius: 5em;
    display: flex;
}

#style-gradient {
    height: calc(60vh + 2px);
    width: calc(40vh + 2px);
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 7%, rgba(0, 0, 0, 0.81) 20%, rgba(0, 0, 0, 0.67) 40%, rgba(0, 0, 0, 0.4) 80%, rgba(237, 83, 83, 0) 100%);
    margin: -1px;
    z-index: 10;
    position: absolute;
}

#login-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#sign-up-content-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: none;
}

#sign-up-pt2-content-container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: none;
}

.input-field {
    width: 80%;
    height: 6vh;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    margin-bottom: 3vh;
    overflow: hidden;
    padding-left: 2vh;
    padding-right: 2vh;
    font-size: 1.5vh;
    color: white;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
}

.input-field-container {
    width: 90%;
    height: 6vh;
    overflow: hidden;
    font-size: 1.5vh;
    color: white;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

#login-field-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#login-logo-container {
    filter: invert(1);
    z-index: 11;
}

#logo-container-1 {
    height: 100%;
    width: 10vw;
    display: flex;
    justify-content: center;
}

.login-field {
    all: unset;
    width: 100%;
    height: 100%;
    z-index: 11;
    position: relative;
}

#login-footer-container {
    width: 100%;
    gap: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-submit {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: black;
    color: white;
}

#login-submit:hover {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: white;
    color: black
}

#sign-up-submit {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: black;
    color: white;
}

#sign-up-submit:hover {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: white;
    color: black
}

#sign-up-continue {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: black;
    color: white;
}

#sign-up-continue:hover {
    width: 35%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3vh;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    background-color: white;
    color: black
}

.about-button {
    color: rgb(181, 181, 181);
    font-family: 'Yantramanav', sans-serif;
    font-weight: 200;
    z-index: 11;
    text-decoration: none;
}

.about-button:hover {
    color: white;
    cursor: pointer;
}

.about-button-split {
    color: rgb(181, 181, 181);
    font-family: 'Yantramanav', sans-serif;
    font-weight: 200;
    z-index: 11;
}

#sign-up {
    font-family: 'Yantramanav', sans-serif;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vh;
    margin-right: 1vh;
    color: rgb(181, 181, 181);
    font-size: 1.5vh;
    cursor: pointer;
    font-weight: 400;
}

#sign-up:hover {
    color: white;
}

#login {
    font-family: 'Yantramanav', sans-serif;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2vh;
    margin-right: 1vh;
    color: rgb(181, 181, 181);
    font-size: 1.5vh;
    cursor: pointer;
    font-weight: 400;
}

#login:hover {
    color: white;
}

#absolute-login-footer {
    position: absolute;
    width: 100vw;
    bottom: 3vh;
}

.continue-as-guest {
    color: rgb(181, 181, 181);
    font-family: 'Yantramanav', sans-serif;
    font-weight: 600;
    z-index: 11;
    text-decoration: none;
    cursor: pointer;
}

.continue-as-guest:hover {
    color: white;
}

#sign-in-name-container {
    width: calc(80% + 4vh);
    height: 6vh;
    margin-bottom: 3vh;
    font-size: 1.5vh;
    display: flex;
    gap: 2vh;
}

.login-sub-field {
    width: calc(50% - 2vw);
}