﻿body {
    background-image:url(/images/pp-background.jpg);
    background-size:cover;
    background-position:center center;
    font-family:"Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6, label {
    font-family: "Staatliches", system-ui;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: white !important
}
.glass-box, .center-login .card {
    border: 1px solid rgba(255,255,255,0.075);
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.4) !important;
    border-radius: 12px;
}
.center-login{
    display:flex;
    min-height:100vh;
    align-items: center;
}
.form-control.dark, .form-select.dark {
    background-color: rgba(0,0,0,0.7) !important;
    border-radius: 10px !important;
    width: 100%;
    height: 52px !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    color: white !important;
}
::spelling-error {
    color: white;
}
::grammar-error {
    color: white;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(0,0,0,0.7) !important;
    border: 1px solid rgba(192,0,34,0.9) !important;
}
.btn {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 0 !important;
    font-family: "Staatliches", system-ui;
    font-size:1.5em;
}
.btn-primary {
    background: #C00022;
}
.btn-primary:hover{
    background:white;
    color:black!important;
}
.btn-default{
    background:white;
    color:black;
}
label{
    font-size:1.25rem;
}
.link {
    background: none !important;
    color: white !important;
    border: 0 !important;
}
.login-logo{
    max-height:90px;
    margin-bottom:2em;
}
.text-primary, .card a {
    color: rgba(192,0,34,1)!important;
}
.of-cover{
    object-fit:cover;
    object-position:center;
}
a.forgot-password:hover{
    color:white!important;
}
input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
    width: 20px;
    height: 20px;
}
input[type=checkbox]:checked {
    accent-color:rgba(192,0,34,1)!important;
}