@font-face {
    font-family: Michroma;
    src: url("Michroma-Regular.ttf") format("opentype");
    font-display: swap;
}

body, html { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #000; font-size:12px!important; }
.video-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; overflow: hidden; }
video { width: auto; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit:cover; z-index:10; }
a { color:#eb0062; }
h5 { font-family: Michroma; }

*:focus-visible { outline: none; }
.btn { font-family: Michroma; }
.btn-primary { background-color:#eb0062; border-color:#eb0062; color:#fff }
.btn-primary:hover { background-color:#eb0062; border-color:#eb0062; }
.btn-primary:active { background-color:#eb0062!important; border-color:#eb0062!important; }
.form-control { border-color:#fff!important; }
.form-control:focus { box-shadow:none!important; border:1px solid #eb0062!important; }
.active { background-color:#eb0062; border-color:#eb0062; }

.social { position:absolute; top:0; right:15%; z-index:21; background:#eb0062; padding:40px 10px 10px 10px; }
.form { z-index:20; max-width:300px; position:absolute; bottom: 15%; left: 50%; transform: translate(-50%, -50%); }

@media only screen and (max-width:767px) {
    .social { right:10%!important; }
    .form { bottom:0%!important; width:70%!important; }
}
