.login-wrapper .login-title {
  font-size: 22px;
  text-align: center;
}
.login-wrapper .layui-form-item {
  margin-bottom: 30px;
}
.login-wrapper .layui-form-label {
  width: 120px;
  font-size: 15px;
}
.login-wrapper .layui-input {
  width: 220px;
}
.login-wrapper .layui-input-block {
  margin-left: 0;
  position: relative;
}
.login-wrapper .layui-input-block .forget-pwd {
  position: absolute;
  left: 280px;
  top: 7px;
  color: #42696c;
}
.login-wrapper .login-form {
  width: 400px;
  margin: 40px auto;
}
.login-wrapper button {
  height: 32px;
  line-height: 32px;
  padding: 0 28px;
}
.login-wrapper .code-input {
  height: 38px;
  width: 100px;
  padding:0px 3px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.login-wrapper .code-btn {
  color: #fff;
  background-color: #009688;
  height: 38px;
  line-height: normal;
  padding: 0;
  border: none;
  width: 68px;
  border-radius: 2px;
}
#layui-input-inline-nws{width: 230px;}
#nws-code-input{width:100px;float:left}
.nws-code-cs{width:120px;height: 37px;}
.sns_login{
  width: 200px;
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
}
.sns_login div {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;

}
.sns_login div img{
  width: 40px;
  margin-top: 10px;
}