body {
  margin: 0px;
}
table,
table * {
  border: none;
  border-spacing: 0px;
  border-color: grey;
  padding: 0px;
}

::placeholder {
  color: #b4b4b4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b4b4b4;
}

::-ms-input-placeholder {
  color: #b4b4b4;
}
.formEntry,
.formSubmit {
  font-size: 1.6em;
  border-bottom: 1px #e4e4e4 solid;
  padding: 10px;
  font-family: sans-serif;
}
.formSubmit {
  color: white;
  background-color: #89c77c;
  -webkit-appearance: none;
  font-weight: 900;
  border-radius: 2.26em;
  width: 400px;
  max-width: 400px;
  margin: 60px 0px;
  margin-top: 0px;
  min-height: 2.26em;
  transition: background-color 0.3s;
  cursor: pointer;
}
.contactSupport {
  font-size: 1.6em;
  border: 1px #89c77c solid;
  padding: 10px;
  font-family: sans-serif;
  color: #89c77c;
  background-color: white;
  -webkit-appearance: none;
  font-weight: 900;
  border-radius: 2.26em;
  width: 400px;
  max-width: 400px;
  margin: 60px 0px;
  margin-top: 0px;
  min-height: 2.26em;
  transition: background-color 0.3s;
  cursor: pointer;
}
.contactSupport:focus {
  outline: none !important;
}
.contactSupport:hover {
  background-color: #eeeeee;
}
.contactSupport:focus {
  background-color: #dddddd;
}
.formEntry {
  width: 380px;
  max-width: 380px;
  margin-bottom: 20px;
}
.verifyEntry {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #89c77c;
  border-radius: 5px;
  text-align: center;
}
.formEntry:focus,
.formSubmit:focus {
  outline: none !important;
}
.formSubmit:hover {
  background-color: #66c153;
}
.formSubmit:focus {
  background-color: #59a649;
}
.formSubmit:disabled {
  background-color: #b7bfb5;
  cursor: unset;
}
.cssload-container {
  width: 100%;
  height: 48px;
  text-align: center;
}

.warningText {
  width: 100%;
  font-size: 1em;
  text-align: center;
  color: red;
  margin-top: 15px;
  margin-bottom: 30px;
}

.outerPhoneShapeContainer {
  width: 100%;
  background-color: #cae3d5;
  background-image: url(https://nowpay.cash/images/header_artwork.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.innerPhoneShapeContainer {
  width: 100%;
  height: 100vh;
  background: white;
  position: relative;
}

.backButtonContainer,
.langButtonContainer {
  width: 100%;
  display: inline-block;
  color: #004e64;
  margin-top: 15px;
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
}

.cssload-zenith {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px #89c77c;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
