@font-face {
    font-family: 'Knockout53';
    src: url('/fonts/Knockout-53.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-knockout53: 'Knockout53', sans-serif;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.pb-3 {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-image: url("../images/SsoHomeBackGroundImage.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.auth-container,
.auth-container * {
    font-weight: 400;
    font-size: 1rem;
} 

.auth-container h1 {
    font-size: 24px;
}


.card {
    border-radius: 12px;
}


.btn-primary {
    background-color: #0059d6;
    border-color: #0059d6;
}

.btn-primary:hover {
    background-color: #024cb3;
    border-color: #024cb3;
}


.auth-input {
    position: relative;
}

.auth-input label {
    padding: 0 6px;
    background: #fff;
    left: 12px;
    color: #635dff;
}
 
.auth-input .form-control:focus ~ label,
.auth-input .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-1.4rem);
    color: #635dff;
} 
  
.btn-group-lg > .btn, .btn-lg {
    padding: 0.8rem 1rem !important; 
}

.form-floating > label {
    color: #555555;
}

.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-none {
    display: none;
}

.spinner-container {
    text-align: center;
}