﻿.aluno-background-recuperar-acesso {
    background: #030617;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    gap: 10px;
}

.aluno-recuperar-senha-container {
    width: 95%;
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.aluno-recuperar-acesso-button {
    background: #0C0F1E;
    width: 182px;
    height: 45px;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #4C5687;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.aluno-recuperar-acesso-title {
    color: #0C0F1E;
    font-family: Arial;
    font-size: 19.08px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.aluno-recuperar-acesso-logo {
    width: 253px;
    height: 40.84px;
}

.aluno-recuperar-acesso-input {
    background-color: #D1D1D1;
    width: 300px;
    height: 45px;
    top: 394px;
    left: 42px;
    gap: 0px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 0px 0px 0px 30px;
}

.aluno-recuperar-acesso-input::placeholder {
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 30px;
    top: 15px;
}



