body {
  overflow: hidden;
  background: url(/news/wp-content/themes/spiceblog/images/common/white-bg.png) no-repeat center center;
  background-size: cover;
}

#header {
  background-color: transparent;
  box-shadow: 0 0 0 transparent;
}

#header .login div.menu_area span {
  color: #E5E9EC;
}

#header .upper_inner > div.logo_area .logo {
  padding: 27.5px 0 27.5px 28px;
}

#header .language-menu {
  background-color: inherit;
  color: #232323;
}

#header .language-menu:after {
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
  top: 45%;
}

#header .language-menu .language-menu-label {
  font-size: 14px;
}

#header .login a span {
  color: #FF018A!important;
  font-weight: 700!important;
  border: 1px solid #FF018A;
  border-radius: 10px;
  padding: 0 18px;
  font-weight: 700!important;
}
#header .login a span:hover{
  color: #fff!important;
  background-color: #ff018a;
}

#container {
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

.content {
  border-radius: 0;
  height: 100%;
  padding-top: 3%;
  
  /* background: radial-gradient(80.05% 120.08% at 22.19% 1.52%, #207BC5 0%, #19629C 19.18%, #0C314C 58.39%, #04131A 86.29%, #010707 100%); */
}

#main-contact-form3,
#main-contact-form,
#content-verify {
  background: transparent !important;
  border-radius: 20px;
  color: #232323;
  margin: inherit;
  border: none;
}

#main-contact-form3 .content_h2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 45px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#main-contact-form3 .input-label {
  font-weight: 400;
  font-size: 14px;
  color: #232323;
}

#main-contact-form3 #email3,
#main-contact-form3 #pswd3,
#main-contact-form3 #email,
#main-contact-form3 #pswd,
#main-contact-form3 #company,
#main-contact-form3 #user_name,
#main-contact-form3 #phone,
#main-contact-form #email {
  border: 1px solid #232323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #FFFFFF;
  height: 40px;
}

#main-contact-form3 ::-webkit-input-placeholder {
  /* Edge */
  color: #A5A6A7;
}

#main-contact-form3 ::-ms-input-placeholder {
  /* Internet Explorer */
  color: #A5A6A7;
}

#main-contact-form3 ::-moz-placeholder,
#main-contact-form ::-moz-placeholder {
  color: #A5A6A7;
}

#main-contact-form3 ::placeholder,
#main-contact-form ::placeholder {
  color: #A5A6A7;
}

#main-contact-form3 #remember {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -3px;
  border: 1px solid #232323;
  border-radius: 2px;
}

#main-contact-form3 .remember-label {
  color: #232323;
  padding-left: 8px;
}

#main-contact-form3 #btnLogin,
#main-contact-form3 #btnRegist,
#main-contact-form #btnContactUs,
#content-verify #btnLogin,
#regist-success #btnLogin {
  background: #232323;
  border: solid 1px #232323;
  border-radius: 10px;
  min-width: 154px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  line-height: 44px;
}

#main-contact-form3 .login_text {
  color: #232323;
  padding: 22px 0;
  margin: 31px 0 29px 0;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 10px;
}

#main-contact-form3 #login_google {
  margin: inherit;
  margin-top: 46px;
  font-weight: 400;
  font-size: 14px;
  margin-left: -58px;
}

#main-contact-form3 #login_google span {
  padding-left: 10px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verify-inner {
  padding: 0px 5%;
}

#content-verify {
    margin: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    color: #232323;
    /*padding-top: 10%;*/
}

#content-verify .content_h2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 45px;
}
#content-verify #btnLogin {
    padding: 10px;
}

#regist-success {
    background: none;
    border: none;
    border-radius: 20px;
    color: #232323;
    /*padding-top: 10%;*/
    max-width: 100%;
}
.input_btn a {
    color: #0066FF;
}
.field-icon {
  position: absolute;
  z-index: 999;
  top: -27px;
  right: 10px;
}
#content-verify #regist-success {
    margin-top: 0;
}
#content-verify #regist-success #btnLogin {
    padding: 0;
}
#content-login {
    display: block;
    margin: 0 auto;
    padding-top: 0;
}
#content-login #main-contact-form3 .content_h2 {
    margin-top: 10px;
}
.sp-custom-container #content-login #main-contact-form3 .content_h2 {
    margin-top: 0px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal > div {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1024px;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
}
.modal .modal-header {
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
}
.modal .modal-content {
    max-height: 300px;
    overflow: auto;
    padding: 20px 0;
}

.modal .modal-content h1 {
    font-size: 1.5em;
    font-weight: bold;
}
.modal .modal-content p {
    font-size: 14px;
    padding: 10px 0 15px;
}
.modal .modal-footer {
    padding: 30px 20px 0;
    text-align: center;
}
.modal hr {
    margin-bottom: 20px;
    height: 1px;
    overflow: hidden; 
    border-top: 0px solid rgba(0, 0, 0, 0.15);
}
.modal .modal-footer .btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 10px 0;
    border: 1px solid #F2F0F0;
    color: #232323;
    border-radius: 10px;
    min-width: 155px;
    text-align: center;
}
.modal .modal-footer .btn-cancel {
    color: #787878;
    background-color: #F2F0F0;
}
.modal .modal-footer .btn-accept {
    background-color: #0066FF;
    color: #fff;
    border-color: #0066FF;
}
/* The Close Button */
.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #787878;
    background-color: #E8E8E8;
    width: 36px;
    height: 36px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}
.sp-custom-container {
    height: auto !important;
}
.sp-custom-container .content{
    height: auto !important;
}
.sp-notice {
    background-color: #E5EFFF;
    color: #232323;
    margin-top: 30px;
    padding: 20px 50px;
    font-size: 14px;
}
.notice-image,
.notice-text {
    display: table-cell;
    vertical-align: middle;
}
.notice-image span {
    width: 30px;
    height: 30px;
    background-image: url('../images/icon_info.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 20px;
}
.sp-notice a {
    color: #0066FF;
}
.content-regist-success {
    padding-top: 50px !important;
}