input::-webkit-input-placeholder{
  color:#a3b1cc;
}
input::-moz-placeholder{
  color:#a3b1cc;
}
input:-moz-placeholder{
  color:#a3b1cc;
}
input:-ms-input-placeholder{  
  color:#a3b1cc;
}
body {
  background: #f5f8ff;
}
.header-box {
  height: 50px;
  line-height: 50px;
  background: #091826;
  text-align: center;
  color: #fff;
  position: relative;
}
.return-icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
.return-icon img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.page-body {
  padding: 0 12px;
}
.input-group label {
  font-size: 12px;
  color: #262626;
}
.input-group .input-style{
  width: 100%;
  margin: 5px 0;
  outline: none;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  font-size: 14px;
}
.input-group .input-style:focus{
  box-shadow: 0 0 5px #99bbff;
}
.row {
  margin: 10px 0;
}

.check-box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}
.input-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  visibility: hidden;
}
.check-el {
  position: absolute;
  top:0;
  left:0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.check-el-active {
  position: absolute;
  top:0;
  left:0;
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #5bd5a0;
  text-align: center;
  vertical-align: middle;
  background: #5bd5a0;
  color: #fff !important;
  cursor: pointer;
}
.check-el-active:after {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  box-sizing: border-box;
  text-align: center;
  content: '\2714';
  left: -1px;
  top: -1px;
  font-size: 12px;
}
.ten-text {
  font-size: 12px;
  color: #7a8599;
}
.btn-login {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: #457ae6;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
}
p.forget-password {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #7a8599;
}
p.to-register {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #457ae6;
}

.block {
  display: block;
}
.w70 {
  width: 70%;
  padding-right: 5px;
  box-sizing: border-box;
}
.w30 {
  width: 30%;
  padding-left: 5px;
  box-sizing: border-box;
}
.btn-auth {
  text-align: center;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  background: #5bd5a0;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
  width: 100%;
}
p.password-warning {
  font-size: 12px;
  color: #999;
  height: 22px;
  line-height: 22px;
}
.agree-text {
  font-size: 12px;
  color: #456677;
}
.btn-register {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: #457ae6;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
}
.already-member {
  font-size: 12px;
  color: #456677;
  height: 40px;
  line-height: 40px;
}
.already-member a {
  color: #457ae6;
}
label.error {
  color: #EA5200;
  display: block;
  font-size: 12px;
}
.btn-disable {
  background: grey !important;
}
input{ 
  -webkit-appearance: none; 
}