﻿.signIn {
  width: 100%;
  min-height: 100%;
}

.signIn .cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.signIn h2 {
  font-weight: normal;
}

.signIn button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

.signIn input[type='text'],
input[type='password'],
select,
textarea {
  border: #333 1px solid;
  outline: none;
}

.signIn .box {
  width: 100%;
  /*min-height: 731px;*/
  border-radius: 18px;
  margin: 20px auto;
}

.signIn .left {
  display: none;
  float: left;
  width: 100%;
  /*height: 655px;*/
  padding-left: 54px;
}

.signIn .left h3 {
  margin-top: 59px;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}

.signIn .left p {
  /*margin-top: 0px;*/
  font-size: 12px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: bold;
}

.signIn .right {
  width: 100%;
  /*height: 655px;*/
  background-color: #fff;
  position: relative;
  padding: 20px 30px;
  border-radius: 0;
}

.signIn .right .logo {
  width: 100%;
  height: 74px;
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 37px;
}

.signIn .right .logo img {
  /* width: 120px; */
  height: 32px;
  margin-top: 26px;
  float: left;
}

.signIn .right .logo h2 {
  font-size: 18px;
  line-height: 18x;
  margin-top: 70px;
}

.signIn .right .logo small {
  font-size: 8px;
  line-height: 8px;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
}

.signIn .right .username,
.signIn .right .password {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #d5d5d5;
  font-size: 16px;
  padding-left: 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.signIn .right .username:hover,
.signIn .right .username:focus,
.signIn .right .password:hover,
.signIn .right .password:focus {
  color: #078dcf;
  border: 1px solid #078dcf;
}

.signIn .right .username::-webkit-input-placeholder,
.signIn .right .password::-webkit-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username:-ms-input-placeholder,
.signIn .right .password:-ms-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username::-ms-input-placeholder,
.signIn .right .password::-ms-input-placeholder {
  color: #d5d5d5;
}

.signIn .right .username::placeholder,
.signIn .right .password::placeholder {
  color: #d5d5d5;
}

.signIn .right .username {
  margin-top: 49px;
  background: url(/static/images/login/user-default.png) 32px 14px no-repeat;
}

.signIn .right .username:hover,
.signIn .right .username:focus {
  background: url(/static/images/login/user-active.png) 32px 14px no-repeat;
}

.signIn .right .password {
  margin-top: 24px;
  background: url(/static/images/login/password-default.png) 32px 14px no-repeat;
}

.signIn .right .password:hover,
.signIn .right .password:focus {
  background: url(/static/images/login/password-active.png) 32px 14px no-repeat;
}

.signIn .right .remenber {
  margin-top: 26px;
  height: 16px;
  text-align: right;
}

.signIn .right .remenber #remenber {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 8px;
}

.signIn .right .remenber .remenber1 {
  line-height: 16px;
  font-size: 16px;
  color: #6d6d6d;
}

.signIn .right button {
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  height: 59px;
  line-height: 59px;
  width: 100%;
  border-radius: 6px;
  border: none;
}

.signIn .right .sign-in {
  margin-top: 82px;
  color: #ffffff;
  background-color: #078dcf;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 104, 183, 0.35);
  box-shadow: 0px 7px 30px 0px rgba(0, 104, 183, 0.35);
}

.signIn .right .exit {
  margin-top: 22px;
  color: #078dcf;
  border: 1px solid #078dcf;
  background-color: #fff;
}

.signIn .cpt {
  font-size: 12px;
  text-align: center;
  color: #adadad;
  position: relative;
  top: 10px;
}

.signIn .cpt a {
  color: #adadad;
}

.signIn .cpt a:hover {
  color: #078dcf;
}

@media (min-width: 768px) {
  .signIn {
    width: 100%;
    min-height: 100%;
    background: url(/static/images/login/bg.png) center center no-repeat;
    background-size: cover;
  }

  .signIn .box {
    width: 924px;
    min-height: 555px;
    border-radius: 18px;
    margin: 30px auto 15px auto;
    box-shadow: darkgrey 0px 0px 15px 5px;
  }

  .signIn .left {
    display: block;
    float: left;
    width: 474px;
    height: 555px;
    /* background: url(/static/images/login/signIn-img.png) center center no-repeat; */
    /* background-size: cover; */
    border-radius: 18px 0 0 18px;
    padding-left: 54px;
  }

  .signIn .left h3 {
    margin-top: 39px;
    font-size: 26px;
  }

  .signIn .right {
    float: left;
    width: 450px;
    height: 555px;
    background-color: #fff;
    border-radius: 0 18px 18px 0;
    padding: 60px 63px 73px 35px;
    position: relative;
  }

  .signIn .right .logo {
    width: 381px;
  }

  .signIn .right .logo img {
    /* width: 120px; */
    height: 32px;
    float: left;
    margin-top: 16px;
  }

  .signIn .right .logo h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 72px;
  }

  .signIn .right .logo small {
    font-size: 12px;
    line-height: 12px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 381px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    color: #d5d5d5;
    font-size: 16px;
    padding-left: 67px;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus,
  .signIn .right .password:hover,
  .signIn .right .password:focus {
    color: #078dcf;
    border: 1px solid #078dcf;
  }

  .signIn .right .username::-webkit-input-placeholder,
  .signIn .right .password::-webkit-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username:-ms-input-placeholder,
  .signIn .right .password:-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::-ms-input-placeholder,
  .signIn .right .password::-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::placeholder,
  .signIn .right .password::placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username {
    /* margin-top: 16px; */
    background: url(/static/images/login/user-default.png) 32px 14px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(/static/images/login/user-active.png) 32px 14px no-repeat;
  }

  .signIn .right .password {
    margin-top: 24px;
    background: url(/static/images/login/password-default.png) 32px 14px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(/static/images/login/password-active.png) 32px 14px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 26px;
    height: 16px;
    position: absolute;
    right: 83px;
  }

  .signIn .right .remenber #remenber {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 8px;
  }

  .signIn .right .remenber .remenber1 {
    line-height: 16px;
    font-size: 16px;
    color: #6d6d6d;
  }

  .signIn .right button {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    width: 381px;
    border-radius: 6px;
    border: none;
  }

  .signIn .right .sign-in {
    /*margin-top: 112px;*/
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 22px;
    color: #078dcf;
    border: 1px solid #078dcf;
    background-color: #fff;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .signIn {
    width: 100%;
    min-height: 100%;
    background: url(/static/images/login/bg.png) center center no-repeat;
    background-size: cover;
  }

  .signIn .box {
    width: 1200px;
    min-height: 605px;
    border-radius: 18px;
    margin: 60px auto 20px auto;
  }

  .signIn .left {
    display: block;
    float: left;
    width: 653px;
    min-height: 605px;
    /* background: url(/static/images/login/signIn-img.png) center center no-repeat; */
    /* background-size: cover; */
    padding-left: 54px;
  }

  .signIn .left h3 {
    margin-top: 59px;
    font-size: 26px;
  }

  .signIn .right {
    float: left;
    width: 546px;
    min-height: 605px;
    background-color: #fff;
    border-radius: 0 18px 18px 0;
    padding: 60px 83px 73px 81px;
    position: relative;
  }

  .signIn .right .logo {
    width: 381px;
  }

  .signIn .right .logo img {
    /* width: 120px; */
    height: 32px;
    margin-top: 16px;
    float: left;
  }

  .signIn .right .logo h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 72px;
  }

  .signIn .right .logo small {
    font-size: 13px;
    line-height: 13px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 381px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    color: #d5d5d5;
    font-size: 16px;
    padding-left: 67px;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus,
  .signIn .right .password:hover,
  .signIn .right .password:focus {
    color: #078dcf;
    border: 1px solid #078dcf;
  }

  .signIn .right .username::-webkit-input-placeholder,
  .signIn .right .password::-webkit-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username:-ms-input-placeholder,
  .signIn .right .password:-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::-ms-input-placeholder,
  .signIn .right .password::-ms-input-placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username::placeholder,
  .signIn .right .password::placeholder {
    color: #d5d5d5;
  }

  .signIn .right .username {
    margin-top: 49px;
    background: url(/static/images/login/user-default.png) 32px 14px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(/static/images/login/user-active.png) 32px 14px no-repeat;
  }

  .signIn .right .password {
    margin-top: 24px;
    background: url(/static/images/login/password-default.png) 32px 14px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(/static/images/login/password-active.png) 32px 14px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 26px;
    height: 16px;
    position: absolute;
    right: 83px;
  }

  .signIn .right .remenber #remenber {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 8px;
  }

  .signIn .right .remenber .remenber1 {
    line-height: 16px;
    font-size: 16px;
    color: #6d6d6d;
  }

  .signIn .right button {
    display: block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    width: 381px;
    border-radius: 6px;
    border: none;
  }

  .signIn .right .sign-in {
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 22px;
    color: #078dcf;
    border: 1px solid #078dcf;
    background-color: #fff;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .signIn {
    min-height: 100%;
  }

  .signIn .box {
    width: 1604px;
    margin: 40px auto 20px auto;
    min-height: 826px;
  }

  .signIn .left {
    width: 874px;
    min-height: 826px;
    padding-left: 73px;
  }

  .signIn .left h3 {
    margin-top: 59px;
  }

  .signIn .left p {
    font-size: 13px;
  }

  .signIn .right {
    width: 730px;
    min-height: 826px;
    padding: 81px 111px 98px 109px;
  }

  .signIn .right .logo {
    width: 510px;
  }

  .signIn .right .logo img {
    /* width: 180px; */
    height: 48px;
    margin-top: 22px;
  }

  .signIn .right .logo h2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 96px;
  }

  .signIn .right .logo small {
    font-size: 17px;
    line-height: 17px;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signIn .right .username,
  .signIn .right .password {
    width: 510px;
    height: 70px;
    font-size: 22px;
    padding-left: 90px;
  }

  .signIn .right .username {
    margin-top: 89px;
    background: url(/static/images/login/user-default.png) 44px 24px no-repeat;
  }

  .signIn .right .username:hover,
  .signIn .right .username:focus {
    background: url(/static/images/login/user-active.png) 44px 24px no-repeat;
  }

  .signIn .right .password {
    margin-top: 32px;
    background: url(/static/images/login/password-default.png) 44px 24px no-repeat;
  }

  .signIn .right .password:hover,
  .signIn .right .password:focus {
    background: url(/static/images/login/password-active.png) 44px 24px no-repeat;
  }

  .signIn .right .remenber {
    margin-top: 36px;
    height: 22px;
    right: 111px;
  }

  .signIn .right .remenber #remenber {
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .signIn .right .remenber .remenber1 {
    line-height: 22px;
    font-size: 22px;
  }

  .signIn .right button {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    width: 510px;
  }

  .signIn .right .sign-in {
    margin-top: 92px;
    color: #ffffff;
    background-color: #078dcf;
  }

  .signIn .right .exit {
    margin-top: 30px;
  }

  .signIn .cpt {
    top: 10px;
    font-size: 14px;
  }
}
