.verifycode input {
  font-size: 50px;
  text-align: center;
  padding: 0 !important;
}/*# sourceMappingURL=auth.css.map */
.result::-webkit-input-placeholder {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
}

.button-type-sns {
  background-size: 30px auto !important;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: left 15px center !important;
  text-align: center;
  margin: 0 auto 10px;
  padding: 14px 0;
}

.button-type-sns.line {
  background: #52b534 url(/assets/cmn/img/line-icon.png) no-repeat;
  border: 1px solid #52b534;
}


.button-type-sns.google {
  background: #fff url(/assets/cmn/img/google-icon.png) no-repeat;
  border: 1px solid #ccc;
  color:#222;
}


.button-type-sns.facebook {
  background: #3875e9 url(/assets/cmn/img/facebook-icon.png) no-repeat;
  border: 1px solid #3875e9;
}


.button-type-sns.yahoojp {
  background: #ea333d url(/assets/cmn/img/yahoo-icon.png) no-repeat;
  border: 1px solid #ea333d;
}

.button-type-sns.apple {
  background: #000 url(/assets/cmn/img/apple-icon.png) no-repeat;
  border: 1px solid #000;
}
