.login-sso-wrapper {
  position: relative;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.login-panel-tl .login-sso-wrapper p {
  color: #000000;
}
.login-sso-wrapper .takeda-login-btn {
  width: 100%;
  padding: 10px 12px 10px 12px;
  background-color: #ff0000;
  color: #ffffff;
  border: 1px solid #ff0000;
  letter-spacing: 0.17px;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.login-sso-wrapper .takeda-login-btn:hover {
  color: #ff0000;
  background-color: #fff;
}
.login-sso-wrapper form[id^=line-custom-login-sso] .line-login-btn-wrapper {
  display: flex;
  width: 100%;
  padding: 10px 12px 10px 12px;
  text-align: center;
  background-color: #39CE01;
  color: #ffffff;
  border: 1px solid #39CE01;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 37px;
}
.login-sso-wrapper form[id^=line-custom-login-sso] .line-login-btn-wrapper img {
  width: 24px;
  height: 24px;
}
.login-sso-wrapper form[id^=line-custom-login-sso] .line-login-btn-wrapper input {
  /*width: 100%;*/
  /*padding: 10px 12px 10px 12px;*/
  background-color: transparent;
  color: #ffffff;
  border: 0;
  letter-spacing: 0.17px;
  font-size: 15px;
  line-height: 1;
  /*margin-bottom: 1rem;*/
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.login-sso-wrapper form[id^=line-custom-login-sso] .line-login-btn-wrapper:hover {
  background-color: #fff;
}
.login-sso-wrapper form[id^=line-custom-login-sso] .line-login-btn-wrapper:hover input {
  color: #39CE01;
}
.or-line {
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.or-line:after {
  content: ' ';
  position: absolute;
  border-top: 1px solid #CBD5E1;
  right: 0;
  width: 42%;
  bottom: 42%;
}
.or-line:before {
  content: ' ';
  position: absolute;
  border-top: 1px solid #CBD5E1;
  left: 0;
  width: 42%;
  bottom: 42%;
}
.login-sso-btn-wrapper {
  margin-top: 2em;
  cursor: pointer;
}
.register-btn {
  padding: 10px 12px 10px 12px;
  background-color: transparent;
  color: #E73223;
  border: 1px solid #E73223;
  letter-spacing: 0.17px;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 2rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  margin-top: 20px;
}
