
.auth.hero.is-fullheight[data-v-7c2651e5] {
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
}
.auth.hero .hero-body[data-v-7c2651e5] {
  padding: 0;
}

.auth img {
  height: auto;
  padding: 1rem 0;
}
.auth .input:focus,
.auth .input.is-focused,
.auth .input:active,
.auth .input.is-active,
.auth .textarea:focus,
.auth .textarea.is-focused,
.auth .textarea:active,
.auth .textarea.is-active {
  border-color: #02072e;
  -webkit-box-shadow: 0 0 0 0.125em rgba(38, 47, 64, 0.25);
          box-shadow: 0 0 0 0.125em rgba(38, 47, 64, 0.25);
}
.auth .is-centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.auth .field {
  width: 100%;
}
.auth .field .control .input {
  background: transparent;
}
.auth .field .control .input::-webkit-input-placeholder {
  opacity: .4;
}
.auth .field .control .input::-moz-placeholder {
  opacity: .4;
}
.auth .field .control .input:-ms-input-placeholder {
  opacity: .4;
}
.auth .field .control .input::-ms-input-placeholder {
  opacity: .4;
}
.auth .field .control .input::placeholder {
  opacity: .4;
}
.auth .field .control .input:not(:focus):not(:-moz-placeholder-shown) {
  opacity: .7;
}
.auth .field .control .input:not(:focus):not(:-ms-input-placeholder) {
  opacity: .7;
}
.auth .field .control .material-icons,
.auth .field .control .input:not(:focus):not(:placeholder-shown) {
  opacity: .7;
}
.auth .field .control .input:not(.is-danger) .mdi {
  color: #02072e;
}
.auth .field .control .input:not(:focus):not(:-moz-placeholder-shown) .mdi {
  opacity: .4;
}
.auth .field .control .input:not(:focus):not(:-ms-input-placeholder) .mdi {
  opacity: .4;
}
.auth .field .control .input:not(:focus):not(:placeholder-shown) .mdi {
  opacity: .4;
}
.auth .field .control .input:focus + .icon .material-icons {
  opacity: 1;
}
.auth .button.is-medium {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.auth .button.is-text,
.auth .button.is-text:hover,
.auth .button.is-text:focus {
  background: none;
}
.auth .submit-button {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
.auth img {
    width: 200px;
}
.auth h1.title.is-4 {
    color: whitesmoke !important;
}
.auth .field .control .input::-webkit-input-placeholder {
    color: whitesmoke;
}
.auth .field .control .input::-moz-placeholder {
    color: whitesmoke;
}
.auth .field .control .input:-ms-input-placeholder {
    color: whitesmoke;
}
.auth .field .control .input::-ms-input-placeholder {
    color: whitesmoke;
}
.auth .field .label,
  .auth .field .control .input,
  .auth .field .control .input::placeholder,
  .auth .field .control .material-icons,
  .auth .button.is-text.is-text {
    color: whitesmoke;
}
}
@media screen and (min-width: 769px) {
.auth img {
    width: 300px;
}
.auth .field .control .input::-webkit-input-placeholder {
    color: #02072e;
}
.auth .field .control .input::-moz-placeholder {
    color: #02072e;
}
.auth .field .control .input:-ms-input-placeholder {
    color: #02072e;
}
.auth .field .control .input::-ms-input-placeholder {
    color: #02072e;
}
.auth .field .label,
  .auth .field .control .input,
  .auth .field .control .input::placeholder,
  .auth .field .control .material-icons,
  .auth .button.is-text {
    color: #02072e;
}
}


/*# sourceMappingURL=auth.e4642f76.css.map*/