﻿/*Login Page*/
.divider:after,
.divider:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #eee;
}

.vh-95 {
    height: 95vh !important;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}
.form-outline {
    position:relative;
}
label.error {
    position: absolute;
    right: 0px;
    top: -25px;
}
.maintenance-staff-banner{position:relative;z-index:1100;display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:42px;padding:.65rem 1rem;color:#fff7d6;background:linear-gradient(90deg,#7c2d12,#b45309 48%,#7c2d12);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 18px rgba(0,0,0,.2);font-size:.9rem;letter-spacing:.01em}.maintenance-staff-banner i{color:#fde68a}.maintenance-staff-banner strong{color:#fff}.maintenance-staff-banner span{opacity:.9}@media(max-width:575.98px){.maintenance-staff-banner{flex-wrap:wrap;gap:.25rem .55rem;text-align:center;font-size:.8rem}.maintenance-staff-banner span{flex-basis:100%}}
