@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body { font-family: 'Prompt', sans-serif; height: 100vh;padding: 0;margin: 0; background-color:#17120f; overflow:hidden; }
.form-control {
    line-height: 2;
}
.form-control:focus {
    border-color: #ffe600;
    box-shadow: none;
}
.flex-column { margin-top: -50px; }
.bg-custom {
    background-color: #8a060b;
}

.btn-custom {
    background-color: #ffe600;
    color: #000;
}

.btn-custom:hover {
    background-color: #d3be00;
    color: #000;
}

label {
    color: #fff;
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

@media(max-width: 932px) {
    .display-none {
        display: none !important;
    }
}
@media(max-width: 540px) {
    .w-50 {
        width: 80%!important;
    }
    .flex-column { margin-top: 0!important; }
}