@charset "UTF-8";

.w-4rem{
  width:4.0rem!important;
}

.login-box-second {
  margin-bottom: 50px ;
}

.login-box-second-create {
  margin-top: 50px ;
}

.login-box-second-create.scroll {
  max-height: calc(100vh - 60px);
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.login-box h2 {
  margin:8.45rem 0 7.334rem;
}
.login-box-forms{
  margin-bottom: 11.3rem;
}