* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
.fr {
  float: right;
}
.font16 {
  font-size: 16px;
}
input::-webkit-input-placeholder {
       /* placeholder颜色  */
       color: #aab2bd;
      /* placeholder字体大小  */
       font-size: 12px;
        /* placeholder位置  */
       /* text-align: right; */
     }
.login-bg {
	width: 100%;
	height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login {
	margin-top:44px;
  padding: 40px 63px;
  background-color: rgba(255,255,255,.16);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  /* overflow-x: hidden; */
  box-sizing: border-box;
}
.login a.logo {
  display: block;
  height: 58px;
  width: 167px;
  margin: 0 auto 30px auto;
  background-size: 167px 42px;
}
.login .message {
  color: #fff;
  font-size:20px;
  font-family:Source Han Sans CN;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.layui-form{
	margin-top:20px;
	height: 280px;
	width: 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.login input[type=text],
.login input[type=password]{
  border: 1px solid #DCDEE0;
  vertical-align: middle;
  border-radius: 3px;
  height: 50px;
  padding: 0px 16px 0 54px;
  font-size: 14px;
  color: white;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  border:1px solid white;
  border-radius: 6px;
}
.login .layui-form-item{
	position: relative;
	margin-bottom: 0;
}
.login input[type=text]:focus,
.login input[type=password]:focus {
  border: 1px solid #27A9E3;
}
.login .loginin {
  display: inline-block;
  padding: 12px 24px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-color: #0193E8;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
}
.login .loginin:hover{
	background-color: #0083D0;
}
.login-title{
	font-size:30px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.login .tips{
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:300;
	color:rgba(255,255,255,1);
}
.username-img,.password-img1,.code-img{
	width:18px;
	height: 20px;
	position: absolute;
	left:17px;
	top:15px
}
.password-img1{
	width: 17px;
}
.password-img2{
	width: 20px;
	height: 14px;
	position: absolute;
	right: 20px;
	top:18px;
	cursor:pointer
}
.tips{
	display: flex;
	align-items: center;
	padding-left: 3px;
}
.tips span{
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:300;
	color:rgba(255,255,255,1);
}
.tips-img,.username-tips-img{
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.tips-con{
	width:100%;
	height:26px;
	display: flex;
	align-items: center;
}