.container {
  position: relative;
}

.login_box {
  width: 780px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.mark {
  position: relative;
  z-index: 999999;
  padding:0;
  background-color: none;
  /* display: none; */
}

.login_box .box_l {
  background-color: #fff;
  flex: 1;
  padding: 30px;
  font-size: 18px;
}
.aboutPass{
  margin-top: 18px;
  margin-bottom: 26px;
  display: flex;
}
.login_box .box_l .link {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #3366CC;
  margin-left: 124px;
  padding-top: 1px;
}
.rememberMe{
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  height:14px;
  line-height: 14px;
}
.rememberMe span{
  display: inline-block;
  vertical-align: bottom;
  height: 14px;
  line-height: 8px
}
.login_box .box_l .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  width: 120px;
  height: 40px;
  background: linear-gradient(90deg, #0055ff 0%, #308dff 100%);
  border-radius: 2px;
  border:none;
}



.login_box .box_l .username {
  margin-top: 40px;
  margin-bottom: 20px;
}
.username p , .password p{
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
}
.login_box .box_l .input .input_box {
  display: flex;
  background: #EEEEEE;
  align-items: center;
  padding: 10px 10px;
  margin-top: 10px;
  width: 290px;

}

.login_box .box_l .input input {
  border: 0;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  /* color: #000; */
  background-color: transparent;
}

.login_box .box_l .input .img {
  vertical-align: top;
  margin-left: 5px;
  width: 18px;
  height: 22px;
}

.login_box .box_l .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
}

.login_box .box_r {
  flex: 1;
  background: url("./../image/login_box.png");
  background-size: 100% 100%;
}

.login_box .box_r .logo {
  text-align: center;
}
.gtlogo{
  position:absolute;
  top:58px;
  padding-left: 85px;
}
.logOut{
  width: 56px;
  height: 56px;
  background:url('/static/gz/assests/images/login/iconlogOutdefau.png') no-repeat;
  position:absolute;
  top:0;
  right: 0;
  cursor: pointer;
}
.logOut:hover{
  background:url('/static/gz/assests/images/login/logOut.png') no-repeat;
}
.logOut img{
  margin-top:8px;
  margin-left: 32px;
}
.login_box .box_r .content {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  position:absolute;
  bottom:46px;
  padding-left: 41px;
}
.login_box .box_r .content .title{
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005BAC;
}
.login_box .box_r .content .text {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #667482;
  margin-top: 19px;
}
