img {
  max-width: 100%;
}

.login-page {
  background: #e8e8e8;
  padding: 50px 0;
}
.login-page .passwordfield {
  position: relative;
}
.login-page .inner-box {
  width: 550px;
  border-radius: 6px;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-shadow: 0 1px 7px 0 hsla(0, 0%, 48%, 0.25);
          box-shadow: 0 1px 7px 0 hsla(0, 0%, 48%, 0.25);
  color: #163849;
}
.login-page .inner-box .password {
  position: absolute;
  right: 5px;
  top: 40px;
  background-color: transparent;
  cursor: pointer;
}
.login-page .title {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 25px;
  text-align: center;
}

.login-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.login-flex .form-content {
  width: 100%;
}
.login-flex ul {
  width: 100%;
}
.login-flex .input-box {
  margin-bottom: 12px;
}
.login-flex .input-box label {
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
}
.login-flex .input-box input {
  padding: 10px 12px;
  border: 1px solid #c4c5c4;
  border-radius: 5px;
  width: 100%;
}
.login-flex p a {
  color: #003767;
  font-weight: 700;
}

.login-btn {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  background: #ffbd59;
  color: #163849;
  padding: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
}

.forget-password {
  display: inline-block;
  color: #163849;
  font-weight: 500;
  text-decoration: underline;
}

.login-buttons {
  margin-top: 26px;
}
.login-buttons li {
  margin-bottom: 20px;
}
.login-buttons li:last-child {
  margin: 0;
}
.login-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  padding-left: 25px;
  border-radius: 4px;
  color: #fff;
  background: #ffbd59;
}
.login-buttons .fb {
  background: #3b5998;
}
.login-buttons .google {
  background: #dc4e41;
}
.login-buttons .wechat {
  background: #51c333;
}
.login-buttons img {
  width: 18px;
  vertical-align: middle;
  margin-right: 20px;
}
.login-buttons i {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 20px;
}
.login-buttons span {
  display: inline-block;
  width: 80%;
  text-align: center;
  font-weight: 700;
}

#loginform {
  background: #e8e8e8;
  padding: 40px 0;
}

.newloginpage {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.newloginpage picture {
  width: 50%;
}
.newloginpage picture img {
  width: 100%;
  height: 100%;
}

.logincontentbox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 50px;
}
.logincontentbox h2 {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
}
.logincontentbox .formbox {
  text-align: left;
  color: #163849;
  padding: 30px 0;
}
.logincontentbox .passwordfield {
  position: relative;
}
.logincontentbox .inputbox {
  margin-bottom: 25px;
}
.logincontentbox .inputbox .password {
  position: absolute;
  right: 5px;
  top: 30px;
  background-color: transparent;
  cursor: pointer;
}
.logincontentbox label {
  display: block;
  font-size: 15px;
}
.logincontentbox input {
  border-bottom: 1px solid #c4c5c4;
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
}
.logincontentbox button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  background: #003767;
  padding: 10px 45px;
  display: block;
  margin-top: 15px;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.borderline {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}
.borderline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: -1;
  border: 1px solid #c4c5c4;
}
.borderline span {
  font-size: 15px;
  display: inline-block;
  padding: 10px;
  background: #fff;
}

.password-change {
  text-align: right;
}
.password-change a {
  color: #ffbd59;
  font-weight: 700;
  text-decoration: underline;
}

.login-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #163849;
}
.login-google img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .login-page {
    padding: 40px 15px;
  }
  .login-page .inner-box {
    width: 100%;
  }
  .login-flex {
    display: block;
  }
  .login-flex .form-content {
    width: 100%;
  }
  .login-flex ul {
    width: 100%;
    border: 0;
    border-top: 1px solid #c4c5c4;
    padding: 15px 0;
  }
  .newloginpage {
    max-width: 100%;
    margin: 40px 15px;
  }
  .newloginpage picture {
    display: none;
  }
  .logincontentbox {
    width: 100%;
    padding: 30px 50px;
  }
}