.loginer h2 {
    margin-top: 190px;
    font-weight: 500;
    font-size: 48px;
    line-height: 20px;
    align-items: center;
    letter-spacing: 0.2px;
}

.text-login {
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2px;
    margin-top: 20px;
    margin-bottom: 50px;
}

div.invalid-feedback {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 35px;
    font-size: 17px;
}

.text-muted {
    text-align: center;
    font-size: 17px;
}

.signup {
    margin-top: 60px;
}

div.form-group {
    margin: 0;
}

.signup-list {
    margin-top: 30px;
    list-style: none;
}

.signup-list label {
    margin-left: 90px;
}

#btn-login {
    display: inline-block;
}

.reset-pass:hover {
    text-decoration: underline;
}

.modal-reset-pass {
    max-width: fit-content;
}

.modal-body {
    position: relative;
    width: 600px;
}

.modal-body label {
    padding-left: 25px;
}

.close-reset-pass {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.custom-btn.btn-reset-pass {
    margin-right: 0;
}