#header-container {
  position: relative;
  width: 1000px !important;
  margin: 0 auto;
  margin-top: 3rem;
}

#page-header {
  position: absolute;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  top: 18px;
  left: 51px;
}

#top-bar-logo {
  display: block;
  height: 71px;
  width: 200px;
  background: url(https://res.cloudinary.com/goopter/f_auto,q_auto,c_limit,c_fit/goopter_logo3_dyiuq6.png) no-repeat;
  background-position: left bottom;
  background-size: 200px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 3rem;
  position: relative;
}

#main {
  padding: 10px 5px;
  padding-bottom: 2rem !important; //border-bottom:1px solid #eee;
  position: relative;
  width: 1000px !important;
  margin: 0 auto;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding-top: 4rem;
}

#main .center.aligned.column {
  width: 65% !important;
}

#main .ui.vertical.divider {
  height: 33%;
}

#main .ui.vertical.divider:before,
#main .ui.vertical.divider:after {
  height: 100%;
}

#main .divider {
  left: 67%;
}

#main .ui.red.basic.label {
  margin: 12px 0;
  border: none;
  padding: 0;
  width: 200px;
  text-align: left;
  display: none;
  position: relative;
  left: 210px;
}

#main #toggle-reg {
  padding-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
  color: #333;
}

#main #toggle-reg .btn-toggle {
  margin-left: 6.5rem;
  width: 18rem;
  display: inline-block;
  text-align: right;
  color: #333;
  cursor: pointer;
  font-weight: 500;
}

#main #toggle-reg:hover,
#main #toggle-reg:hover .btn-toggle {
  color: #1e89e0;
  text-decoration: underline;
}

#main #toggle-reg .btn-toggle.active {
  display: none;
}

#main #by-phone-header,
#main #by-email-header {
  padding-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.inline.field label {
  width: 7.14rem !important;
  text-align: right;
  font-size: 1rem;
  font-weight: 400 !important;
  white-space: nowrap;
  direction: rtl;
}

.inline.field .cu-input {
  min-width: 17.71rem;
  height: 2.57rem !important;
  border-color: #aaa !important;
}

.inline.field .dropdown.cu-input .text {
  line-height: 1.8 !important;
  padding: 0;
}

.inline.field input:focus {
  border-color: #1e89e0 !important;
  box-shadow: none !important;
}

#btn-verify-wrap {
  width: 17.7rem;
  display: inline-block;
  text-align: left;
}

#btn-confirm,
#ebtn-confirm,
#btn-verify.disabled,
#btn-confirm.disabled,
#ebtn-confirm.disabled,
#btn-email-confirm,
#btn-email-confirm.disabled {
  padding: 0.5rem;
  background-image: linear-gradient(to bottom, #1e89e0, #1d83d6) !important;
  color: #fff;
  border-radius: 0;
}

#btn-verify {
  padding: 0.5rem;
  background-color: #f7f7f7;
  border-radius: 0;
  cursor: initial;
}

.btn-verify-enable {
  background-color: #4490f7 !important;
  color: white !important;
  cursor: pointer !important;
}

#ebtn-confirm:hover,
#btn-email-confirm:hover {
  background-image: linear-gradient(to bottom, #2891e6, #1e89e0) !important;
}

#btn-confirm,
#ebtn-confirm,
#btn-email-confirm {
  width: 17.7rem;
  height: 2.5rem;
  margin: 0;
}

#statement-name {
  width: 70%;
  margin: 0 auto;
}

#statement-name a {
  cursor: pointer;
  margin: 0;
}

#statement-name a:hover {
  text-decoration: underline;
}


/* email */

#main #by-email-header {
  text-align: center;
}

#email-input-wrap {
  text-align: left;
}

.registered {
  margin: auto auto 40px;
}

.registered h3 {
  text-align: left !important;
  margin: 0;
}

.registered p {
  margin: 0;
  display: inline;
}

.registered a:hover {
  text-decoration: underline;
  cursor: pointer;
}


/* social */

#main .aligned.column {
  width: 20rem !important;
  margin: auto !important;
}

.social-login h3 {
  text-align: left !important;
}

.login-social-wrap .ui.circular.button {
  background-color: white !important;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
}

.login-social-wrap .ui.facebook.button:hover {
  color: #3b5998;
}

.login-social-wrap .ui.twitter.button:hover {
  color: #1da1f2;
}

.login-social-wrap .ui.google.button:hover {
  color: #dd4b38;
}

.login-social-wrap .ui.wehat.button:hover {
  color: #13b63c;
}

#main .clear-input {
  right: 103px;
}

@media only screen and (min-width: 1200px) {
  .phone-exists.ui.small.modal {
    width: 500px;
    margin: 0 0 0 -260px;
  }
}

.phone-exists .content span {
  color: #fc5f00;
}

.ui.button.phone-exists-login {
  border-radius: 4px !important;
}

.ui.button.phone-exists-cancel {
  background-color: #ccc !important;
  color: #666 !important;
  border-radius: 4px !important;
}

/* password switch */
.password-switch {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  height: 24px;
  width: 24px;
  border: 0;
}

/*
#coming-soon{
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:20rem;
  margin:auto;
}

#coming-soon h3{
  text-align:center;
}

#coming-soon .button{
  margin-bottom:0.75em;
  padding:0.6rem;
  border-radius:3px;
}

#coming-soon .button i{
  margin:0;
}

.ui.wechat.button{
  background-color: #4ED963;
  color: #FFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.ui.qq.button{
  background-color: #1e89e0;
  color: #FFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}
*/