/* /Components/Controls/Login.razor.rz.scp.css */
.card-2[b-y1ytl25354] {
    width: 225px;
    height: 210px;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 6px;
    background: #66a8f789;
}

.card-header-2[b-y1ytl25354] {
    height: 57px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #02314f 30%);
    border: 1px solid #ffffff;
    border-bottom-style: solid;
    border-bottom-color: #02314f;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mdk0d1iwtz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mdk0d1iwtz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Videoplayer.razor.rz.scp.css */
.video-background[b-wspxlsrczv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: black;
}

    .video-background video[b-wspxlsrczv] {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
