﻿.aluno-background-alterar-senha {
    background: #030617;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
}

.aluno-alterar-senha-container {
    width: 95%;
    max-width: 600px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    background-color: none;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    justify-content: center;
    position: relative;
    margin: 10px auto;
    padding: 10px 10px;
    margin-top: 25px;
}


.aluno-recuperar-senha-container {
    width: 95%;
    height: 500px;
    top: 724px;
    left: 420px;
    border-radius: 35px;
    display: block;
    align-content: start;
    text-align: center;
    padding: 20px;
}

.aluno-alterar-senha-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;
    justify-content: center;
}

.aluno-alterar-senha-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-alterar-senha-logo {
    width: 253px;
    height: 40.84px;
}

.aluno-alterar-senha-input {
    background-color: #D1D1D1;
    width: 300px;
    height: 45px;
    top: 394px;
    left: 42px;
    gap: 0px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 0px 0px 0px 30px;
}

.aluno-alterar-senha-input::placeholder {
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 30px;
    top: 15px;
}

.aluno-alterar-senha-button {
    background: #0C0F1E;
    width: 182px;
    height: 45px;
    border-radius: 20px;
    padding: 12px;
    margin: 15px auto;
    font-size: 14px;
    cursor: pointer;
    color: #4C5687;
    font-weight: bold;
}
