.tile-page {
    background-image: linear-gradient(to right, #3EC4CC , #3E92CC);
    height: 200px;
    padding-top: 80px;
}

.card-title {
    margin-bottom: 0 !important;
    color: #FFFFFF;
}

.header-login {
    text-align: center;
    padding-bottom: 50px;
}

.card-body {
    padding: 3rem 1rem;
    background-color: #FAFAFA;
}

.btn-login {
    background-color: #3E92CC;
    color: #FFFFFF;
    width: 320px;
    height: 45px;
}

.reset-pass {
    font-size: 11px;
}

.text-right {
    text-align: right;
}

.text-error {
    text-align: center;
    padding-bottom: 20px;
}

.invalid-feedback {
    display: unset;
}
