@media screen and (max-width: 480px) {
  .loading-box {
    width: 50px !important;
    height: 50px !important;
  }

  .loading-text {
    font-size: 44px !important;
  }
}

@media screen and (min-width: 481px) {
  .loading-box {
    width: 73px !important;
    height: 73px !important;
  }

  .loading-text {
    font-size: 57px !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
  caret-color: #ffffff;
  background-image: none !important;
  transition: background-color 5000s ease-in-out 0s;
}