.login {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bg {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
  height: 100vh;
  background: #fff;
  z-index: 1;
}
.bg .jz-cover {
  position: relative;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 600px;
}
.bg .jz-cover .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: auto;
  width: 100%;
}
#wrapper .login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#wrapper .login form {
  width: 100%;
  max-width: 450px;
  padding: 48px;
}
#wrapper .login .jz-header {
  margin-bottom: 48px;
  text-align: center;
}
#wrapper .login .jz-header .jz-logo {
  max-height: 60px;
  border-radius: 60px;
}
input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.login input[type="text"], .login input[type="password"] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding: 6px 12px;
  border-color: #f6f6f7;
  background-color: #f6f6f7;
  color: #6a6a6a;
  border-radius: 10px;
  -moz-appearance: none;
  margin-bottom: 16px;
  height: calc(42px + 2px);
  padding: 8px 16px;
  font-size: 15px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus {
  color: #494949;
  border-color: #f6f6f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.login dd.validcode{
  height: auto;
}
.login dd {
  width: 100% !important;
  margin-bottom: 0;
  position: relative;
}
.login dd img {
  position: absolute!important;
  top: 8px!important;
  right: 8px!important;
  z-index: 888;
}
.button {
  font-weight: 400;
  line-height: 1.5;
  height: 44.5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #ff5745;
  border-color: #ff5745;
  font-size: 15px;
  padding: 10px 32px;
  border-radius: 10px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button:hover, .button:focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
dd label {
  display: none
}
.login dd.checkbox {
  width: 100%;
  font-size: 14px;
  margin: 0 0 16px 0;
  text-align: center;
  color: #ff5745;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}
.login dd.checkbox label {
  display: inline;
}
#chkRemember {
  order: 1;
  opacity: 0.3;
}
input[type="checkbox"] {
  margin: 0
}
@media only screen and (max-width: 1400px) {
  .bg .jz-cover {
    width: 450px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .bg .jz-cover {
    width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .bg .jz-cover {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .login dd img {
    right: 18px!important;
 }
}