html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-weight: normal;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: PingFangSC-Regular, Microsoft YaHei, Microsoft Sans Serif, Microsoft SanSerf, \\5FAE\8F6F\96C5\9ED1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  text-align: center;
  background: #FAFCFC;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 500;
}

a,
a:hover,
a:focus {
  color: #0C7BF8;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

img {
  max-width: 100%;
}

::-moz-selection {
  background: #0C7BF8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0C7BF8;
  color: #fff;
  text-shadow: none;
}


/*form .input-error {*/
/*	border-color: #e4393c !important;*/
/*}*/

.social-login {
  margin-top: 35px;
}

.social-login h3 {
  color: #fff;
}

.social-login-buttons {
  margin-top: 25px;
}

.icon_clear {
  pointer-events: all;
  width: 14px;
  height: 14px;
  top: 14px;
  right: 12px;
  cursor: hand;
}

.main {
  width: 100%;
  height: 70%;
  min-height: 400px;
  background: url("../img/background.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo {
  position: absolute;
  top: -80px;
  left: 70px;
  /* width: 328px;
  height: 75px; */
  height: 50px;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.role {
  position: absolute;
  width: 80%;
  height: 90%;
  background: url("../img/role.png") no-repeat right bottom;
  background-size: auto 100%;
  bottom: 0;
  right: 36%;
  transform-origin: center bottom;


}

.login {
  position: absolute;
  width: 385px;
  height: 353px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  top: 50%;
  /* right: 8%; */
  right: calc(50% - 192px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 35px;
}

.h4 {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #172E3D;
  line-height: 28px;
  text-align: left;
}

#msg {
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #e4393c;
  font-size: 14px
}

.copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 20px;
}

.alertText{
  color: red;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}