/**
LOGIN
 */
.flex-root {
    flex: 1;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.bg-login {
    background: #ebeef2 !important;
    --bg-color: 235,238,242;
}

.glow-dark-blue-bg {
    background-color: #1f5eaa !important;
    --bg-color: 31,94,170 !important;
}

.btn.glow-dark-blue-bg:active:not(.btn-active),
.btn.glow-dark-blue-bg:hover:not(.btn-active),
.glow-dark-blue-bg:active,
.glow-dark-blue-bg:hover {
    background-color: #175096 !important;
    --bg-color: 23,80,150 !important;
}

.glow-dark-blue-color {
    color: #1f5eaa !important;
}


.has-error > .form-control {
    border-color: #e2626b !important;
}


#glow_login_validate_form input::-webkit-outer-spin-button,
#glow_login_validate_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#glow_login_validate_form input[type=number] {
    -moz-appearance:textfield;
}