@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.login {
  height: 100vh;
  display: flex; }
  .login-left {
    width: 515px;
    height: 100%;
    margin-right: 30px;
    background: url("../../img/login/img-login-left.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
    position: relative; }
    .login-left:before {
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 36, 107, 0.4);
      position: absolute;
      z-index: 0; }
    .login-left-content {
      position: relative;
      z-index: 2;
      height: 60px; }
      .login-left-content img {
        height: 100%; }
    .login-left-title {
      color: #ffffff;
      margin: 20px 0 0;
      font-size: 40px;
      font-weight: bold; }
  .login-right {
    height: 100%;
    overflow: auto;
    flex: 1; }
    .login-right-header {
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 10px; }
      .login-right-header .iconfont {
        font-size: 30px; }
  .login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 60px 0;
    position: relative; }
  .login-form {
    width: 445px; }
    .login-form-title {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 14px; }
    .login-form .nav-tabs {
      border-bottom: 1px solid #dee6ee;
      margin-bottom: 30px; }
      .login-form .nav-tabs .nav-link {
        font-size: 20px;
        font-weight: 500;
        padding: 6px 0;
        margin-right: 30px;
        border: none;
        border-bottom: 2px solid transparent;
        cursor: pointer; }
        .login-form .nav-tabs .nav-link .iconfont {
          font-size: 14px;
          margin-right: 7px;
          vertical-align: 1px; }
        .login-form .nav-tabs .nav-link.active {
          color: #246efc;
          border-bottom-color: #246efc; }
    .login-form .form-control, .login-form .bootstrap-select > .dropdown-toggle {
      border-color: #beccdb; }
      .login-form .form-control:focus, .login-form .bootstrap-select > .dropdown-toggle:focus {
        border-color: #212529; }
    .login-form .focus.bootstrap-select > .dropdown-toggle {
      border-color: #212529; }
    .login-form .form-group {
      margin-bottom: 24px; }
    .login-form .form-control-feedback2 {
      top: 11px; }
    .login-form-hr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 20px 0; }
      .login-form-hr span {
        font-size: 14px;
        margin: 0 12px; }
      .login-form-hr:before, .login-form-hr:after {
        content: "";
        height: 1px;
        width: 50%;
        flex: 1;
        background: #dee6ee; }
    .login-form-btn {
      margin: 0 -10px;
      display: flex; }
      .login-form-btn .btn {
        width: 50%;
        margin: 0 10px;
        border-color: #00294c;
        background: #fff; }
        .login-form-btn .btn img {
          width: 24px;
          vertical-align: -5px;
          margin-right: 10px; }
  .login-modal .login-tip {
    color: #212529;
    margin-bottom: 0; }
    .login-modal .login-tip:after {
      content: none; }
  .login-tip {
    background: #fff4c2;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
    color: #585B5F;
    border-radius: 4px; }
    .login-tip:after {
      content: "\e63b";
      font-family: "iconfont";
      color: #fff4c2;
      position: absolute;
      left: 50%;
      bottom: -24px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
  @media (max-width: 768px) {
    .login-right {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 30px; }
    .login-content {
      align-items: flex-start; }
    .login-form-title {
      font-size: 32px; }
    .login-form-btn {
      flex-wrap: wrap; }
      .login-form-btn .btn {
        width: 100%; }
        .login-form-btn .btn:first-child {
          margin-bottom: 20px; } }

.signup .login-left {
  background-image: url("../../img/login/img-signup-left.jpg"); }
  .signup .login-left:before {
    background-color: rgba(0, 0, 0, 0.4); }
.signup .invite-text, .signup .sign-text {
  display: none; }
.signup-privacy {
  font-size: 14px;
  line-height: 22px;
  margin: 25px 0 30px; }
  .signup-privacy a {
    color: #246efc; }

.invitation-box {
  border-radius: 4px;
  background-image: linear-gradient(to right, #23b4fa 0%, #46d2b9, #4ed9a7);
  width: 730px;
  padding: 20px 30px;
  color: #fff;
  margin: 10px auto 0;
  display: flex;
  font-size: 20px;
  font-weight: 500; }
  .invitation-box i {
    margin-right: 12px; }
  @media (max-width: 575.98px) {
    .invitation-box {
      width: 100%;
      border-radius: 0;
      margin-top: 0;
      font-size: 18px;
      font-weight: normal;
      padding: 20px 15px; } }

.forgot-email-container, .forgot-phone-container, .forgot .code-send-after {
  display: none; }

.confirm-forget-pass, .confirm-sign {
  display: none; }
