.row1 {
  height: 41vh;
  min-height: 197px;
  display: table;
  width: 100%;
}

.wifi > #app > .container > .row1 > .html1 {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  background-color: #FF000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.row2 {
  height: 18vh;
  min-height: 86px;
  display: table;
  width: 100%;
}

.wifi > #app > .container > .row2 > .html2 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  background-color: #FF000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.row3 {
  height: 14vh;
  min-height: 67px;
  display: table;
  width: 100%;
}

.wifi > #app > .container > .row3 > .html3 {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: bottom;
  background-color: #FF000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.row4 {
  height: 11vh;
  min-height: 53px;
  display: table;
  width: 100%;
}

.wifi > #app > .container > .row4 > .button1 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  background-color: #FF000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.row5 {
  height: 16vh;
  min-height: 77px;
  display: table;
  width: 100%;
}

.wifi > #app > .container > .row5 > .html4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  background-color: #FF000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

body, .frame-dw-preview {
  height: 100vh;
  min-height: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: Poppins;
  background: -webkit-linear-gradient(#ffffff, #f4f4f6);
  background: -moz-linear-gradient(#ffffff, #f4f4f6);
  background: linear-gradient(#ffffff, #f4f4f6);
}

@media (max-width: 320px) {
  .banner {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  .banner {
    display: none !important;
  }

  .row1 {
    min-height: auto;
    height: auto !important;
  }
}
.smart-dropdown {
  font-family: Poppins;
}

.button {
  width: 90%;
  border-radius: 60px;
  border: solid 0px;
  padding: 9px;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  background-color: #006837;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin: 0 auto;
  display: table;
  line-height: inherit;
  font-family: Poppins;
  font-style: normal;
  box-sizing: border-box;
}

.container {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000000;
}

.cell {
  display: table-cell;
}

h1 {
  font-size: 3.2em;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 2.8em;
  margin: 0;
  font-weight: normal;
}

h3 {
  font-size: 2.2em;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 1.6em;
  margin: 0;
  font-weight: normal;
}

h5 {
  font-size: 1.3em;
  margin: 0;
  font-weight: normal;
}

h6 {
  font-size: 1.2em;
  margin: 0;
  font-weight: normal;
}

p, .error-text {
  font-size: 1.1em;
  margin: 0;
}

.secured-button > img {
  display: none;
}

.confirmation-txt {
  font-size: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 10% auto;
  background-color: #fefefe;
  padding: 10px;
  width: 85%;
  border: 1px solid #888;
}

.modal-content .container {
  padding-left: 8px;
  padding-right: 8px;
}

/* The Close Button */
.close-terms {
  background: transparent;
  position: relative;
  font-size: 2em;
  color: #333;
  cursor: pointer;
  z-index: 1;
}

.close-terms:hover,
.close-terms:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* The Quit Button */
.quit-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pinError-div {
  display: none;
}

.inputError-div {
  display: none;
}

.terms-text {
  display: table;
}

.terms-check-span {
  display: table-cell;
  vertical-align: middle;
}

.disabledbtn, .disabledbtn:hover {
  background-color: lightgrey;
  background-image: none;
  color: grey;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins.ttf") format("truetype");
}

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