.card {
  width: 600px;
  min-height: 500px;
  margin: 0 auto;
}

.card-title {
  margin-top: 20px;
}

.form-container {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.login-method {
  height: 38px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-method:first-child {
}

.login-img {
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

#submit {
  width: 360px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  border-radius: 255px;
  position: relative;
  top: 30px;
  font-size: 24px;
  justify-content: center;
  left: calc(50% - 180px);
}

.successTitle {
  text-decoration: underline;
}
