.area-login {
    padding: 20px;
    box-shadow: 0px 0px 18px #ffffff5e;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu-login {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
}

a.link-ativo {
    color: #ffff;
    font-weight: bold;
    text-decoration: none;
}

p.link-selecionado {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.form-login {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

input.form-login {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #000;
    color: #ffff;
    padding: 5px;
    width: 300px;
    margin-bottom: 10px;
}

input.form-login::placeholder {
        color: #b1afaf;
}

.password-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.eye-icon {
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
}

input.form-input-pw {
    border-radius: 30px;
    padding: 5px;
}

button.btn-login {
    border: none;
    margin-top: 15px;
    width: 150px;
    padding: 5px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

a.underlined.forgotpw {
    color: #fff;
}

span.error-message {
    color: #ffff;
}
