/* @font-face {
    font-family: Bebas;
    src: url('../fonts/BebasNeue-Regular.otf');
  } */
  body {
    background: #ED375E;
    background-image: linear-gradient(180deg, #ED375E 0%, #EDC242 100%);
    min-height: 100vh;
    font-family: "bebas-neue-pro", sans-serif;
font-weight: 400;
font-style: normal;
    display: flex;
    justify-self: center;
    flex-direction: column;
  }
header {
  width: 100%;
}
.modal-content {
  background: #ED375E;
    background-image: linear-gradient(180deg, #ED375E 0%, #EDC242 100%);
}
.mainGrid {
  /* display: flex;
  flex-direction: row; */
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}
.mainform {
  width: 50%;
}
.smirnoff {
  max-width: 250px;
}
.logo {
  flex-direction: column;
  width: 50%;
  align-items: center;
  padding-left: 3em;
}
.btn-blue, .btn-blue:active, .btn-blue:hover {
  border-radius: 60px;
border: 2px solid #FFF;
background: #00ADAF;
color: white;
}
.text-gold {
  color: #b59653
}
.buttonWidth {
  width: 238px;
}
.footerWidth {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
.mainGrid {
  display: flex;
  flex-direction: column;
}  
.mainForm {
  width: 100%;
  padding: 0px 2em !important;
}
.legal {
  flex-direction: column;
  width: 100% !important
}
.footerWidth {
  width: 100%;
}
.logo {
  justify-self: center;
  padding-left: 0;
}
.leaf {
    display: none;
}
}