/*登陆表单样式 start*/
.wrap {
  width: 100%;
  height: 100%;
  background: url("../images/back.jpg") no-repeat;
  background-size: cover;
}

.loginForm {

  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.leftBg {
  width: 60%;
  height: 100%;
  background: url("../images/loginBg.png") no-repeat;
  background-size: cover;
  float: left;
}

.loginForm .title {
  position: absolute;
  left: 100px;
  top: 60px;
  color: #fff;
}

.loginForm .title .title-1 {
  font-size: 32px;
  font-weight: bold;
}

.formWrap{
  width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: auto;

}

.loginForm .title .loginTitle {
  font-size: 40px;
  font-weight: bold;
}

.titleLogin {
  font-size: 24px;
  font-weight: bold;
}

.leftImg {
  width: 26%;
  /* height: 540px; */
  position: absolute;
  left: 140px;
  top: 285px;
}

.usernameDiv,.passwordDiv {
 width: calc(100% - 60px);

}

.adminInput {
  width: 100%;
  border: none;
  outline: none;
  background: none;
}



.cardDiv {
  width: 120px;
  height: 40px;
  padding-top: 28px;
  padding-left: 14px;
  float: left;
}

.cardInput {
  width: 124px;
  height: 40px;
  font-size: 15px;
  border-radius: 0.5em 0em 0em 0.5em;
}

.codeDiv {
  width: 100px;
  height: 40px;
  padding-top: 28px;
  padding-right: 20px;
  float: left;
}

.codeInput {
  width: 80px;
  height: 40px;
  font-size: 15px;
  border-radius: 0em 0.5em 0.5em 0em;
  /*验证码样式*/
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
  /*border: 0;*/
  letter-spacing: 2px;
  cursor: pointer;
}

i {
  position: absolute;
}

.adminIcon {
  font-size: 22px;
  margin-top: 8px;
  margin-left: 165px;
}

.logoHead {
  width: 250px;
  height: 60px;
  padding-left: 90px;
  padding-top: 25px;
}

.usernameLabel {
  width: 36px;
  height: 32px;
  margin-left: 16px;
  margin-right: 11px;
}

.submitLabel {
  width: 160px;
  height: 30px;
  font-size: 13px;
  float: left;
  margin-left: 55px;
  margin-top: 40px;
  cursor: pointer;
}



.submitDiv {
  width: 218px;
  height: 44px;
  background: #0284F4;
  text-align: center;
  border-radius: 36px;
  margin: 95px auto;
 
}
.submitDiv .layui-btn-primary{
  color: #fff;
  border: none ;
}

.submit {
  width: 100px;
  height: 40px;
  border-radius: 0.5em;
}

img {
  position: absolute;
}

.imgStyle {
  width: 100%;
  height: 100%;
}

.rightForm {
  float: right;
  width: 40%;
  height: 100%;
}

.rightForm .formTitle {}

.rightForm .formTitle .title-1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.rightForm .formTitle .title-2 {
  font-size: 24px;
  color: #038AFF;
  font-weight: bold;
}

.rightForm .formTitle .title-3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.usernameWrapDiv {
  width: 396px;
  height: 36px;
  border-radius: 9px;
  border: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
}
input:hover{
 
  cursor: url('../images/gb.png'), default;
}

label img {
  width: 32px;
  height: 32px;
}
.usernameWrapDivname{
  margin-top: 27px;
}
.usernameWrapDivpassword{
  margin-top: 45px;
}
.bgRight{
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*登陆表单样式 end*/