html {
    font-size: 14px;
}
.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.SplitBox {
    display: flex;
    height: 100vh;
    width: 100vw;
}



.SplitSite {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbarStyle {
    background-color: rgba(103, 190, 217, 1);
}

.buttonStyle {
    background-color: rgba(253, 185, 19, 1);
}

.TransBack {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
}


.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;
}

.login-bg {
    background-image: url('/images/LoginBackdrop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
