.auth {
    background-color: #364150 !important;
    color: #ffffff;
}

.sub-title {
    font-weight: normal;
    text-align: center;
}

.auth-container {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem auto;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
    padding: 2rem;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.title {
    text-align: center;
    margin: 1rem 0;
}


form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-item {
    width: 100%;
}

.form-error {
    color: #dc3545;
}


.form-forgot-password {
    text-decoration: none;
}