﻿body {
    background: #050b2a url('../Images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #0b1326;
}

.bg-hero {
    min-height: 100vh;
    position: relative;
}

    .bg-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        backdrop-filter: saturate(120%) brightness(90%);
    }

.login-panel {
    max-width: 420px;
    width: 100%;
    z-index: 1;
}

.form-control {
    border-radius: .8rem;
    padding: .85rem 1rem;
}

.btn-cta {
    border-radius: 999px;
    padding: .85rem 1rem;
    font-weight: 600;
}

.label-muted {
    color: rgba(255, 255, 255, .8);
    font-size: .9rem;
}

.no-caret::after {
    display: none !important;
    content: none !important;
}