.check-email-box-form {
  width: 95%;
}
.check-email-box-form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.check-email-box-form form .buttons {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.check-email-box-message {
  font-size: 18px;
  text-align: center;
  margin: 1vh;
}
.check-email-box-message-small {
  font-size: 16px;
  text-align: center;
  margin: 1vh;
}

.check-email-box-icon {
  height: 30%;
  margin-bottom: 2vh;
}
.check-email-box-icon img {
  max-height: 100%;
  height: 233px;
}

#input-email input {
  width: 93%;
}

#input-email {
  display: flex;
  justify-content: space-between;
}

#span-show-error {
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
  font-size: 14px;
}

#email-not-valid-error {
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
  font-size: 14px;
}

#server-error {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

#microsoft-button, #google-button {
  background-color: #cccccc;
  margin-top: 5px;
}

#div-loading-icon {
  display: none;
  margin: 9px;
}

#icon-status-email {
  font-weight: 700;
}

#divShowError {
  height: 30px;
}

@media (max-width: 400px) {
  a span {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=check-email.css.map */
