#home-bg {
    background: url("../../assets/img/main-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 100vh;
}

.form-control::placeholder {
  color: #bdbdbd;
  opacity: 1;
}

a {
  color: #d1552a;
  text-decoration: none;
}

.form-check-input:checked {
  background-color: #b3975a;
  border-color: #b3975a;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

#login1-submit {
  position: relative;
  padding-right: 2.5rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-32 0 512 512' fill='white'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}

.submit-btn {
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #693727!important;
}

#back-btn:hover {
  background-color: #424242!important;
}

input:focus.btn.submit-btn {
  border-color: #ffffff!important;
}

.warning {
  position: fixed;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  background: #000;
  border: 8px solid #fff;
  padding: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: -15;
  height: 150px;
}
.warning__break--m {
    display: block
}

@media screen and (min-width:768px) {
    .warning__break--m {
        display: none
    }
}

.warning__break--l {
    display: block
}

@media screen and (min-width:1200px) {
    .warning__break--l {
        display: none
    }
}

.warning__header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    width: 100%;
    font-family: Oswald,Arial Narrow,Helvetica,sans-serif;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 1930px;
    white-space: nowrap;
    letter-spacing: 0
}

.warning__header--q1 {
    font-size: 25px
}

@media screen and (min-width:280px) {
    .warning__header--q1 {
        font-size: 20px
    }
}

@media screen and (min-width:411px) {
    .warning__header--q1 {
        font-size: 25px
    }
}

@media screen and (min-width:768px) {
    .warning__header--q1 {
        font-size: 50px
    }
}

@media screen and (min-width:1200px) {
    .warning__header--q1 {
        font-size: 5.1vw
    }
}

@media screen and (min-width:1930px) {
    .warning__header--q1 {
        font-size: 98px
    }
}

.warning__header--q2 {
    font-size: 25px
}

@media screen and (min-width:280px) {
    .warning__header--q2 {
        font-size: 20px
    }
}

@media screen and (min-width:411px) {
    .warning__header--q2 {
        font-size: 25px
    }
}

@media screen and (min-width:768px) {
    .warning__header--q2 {
        font-size: 50px
    }
}

@media screen and (min-width:1200px) {
    .warning__header--q2 {
        font-size: 4vw
    }
}

@media screen and (min-width:1930px) {
    .warning__header--q2 {
        font-size: 80px
    }
}

.warning__header--q3 {
    font-size: 25px
}

@media screen and (min-width:280px) {
    .warning__header--q3 {
        font-size: 20px
    }
}

@media screen and (min-width:411px) {
    .warning__header--q3 {
        font-size: 25px
    }
}

@media screen and (min-width:768px) {
    .warning__header--q3 {
        font-size: 50px
    }
}

@media screen and (min-width:1200px) {
    .warning__header--q3 {
        font-size: 4.05vw
    }
}

@media screen and (min-width:1930px) {
    .warning__header--q3 {
        font-size: 78px
    }
}

.warning__header--q4 {
    font-size: 25px
}

@media screen and (min-width:280px) {
    .warning__header--q4 {
        font-size: 20px
    }
}

@media screen and (min-width:411px) {
    .warning__header--q4 {
        font-size: 25px
    }
}

@media screen and (min-width:768px) {
    .warning__header--q4 {
        font-size: 60px
    }
}

@media screen and (min-width:1200px) {
    .warning__header--q4 {
        font-size: 5.8vw
    }
}

@media screen and (min-width:1930px) {
    .warning__header--q4 {
        font-size: 106px
    }
}
/*@media (min-width: 768px) {
  .warning__break--m {
    display: none;
  }
}

@media (min-width: 1930px) {
  .warning__header--q2 {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .warning__break--l {
    display: none;
  }
}
*/
@media (max-width: 768px) {
  #header-social {
    display: none!important;
  }
}

#continue-submit:hover {
  background-color: #48472c!important;
}

#moist-snuff-1 {
  line-height: .9;
}

@media (min-width:768px) and (max-width: 1200px) {
  .center-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .center-padding {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.logo-signup img {
  margin-bottom: 30px;
}

#sign-up-wrapper {
  max-width: 500px;
  margin: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-family: Trirong, serif;
  border-radius: 10px;
  border-top: 15px solid #737245;
}

#close-x {
  margin-right: -20px;
}

#close-x-bg {
  background: #d1552a;
  border-radius: 5px;
}

#close-x-icon {
  font-size: 20px;
  color: rgb(255,255,255);
  padding: 5px;
  padding-right: 8px;
  padding-left: 8px;
}

#sign-in-form {
  width: 100%;
}

#sign-in-email-label {
  font-family: Teko, sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}

#sign-in-email-input {
  border-width: 2px;
  border-radius: 0px;
}

#sign-in-password-label {
  font-family: Teko, sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
}

#sign-in-password-input {
  border-width: 2px;
  border-radius: 0px;
}

#forgpt-password {
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 30px;
}

#login-button-wrapper {
  width: 100%;
  height: initial;
  background: #ffffff00;
  border: 2px solid #d1552a;
  border-radius: 5px;
}

#login-button {
  width: 100%;
  font-family: Teko, sans-serif;
  font-size: 20px;
  --bs-body-font-weight: 600;
  color: var(--bs-body-bg);
  text-align: center;
  background: #d1552a;
  border-radius: 5px;
  border: 2px solid var(--bs-white);
}

#logo-signup {
  padding-bottom: 30px;
}

#sign-up {
  background: #faf7f2;
}

#warning-wrapper {
  background: var(--bs-black);
}

#Wrapper {
  background: #faf7f2;
}


