.title {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 36px;
}

.password {
  margin-top: 2.3rem;
}

.name label, .password label {
  font-size: 20px;
  font-weight: bold;
  margin-left: 11px;
}

.name input, .password input {
  border-radius: 4px;
  padding: 10px 13px;
  border: 1px solid #E0E0E0;
  margin-top: 0.7rem;
  font-size: 20px;
}

.login-contents {
  width: 354px;
  max-width: 100%;
}

.login-button {
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: #2966E4 !important;
  padding: 25.5px 0;
  text-align: center;
  border: 1px solid #2966E4;
  border-radius: 10px;
  width: 100%;
  margin-top: 65px;
}

.login-button:hover {
  transition: 0.4s;
  opacity: 0.8;
}

.bg-gray-100 {
  background-color: white !important;
}



@media screen and (max-width: 1000px) {
  .title {
    font-size: 9.6vw;
  }

  .name label, .password label,
  .name input, .password input {
    font-size: 3vw;
  }

  .login-button {
    font-size: 3.599vw;
    padding: 0.7em 0;
  }

  .login-contents {
    width: 70.8vw;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
}