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

:root {
  --primary: 195, 165, 105;
}


html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  background: #191917 url(../img/lpBG.png) no-repeat;
  background-size: cover;
}

.form-signin {
  padding: 20px;
  text-shadow: none;
  opacity: 0.96;
  background-color: #030509bf;
  border: 2px solid #104800;
  border-radius: 8px;
  margin-top: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}



.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

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

.bg-dark {
  background-color: rgba(var(--primary), .6) !important;
}

.btn-primary {
  background-color: #104800;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #104800 0%, #27B600 100%);
  background: -webkit-linear-gradient(top, #104800 0%, #27B600 100%);
  background: linear-gradient(to bottom, #104800 0%, #27B600 100%);
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.btn-primary:hover {
  background: #104800;
  color: #ffffff;
}

.btn-circle-odds.btn-xl {
  width: 70px;
  height: 70px;
  padding: 1rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  z-index: 1030;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  transition: all .25s ease 0s;
}

.btn-circle-odds:focus {
  outline: none !important;
  box-shadow: none !important;
}

#modal-live-odds {

  z-index: 99999;

}

.form-control {
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #212121;
  font-size: 12px;
  border-radius: 10px !important;

}

.text-white {
  text-shadow: #000000 3px 2px 3px;
}



@media only screen and (max-width: 780px) {

  .desktop {
    display: none;
  }

  body {
    text-align: center;
  }



}