body {
}
.bg-syblue {
  background-color: #0070c0;
}
.hover-bg-syblue:hover {
  background-color: #000;
  background-color: #0070c0;
}

.hover-bg-syblue:focus {
  background-color: #0070c0;
}

.alivesim-logo {
  height: 50px;
  width: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #555;
}

a {
  text-decoration: none;
  color: #0070c0;
  cursor: pointer;
}

a.privacy-policy {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

#resend-verification-code-button {
  display: inline-block;
  margin: 0;
  margin-top: 32px;
}

input {
  padding: 0;
  outline: none;
  border: 2px solid #888;
  width: 100%;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  
  margin-bottom: 16px;
}
input:focus {
  border-color: #5eacff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  background-color: #0070c0;
  color: #ffffff;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
button:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#email-address-submit-button {
  margin-bottom: 32px;
}

.error {
  margin-bottom: 8px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}
