* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.default-bg {
  background-color: #0c0a09;
}

.bg-191919 {
  background-color: #191919;
}

.bg-6699FF {
  background-color: #6699FF;
}

.border-212121 {
  border-color: #212121;
}

.text-757576 {
  color: #757576;
}

.form-size {
  width: 335px;
}

@media (max-width: 480px) {
  .form-size {
    width: 100%;
  }
}

.spinner-border-color {
  border-color: #EF294B #EF294B transparent;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}
