span.logo-text {
    color: #fff;
    font-size: 29px;
    letter-spacing: 3px;
    font-weight: 600;
}
.form-reset-password {
    text-align: center;
}

.form-reset-password .card-header {
    margin-bottom: 20px;
    font-weight: 400;
}

.form-reset-password input#email {
    min-width: 350px;
}

span.invalid-feedback {
    width: 100%;
    display: block;
}

.row.justify-content-center {
    text-align: center;
    padding: 30px;
}


