/* common value, do not edit unless you have global search and confirm it is safe */
/* Color Theme */
/* Color theme for landing */
/* header scss variable */
/* (Flexbox Mixin Helper) */
/* (Calc Mixin Helper) */
/*  START: Animation Mixin */
/* Clockwise Spinning */
/* Anti-clockwise Spinning */
/*  END: Animation Mixin */
/* line 10, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
body {
  background: #FFFFFF;
}

/* line 14, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.bodyWrapper {
  position: initial;
  border: none;
  margin: 0;
  height: 300px;
}

/* line 21, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login_select_title {
  margin-top: 40px;
}
/* line 23, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login_select_title span {
  font-size: 24px;
  line-height: 26px;
  color: #36B449;
  margin-left: 40px;
}

/* line 31, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login-select-section {
  margin: 20px 40px;
}
/* line 34, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login-select-section .sns-login-button {
  width: 100%;
  border-radius: 2px;
}
/* line 39, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login-select-section .login-method-divider {
  margin: 30px 0;
}
/* line 43, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login-select-section .login-button {
  display: block;
  height: 42px;
  width: 100%;
  border-radius: 2px;
  background-color: #36B449;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
/* line 54, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
.login-select-section .login-button:hover {
  background-color: #2B8939;
}

/* line 61, ../../../../resource/compass/_ui/desktop/common/css/account_register_desktop.scss */
#email-register .smsLoginSprite.icMobLoginSmall {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
