main {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #389DF6;
}

.row {
    background-color: #BEB6AA;
    height: 1px;
    width: 90%;
}

#btnVoltar {
    font-size: 0.8em;
}

#form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    width: 30em;
}

.blue {
    color: #359CF6;
}

#outra-opcao {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
    text-align: center;
    width: 70%;
}

#s1 {
    background: #359CF6;
    background: linear-gradient(179deg, rgba(53, 156, 246, 1) 0%, rgba(155, 208, 255, 1) 100%);
    min-height: 100vh;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s1textos h1,
.s1textos p {
    text-align: center;
}

#s2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    min-height: 100vh;
    padding: 2em;
    gap: 2em;
}

.fa-right-to-bracket {
    margin-left: 0.5em;
}

#logo {
    position: absolute;
    top: 1em;
    left: 1em;
    height: 4em;
}

#s1titulo {
    font-size: 4em;
}

#titulo {
    color: #359CF6;
}

#s1descricao {
    font-size: 1.5em;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

input {
    padding: 0.2em;
    width: 70%;
    border: none;
    border-radius: 0.5em;
    padding: 0.8em 1em;
    background-color: #EAF1F7;
    color: #BEB6AA;
}

button {
    width: 70%;
    padding: 0.5em;
    background-color: #389DF6;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 1em;
    border-radius: 0.5em;
}

button:hover {
    background-color: #0c519b;
    cursor: pointer;
}

#emailSend {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    width: 100%;
}

#codeSend {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    width: 100%;
}