@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
  font-family: 'ACES_Futurista-Regular';
  src: url("/assets/ACES_Futurista-Regular.woff") format("woff");
  /* Safari, Android, iOS */ }
header {
  height: 75px;
  padding: 0px 10px; }

select {
  background-color: #061529 !important; }

nav {
  width: 175px;
  padding: 10px;
  gap: 10px; }

body {
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  flex-direction: column;
  font-family: 'ACES_Futurista-Regular', serif !important;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  color: #a03033; }

* {
  color: #fff; }

a:hover {
  color: #a03033 !important; }

.form-control:focus {
  border-color: #a03033 !important;
  box-shadow: none !important; }

.form-check-input {
  accent-color: #a03033; }

.logo {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px; }

.login, .reset-password, .registration {
  height: auto; }
  .login .form-wrapper, .reset-password .form-wrapper, .registration .form-wrapper {
    margin: 20px 0; }
  .login form, .reset-password form, .registration form {
    width: 100%; }

.tile, .login, .reset-password, .registration, .auth-footer {
  width: 450px;
  border-radius: 25px; }

.content {
  padding: 15px; }

.card {
  background-color: #122E47; }
  .card .card-header {
    background-color: #061529; }

.auth-footer {
  height: 75px; }

.border {
  border: 1px solid #a03033; }

.border-2 {
  border: 2px solid #a03033; }

.bg-main {
  background-color: #122E47; }

.bg-2, .btn-2 {
  background-color: #061529; }

.bg-header, .btn-main {
  background-color: #a03033; }
  .bg-header:hover, .btn-main:hover {
    background-color: transparent;
    color: #a03033; }

.txt-color, .btn-main {
  color: #fff; }

.h-color, .btn-2 {
  color: #a03033; }

.btn-2:hover {
  color: #fff !important;
  background-color: #a03033 !important; }

@media only screen and (max-width: 720px) {
  main {
    flex-direction: column; }
    main div nav {
      width: 100%;
      flex-direction: row !important;
      justify-content: space-between; } }
@media only screen and (max-width: 500px) {
  .login, .reset-password, .registration, .auth-footer, .tile, .login, .reset-password, .registration, .auth-footer {
    width: 350px; } }

/*# sourceMappingURL=site.css.map */
