#mb_confirm .bg_white > div {
  padding: 80px 50px 120px 50px;
}
#mb_confirm .header.mobile {
  display: none;
}
#mb_confirm h1 {
  margin: 0 0 10px 0;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.7rem;
  width: 100%;
}
#mb_confirm p {
  padding: 0 10px;
  color: #9394a4;
}
#mb_confirm fieldset {
  margin-top: 15%;
}
#mb_confirm div .icon {
  display: block;
  width: 20px;
  height: 20px;
}
#mb_confirm .btn_reg_submit {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: #4c00ee;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border: none;
  margin: 50px 0 5px 0;
}
#mb_confirm .btn_reg_return {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: #fff;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #9394a4;
  padding: 20px 0;
  text-align: center;
  border: none;
  margin-bottom: 5px;
}
#mb_confirm .btn_reg_return a {
  color: #9394a4;
  text-decoration: none;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile .common-login-ui-wrap {
  overflow: hidden;
}
.mobile #mb_confirm .bg_white > div {
  padding: 0;
}
.mobile #mb_confirm .bg_white .header.mobile {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10% 0 14vh 2%;
  border: none;
}
.mobile #mb_confirm .header a {
  display: block;
  width: 103px;
}
.mobile #mb_confirm .header a img {
  width: 100%;
}
