/* ログインカラムを隠す */
.u-column1.col-1 { display: none !important; }

/* ロゴ */
.register-logo-container{
  width:100%;
  text-align:center;
  margin-bottom:40px;
  padding:0 20px;
}
.register-logo-container img{
  width:40%;
  max-width:600px;
  height:auto;
  margin:0 auto;
  display:block;
  box-shadow:none;
}
@media (max-width:768px){
  .register-logo-container img{ width:70%; }
}

/* 登録フォーム側の見た目 */
.u-column2.col-2{
  float:none !important;
  margin:0 auto !important;
  max-width:480px;
  border:1px solid #f0f0f0;
  border-radius:12px;
  padding:2em;
  background:#e0f2fe !important;
  box-shadow:0 2px 8px rgba(0,0,0,0.03);
}
.u-column2.col-2 > h2{ display:none !important; }

.woocommerce-form-register .form-row{ margin-bottom:1em; }

.register-submit-wrapper{ display:inline-block; }
.register-submit-wrapper button{
  display:inline-block;
  vertical-align:middle;
  background-color:#EC4899 !important;
  font-weight:bold !important;
}
.register-submit-wrapper .fanika-girl-image{
  display:inline-block;
  vertical-align:middle;
  margin-left:8px;
}
.register-submit-wrapper .fanika-girl-image img{
  max-height:65px;
  max-width:65px;
  width:auto;
  height:auto;
  display:block;
  box-shadow:none;
}