@media (max-width: 768px) {
  #form-login {
    width: 100%;
  }

  .mobile-box {
    width: 75%;
    height: auto;
  }

  .h-screen {
    display: flex;
    justify-content: center;
  }
}
.red {
  background-color: white !important;
  color: #667eea !important;
}

.bg-enterpriseAdmin {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
