body {
  padding: 0;
}

.container-fluid {
  height: 100vh;
  overflow-y: auto;
  background: url(/images/login/bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 40px;
}

.main-container {
  width: 90%;
  margin: 0 auto;
}

.notice a {
  display: inline !important;
}

.user-footer {
  padding-bottom: 0;
}

/* 
.title {
  font-size: 60px;
  font-weight: 400;
  color: #700702;
  text-shadow: 0px 5px 5px rgba(1, 1, 1, 0.35);
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  margin: 30px 0 40px;
} */

.swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #339bcf;
}

.swiper img {
  width: 100%;
}

.login-container {
  overflow: hidden;
  background: url(/images/login/form-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 30px 40px;
  color: #00436D;
}

.login-container a {
  color: #275C9F;
  display: block;
}

.login-container h3 {
  margin-top: 0;
}

.login-container h6 {
  margin-bottom: 14px;
}

.tab {
  white-space: nowrap;
  text-align: center;
  margin-top: -10px;
}

.tab li {
  display: inline-block;
  padding: 10px 60px 20px;
  margin: 0 30px;
  font-size: 24px;
  cursor: pointer;
  color: #698396;
  background: url(/images/login/tab-bg.png) no-repeat;
  background-size: 100% 100%;
}

.tab li a {
  color: #698396;
}

.tab li.active {
  background: url(/images/login/tab-active-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #00436D;
}

.login-container form {
  box-sizing: border-box;
  display: block;
  margin: 50px auto;
  width: 50%;
}

.login-container .row {
  color: #00436D;
  font-size: 14px;
}

.login-container .row:not(:last-child) {
  margin-bottom: 20px;
}

.login-container .row label {
  color: #999;
  font-weight: normal;
  margin-bottom: 0;
}

.form-group {
  position: relative;
}

.form-group .glyphicon {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  cursor: pointer;
  z-index: 99;
  color: #275C9F;
}

.input-group {
  width: 100%;
  background: url('/images/login/input-bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 50px;
  height: 70px;
}

.input-group * {
  outline: none !important;
  border: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
}

.input-group input {
  height: 50px;
  margin: 10px 0;
}

.input-group input::placeholder {
  color: #5b4e45;
}

.input-group input:active,
.input-group input:hover,
.input-group input:-webkit-autofill {
  outline: none !important;
  border: unset !important;
  box-shadow: unset !important;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1000px #cbdeef inset !important;
  box-shadow: 0 0 0 1000px #cbdeef inset !important;
  background-color: transparent !important;
}

.input-group-btn .btn-default:active,
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active:hover,
.input-group-btn .btn-default:active:focus {
  box-shadow: none;
  background-color: unset;
  outline: none;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.input-group-btn {
  width: 24px;
  text-align: center;
}

.input-group-btn .btn-default {
  height: 24px;
  width: 24px;
  background: url(/images/login/user.png) no-repeat center center;
  background-size: 24px;
}

.input-group-pwd .input-group-btn .btn-default {
  background: url(/images/login/pwd.png) no-repeat center center;
  background-size: 24px;
}

.btn-block.btn-defalut {
  background: unset;
  border: 1px solid #00436D;
}

.btn-default,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
  border: none;
}

.input-group .form-control {
  border: none;
  font-size: 14px;
  background: unset;
}

.form-control:focus {
  box-shadow: none;
}

.forgetPwd {
  display: block;
  padding-top: 20px;
}

.manual {
  width: 30px;
}

.submit {
  background: url(/images/login/submit-bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 60px;
  color: #CCDEF1;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 20px;
  }

  .container {
    padding: 0;
  }

  .login-container {
    padding: 24px;
  }

  .login-container h6 {
    margin-bottom: 15px;
  }

  .title {
    font-size: 42px;
  }

  .col-sm-12 {
    margin-bottom: 20px;
  }
}

.footer {
  padding-bottom: 0;
}