.loginWrap {
  text-align: center;
  margin-top: 10%; }

.loginInputBox {
  background: url(../imgs/login_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: 20px;
  text-align: left; }

#loginForm, #registerForm, #forgetPassword ,#loginFormSMS{
  width: 360px;
  border: 1px solid #afc6da;
  border-radius: 6px;
  margin: 0 auto;
  padding: 20px; }

.icoInputRow {
  background: #fff;
  border-radius: 4px;
  margin: 12px 0;
  padding: 10px 0; }
  .icoInputRow i {
    display: inline-block;
    padding: 0px 8px 0px 14px;
    font-size: 16px;
    color: #908f8f;
    border-right: 1px solid #908f8f; }
  .icoInputRow input {
    padding: 2px 10px;
    color: #565656; }

.loginPhoneVCbox {
  position: relative; }

.loginPhoneVCbox .getVerificationCode {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 42px;
  line-height: 42px;
  padding: 0 8px;
  cursor: pointer;
  color: #028ddb; }

.loginPhoneVCbox .getVerificationCode.gray-bg {
  color: #b2b1b1; }

.loginBtn {
  width: 100%;
  border-radius: 4px;
  background: #009ee7;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer; }

.forgetBox {
  text-align: center;
  margin-top: 15px; }
  .forgetBox a {
    color: #fff; }

.registerBottomBox {
  text-align: right; }

.error {
  display: inline-block;
  color: #fc5f5f; }
  .error i {
    margin-right: 6px; }

label.error:last-of-type {
  margin-bottom: 8px; }

@media screen and (max-width: 360px) {
  #loginForm, #forgetPassword, #registerForm {
    width: 100%;
    border: none; } }
#loginForm,#loginFormSMS{
  position: relative;
}

.changeLoginType{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.sms,.accout{
  display: block;
  height: 100%;
}
.sms{
  background: url(../imgs/smsIco.png) center no-repeat;
  background-size: 50px;
}
.accout{
  background: url(../imgs/accout.png) center no-repeat;
  background-size: 50px;
}

/*# sourceMappingURL=login.css.map */
