.main-wrapper {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
  min-height: 100%;
  background: url(../img/bg.png) no-repeat top center;
  background-size: cover;
}
.main-wrapper:before {
  display: none;
  position: absolute;
  z-index: 20;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.main-wrapper.disabled:before {
  display: block;
}
.header-bar {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #ececec;
}
.header-bar h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.header-bar .back-button {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 30px;
  left: 10px;
  top: 8px;
  background: url(../img/arrow@2x.png) no-repeat left center;
  background-size: auto 20px;
}
.login-box {
  width: 80%;
  min-width: 300px;
  max-width: 360px;
  margin: 0 auto;
}
.login-box .f-title {
  padding: 110px 0 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.login-box .f-col {
  position: relative;
  margin-bottom: 20px;
  height: 45px;
  background: #fff;
  border-radius: 80px;
  box-shadow: 1px 3px 20px 0 #b2e5fb;
}
.login-box .f-col label {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 30px;
  top: 10px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.login-box .f-col label.ico-user {
  background-image: url(../img/ico_user.png);
}
.login-box .f-col label.ico-pwd {
  background-image: url(../img/ico_pwd.png);
}
.login-box .f-col input {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  top: 8px;
  width: 66%;
  margin-left: 60px;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  color: #666;
  background: none;
  border: none;
  box-shadow: inset 0 0 0 1000px #fff !important;
}
.login-box .f-col.f-platform {
  display: none;
}
.login-box .f-col.f-password {
  display: none;
}
.login-box .pwd-view {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 26px;
  top: 8px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
  background-image: url(../img/ico_hidden.png);
}
.login-box .pwd-view.reveal {
  background-image: url(../img/ico_eye.png);
}
.login-box .msg-area {
  margin-bottom: 20px;
  text-align: center;
  color: #FA6953;
  font-size: 14px;
}
.login-box .btn-groups button {
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #fff;
  background: #1dbafc;
  border-radius: 80px;
  margin-bottom: 20px;
  box-shadow: 1px 3px 10px 0 #82d8fd;
}
.login-box .btn-groups button:hover {
  background: #07b6ff;
}
.login-box .btn-groups button:disabled {
  cursor: no-drop;
  background: #51cbff;
}
.login-box .btn-groups button:disabled:hover {
  background: #51cbff;
}
.login-box .btn-groups button:last-child {
  margin-bottom: 0;
}
.login-box .btn-groups .btn-login {
  display: none;
}
.select2 {
  position: relative;
  box-sizing: border-box;
  top: 8px;
  width: 100% !important;
  padding: 0 60px 0 25px;
  height: 30px;
  font-size: 14px;
  color: #666;
}
.select2 .select2-selection {
  background: none;
  border: none;
  outline: none;
}
.select2 .select2-selection__arrow {
  width: 28px;
  height: 28px;
  right: 38px !important;
  top: 3px !important;
  background: url(../img/arrow_down.png) no-repeat center;
  background-size: auto 20px;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.select2-dropdown {
  margin-top: 20px;
  padding: 2px 0;
  overflow: hidden;
  background: #fff;
  border: none;
  border-radius: 10px !important;
  box-shadow: 1px 2px 20px 0 #b1e5fb;
}
.select2-dropdown li {
  position: relative;
  width: 92%;
  padding: 14px 0;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #cdcdcd;
  border-color: #eaeaea;
}
.select2-dropdown li:before {
  position: absolute;
  right: 10px;
  top: 13px;
  box-sizing: border-box;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #D8E7ED;
  border-radius: 50%;
}
.select2-dropdown li.select2-results__option {
  color: #333 !important;
  background: none !important;
}
.select2-dropdown li.select2-results__option:before {
  border: 2px solid #D8E7ED;
}
.select2-dropdown li.select2-results__option--highlighted {
  color: #1dbafc !important;
  background: none !important;
}
.select2-dropdown li.select2-results__option[aria-selected=true] {
  color: #1dbafc !important;
  background: none !important;
}
.select2-dropdown li.select2-results__option[aria-selected=true]:before {
  border: 6px solid #1dbafc;
}
.select2-dropdown li:last-child {
  border: none;
}
.desc-txt {
  width: 90%;
  max-width: 610px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #1dbafc;
}
.footer-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  line-height: 1.1;
  font-size: 12px;
  color: #71ABC4;
}
@media screen and (max-width: 370px) {
  html {
    min-width: auto;
    overflow-x: hidden;
  }
  .header-bar {
    height: 44px;
    line-height: 44px;
  }
  .header-bar h3 {
    font-size: 16px;
  }
  .header-bar .back-button {
    width: 40px;
    height: 24px;
    left: 10px;
    top: 9px;
    background-size: auto 16px;
  }
  .login-box {
    width: 80%;
    min-width: 50px;
  }
  .login-box .f-title {
    padding: 80px 0 30px;
    font-size: 26px;
  }
  .login-box .f-col {
    margin-bottom: 14px;
    height: 40px;
    border-radius: 80px;
    box-shadow: 1px 3px 20px 0 #b2e5fb;
  }
  .login-box .f-col label {
    width: 20px;
    height: 20px;
    left: 20px;
    top: 10px;
  }
  .login-box .f-col input {
    top: 5px;
    width: 80%;
    margin-left: 40px;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
  }
  .login-box .pwd-view {
    width: 28px;
    height: 28px;
    right: 26px;
    top: 8px;
    background-size: auto 24px;
  }
  .login-box .msg-area {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .login-box .btn-groups button {
    height: 40px;
    font-size: 12px;
  }
  .select2 {
    top: 8px;
    padding: 0 30px 0 16px;
    height: 30px;
    font-size: 12px;
  }
  .select2 .select2-selection__arrow {
    width: 28px;
    height: 28px;
    right: 20px !important;
    top: 0px !important;
  }
  .select2-dropdown {
    margin-top: 8px;
    padding: 2px 0;
  }
  .select2-dropdown li {
    padding: 14px 0;
    font-size: 12px;
  }
  .select2-dropdown li:before {
    right: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
  }
  .select2-dropdown li.select2-results__option[aria-selected=true]:before {
    border: 4px solid #1dbafc;
  }
  .desc-txt {
    padding-top: 0px;
    font-size: 12px;
  }
}
