body {
    font-family: Arial, sans-serif;
}

.form-login,
.form-recupera-senha {
    max-width: 400px;
    margin: 0 auto;
}

.descricao {
    text-align: center;
    margin-bottom: 20px;
}

.input-login,
.input-senha,
.input-email {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    padding: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.botao-acessar,
.botao-confirmar,
.botao-voltar {
    width: 100%;
    border-radius: 25px;
    padding: 10px;
    margin-top: 10px;
}

.opcoes-login {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.opcoes-login li a {
    color: #007bff;
    text-decoration: none;
}

.opcoes-login li a:hover {
    text-decoration: underline;
}

.csp-0 {text-align: center;}
.csp-1 {width: 85%;}
.csp-2 {width:100%;}
.csp-3 {opacity: 0.87; position: absolute; top: 18.6875px; left: 128.375px; margin-top: -27.6px;}
.csp-4 {border-color: #fff; border-bottom: 1px solid #aaa; border-radius: 0; height: 40px;}
.csp-5 {width: 100%; border-radius: 25px;}
.csp-6 {width: 85%; hidth: 85%;}