.login .container{

  display: flex;

  align-items: center;

  justify-content: center;

}

.login_box{

  width: 50%;

  padding: 40px;

  text-align: center;

}

.login_box h2{

  font-weight: 600;

  margin-bottom: 20px;

}

.login_box .form{

  width: 300px;

  margin: 0 auto;

}

.login_box .form .layui-input-block{

  margin-left: 0;

}

.login_box .form .form_code_box{

  display: flex;

  align-items: center;

}

.login_box .form .form_code_box img{

  display: inline-block;

  width: 100px;

  height: 40px;

  cursor: pointer;

}

.login_box .form .submitBtn button{
  width: 100%;
  background-color: #0E68B1;
}

.login_box .link_box{

  display: flex;

  justify-content: space-evenly;

  align-items: center;

  margin-top: 20px;

}

.login_box .link_box a{

  color: #003366;

  text-decoration: underline;

}