body {
  background-color: #ededf0;
}
.errorinput {
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
}
.login {
  width: 800px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  margin: -250px 0 0 -400px;
  background: #ffffff;
}
.login .title {
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #333333;
}
.login .username,
.login .password {
  width: 100%;
  height: 62px;
}
.login .username input,
.login .password input {
  width: 400px;
  height: 60px;
  outline: none;
  margin-left: 200px;
  padding-left: 10px;
  border: 1px solid #dbdbdb;
}
.login .password {
  margin-top: 30px;
}
.login .loginBtn {
  width: 100%;
  height: 206px;
}
.login .loginBtn button {
  width: 412px;
  height: 60px;
  border: none;
  margin-top: 50px;
  margin-left: 200px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 20px;
  background: #fb8e19 ;
}
.login .loginBtn button .left {
  margin-right: 30px;
}
