.alert p {
    margin: 0;
}

._video {
    width: 50vw;
    height: 100vh;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background-position: top center;
    background-size: cover;

}

._video #_video-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(57, 50, 46, 0.4);
    background-size: cover;

    overflow: hidden;
    text-align: center;
}

._video video {
    object-fit: cover !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 100%;
    -webkit-transform: none !important;
    transform: none !important;
}

.w-half {
    width: 50%;
}
@media screen and (max-width: 600px) {
    .w-half {
        width: 100% !important;
        background-image: url("/upload/bg.jpeg");
        background-position: center center;
        background-size: cover;
    }

    .w-half .mobile-color * {
        color: #4e4e4e !important;
    }
    .w-half .card {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(10px);

        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
}

