.emailError{
    align-self: flex-start;
    margin-left: 60px;
    font-size: 12px;
    color: red;
    display: none;
}
.legalText-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1108px;
    width: 100%;
    background-color: #fff;
    margin-top:5px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    align-self: end;
}
.legalText{
    padding: 1rem 2.0625rem 1rem .625rem;
    display: flex;
    align-items: flex-start;
    gap: .8125rem;
    position: relative;
    background-color: var(--brand-fifth);
    border-radius: .625rem;
    font-size: .600rem;
}
.loginNotification{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resetError{
    align-self: flex-start;
    margin-left: 60px;
    font-size: 12px;
    color: red;
    display: none;
}
.passValidationError {
    display: none;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 60px;
    font-size: 12px;
    color: red;
    gap: 4px;
    max-height: 150px;
    overflow-y: auto;
}

.passValidationError .error-message {
    font-size: 12px;
    color: red;
    align-self: flex-start;
    margin-left: 25px;
}