#recover_password_label,
#unlock_user_label {
    color: #1D78AC;
    float: left;
}

#recover_password_label:hover,
#unlock_user_label:hover {
    color: #286893;
    font-weight: bold;
    cursor: pointer;
}

#wrong_password_label {
    color: red;
    display: none;
}

#recover_password_form {
    background-color: white;
}

.login-form {
    background-color: white;
}

.login-form>footer {
    margin-top: 30px;
    background-color: white;
}

.login-label-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#login_error {
    display: none;
    color: #A90329;
}

#login_recover {
    display: none;
}

.recover-result-tittle {
    font-weight: bold;
}

.recover-alert-info {
    color: #333;
    text-align: left;
}

.login-container {
    max-width: 360px;
}

.login-flex-container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.version-container {
    width: 280px;
}

.login-container #btn-recover.disabled i {
    display: inline-block;
}

.login-container #btn-recover i {
    display: none;
}

#username_label.failed-login input,
#password_label.failed-login input {
    background: #EECCD4;
    border: 1px solid #A90329;
}

#password_label.failed-login input:-webkit-autofill,
#password_label.failed-login input:-webkit-autofill:hover,
#password_label.failed-login input:-webkit-autofill:focus,
#password_label.failed-login input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #EECCD4 inset;
}

#username_label.failed-login i.icon-append,
#password_label.failed-login i.icon-append {
    color: #A90329;
}

#logo-powered-by-text{
    display: inline-block;
    margin:0!important;
    vertical-align: bottom;
}
  
.login-main-container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    row-gap: 24px;
    margin-top: 24px;
}
.login-logo-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 24px;
}
.login-logo-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.login-logo-about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    column-gap: 10px;
}
.login-logo-version {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}
#logo-powered-by {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

#logo-powered-by-img {
    height: 35px;
}

#google-login-button,
#auth0-login-button {
    background: white;
    color: #444;
    border-radius: 3px;
    border: thin solid #CCCCCC;
    white-space: nowrap;
    padding: 6px;
}

#google-login-button:hover,
#auth0-login-button:hover {
    cursor: pointer;
    background: #E6E6E6 0 0 no-repeat padding-box;
    border: 1px solid #B3B3B3;
}

#google-login-button:active,
#auth0-login-button:active {
    background: #CCCCCC 0 0 no-repeat padding-box;
    border: 1px solid #999999;
}

#google-login-button .go-google-colorido,
#auth0-login-button .go-microsoft-colorido {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
#google-login-button .google-login-label,
#auth0-login-button .auth0-login-label {
    margin-left: .25em;
}

#container-signin {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.providers-spacer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sso-login-providers,
.signin-password {
    margin-bottom: 0 !important;
}

.sso-login-providers,
.signin-username,
.signin-password {
    padding-left: 14px;
    padding-right: 14px;
}


.modal .modal-header {
    display: flex;
    min-height: 55px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #F2F2F2;
    border: 1px solid #E6E6E6;
    padding: 10px 15px;
}

.modal .modal-header .close {
    font-size: 13px;
    line-height: 13px;
    color: #999;
    opacity: 1;
    order: 2
}

.modal-header + .modal-body {
    padding: 15px 15px;
}

.modal-body + .modal-footer {
    margin-top: 0;
    padding: 15px;
    border-top: 1px solid #E6E6E6;
}

.modal-dialog .modal-content{
    width: 100%;
}

.modal-dialog.centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

#auth0-error-notification-modal .messages-wrapper > .error-message-part:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
