#codeContainer {
    height: 100vh;
}

h1 {
    font-size: 2rem;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-container img {
    width: 224px;
    height: 72px;
}

.code-box-container {
    width: 100%;
    max-width: 635px;
    min-height: 450px;
}

.email-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-login-container input {
    min-width: 300px;
}

.email-login-container span {
    font-size: 14px;
    color: #000000;
}

.email-login-container .error-message {
    font-size: 13px;
    color: #FE6E63;
}

.code-box {
    background: white url('/static/images/edu/books-bg.svg') no-repeat;
    background-size: 100%;
    border-radius: 10px;
    padding: 30px 40px;
    z-index: 1;
    background-position-y: bottom;
    height: 100%;
    width: 100%;
}

.seperator {
    border-bottom: var(--sw-dark-blue) solid 3px;
    width: 75px;
    height: 1px;
}

.login-container, .code-input-container {
    width: 100%;
    max-width: 312px;
}

.validation-error img {
    width: 20px;
    height: 20px;
}

p.error-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FE6E63;
    margin-bottom: 0px;
}
