.validation-summary-errors { text-align: center; font-size: 0.8rem; margin-top: -10px; }
.validation-summary-errors > ul { list-style-type: none; padding-left: 0; }

/* general */

span.field-validation-error {
    display: block;
    flex-basis: 100%;
    font-size: .9em;
}

/*login-main-panel*/
.login-main-panel {
    height: 100vh;
}

.login-main-panel h5 {
    color: #2B2666;
}

/* login-image */
.login-left-panel {
    background-image: url("../../images/login.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* teste-image */
.login-left-panel1 {
    background-image: url("../../images/trial.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/* login-box */
.login-box {
    width: 450px;
}

.login-box > .card {
    padding: 30px;
}

.login-box .login-box-msg {
    padding: 20px 10px;
}

.login-logo-center {
    display: flex;
    justify-content: center;
}

.login-logo-center  img{
    height: 40px;
}

/* register-box */

.register-page {
    height: auto;
    padding: 3rem;
}

.register-box {
    width: 1100px;
    max-width: 90%;
}

.register-box .card-body {
    padding: 3rem
}

@media only screen and (max-width: 769px) {
   .login-box { width: auto; }
   .validation-summary-errors { white-space: unset; }
}
