*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app-confirmare {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background: url("/images/Xmas24_BaulbsTree_rvb_300dpi_1920x1080.jpg");
  font-size: 18px;
}

@media screen and (min-width: 905px) {
  #app-confirmare .confirmare {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 90%;
    width: 80%;
    background: white;
    -webkit-box-shadow: 0px 3px 6px #00000066;
            box-shadow: 0px 3px 6px #00000066;
    border-radius: 12px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 1.6rem;
  }
  #app-confirmare .confirmare h1 {
    padding: 1rem;
  }
  #app-confirmare .confirmare p {
    font-weight: bold;
    padding: 1rem;
    width: 80%;
  }
}

@media (max-width: 906px) {
  #app-confirmare .confirmare {
    height: 100%;
    width: 100%;
    background: white;
    min-height: 100vh;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    overflow: hidden;
    padding: 1.6rem;
  }
  #app-confirmare .confirmare h1 {
    padding: 1rem;
  }
  #app-confirmare .confirmare p {
    font-weight: bold;
    padding: 1rem;
    width: 80%;
  }
}
/*# sourceMappingURL=confirmare.css.map */