/* line 1, app/assets/stylesheets/user/login.scss */
.card-login {
  width: 35.4rem;
  margin: 2.5rem auto;
  padding: 2.6rem 7rem;
}

/* line 7, app/assets/stylesheets/user/login.scss */
.card-login__btn-login {
  width: 100%;
  border: 0.1rem solid #DD122A;
  background-color: #DD122A;
  margin-top: 3rem;
}

/* line 14, app/assets/stylesheets/user/login.scss */
.card-login__btn-login:hover {
  filter: brightness(110%);
}

/* line 18, app/assets/stylesheets/user/login.scss */
.group-field {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

/* line 23, app/assets/stylesheets/user/login.scss */
.group-field__label {
  color: #05B40B;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/user/login.scss */
.group-field__text-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #05B40B;
  outline: 0;
  font-size: 1.2rem;
  padding: 0.3rem 0;
  background: transparent;
}

/* line 38, app/assets/stylesheets/user/login.scss */
.password-field {
  position: relative;
  display: flex;
  align-items: stretch;
}

/* line 44, app/assets/stylesheets/user/login.scss */
.password-field__input {
  padding-right: 2.5rem;
}

/* line 48, app/assets/stylesheets/user/login.scss */
.password-field__toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #05B40B;
  padding: 0;
  color: #707070;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* line 68, app/assets/stylesheets/user/login.scss */
.password-field__toggle:hover {
  color: #333;
}

/* line 72, app/assets/stylesheets/user/login.scss */
.password-field__toggle:focus-visible {
  outline: 2px solid #05B40B;
  outline-offset: 2px;
  border-radius: 2px;
}

/* line 78, app/assets/stylesheets/user/login.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}

/* line 85, app/assets/stylesheets/user/login.scss */
.link-forgot-password {
  color: #333333;
  font-size: 0.75rem;
  margin-top: 0.875rem;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/user/login.scss */
.link-forgot-password:hover {
  color: black;
  text-decoration: underline;
}

/* line 97, app/assets/stylesheets/user/login.scss */
.link-confirmation-instructions {
  color: #333333;
  font-size: 0.75rem;
  margin-top: 0.875rem;
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/user/login.scss */
.link-confirmation-instructions:hover {
  color: black;
  text-decoration: underline;
}

/* line 109, app/assets/stylesheets/user/login.scss */
.text-divider {
  color: #333333;
  --divider-color: #AAA7A7;
}

/* line 114, app/assets/stylesheets/user/login.scss */
.btn-sns-login {
  width: 100%;
}

/* line 118, app/assets/stylesheets/user/login.scss */
.btn-facebook {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  /* line 123, app/assets/stylesheets/user/login.scss */
  .card-login {
    width: 26rem;
    padding: 2.6rem 4rem;
  }
}

@media (max-width: 575px) {
  /* line 130, app/assets/stylesheets/user/login.scss */
  .card-login {
    width: 100%;
    padding: 2.6rem 2.25rem;
    border: none;
  }
}
