html,body{
    height: 100%;
    width: 100%;
}
body{
    background: linear-gradient(135deg,#66a6ff,#4a90d9);
    background-size: cover;
    text-align: center;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}
.app-logo-bingostore {
    height: 68px;
    margin-bottom: 45px;
}

.form-signin {
    margin: 100px auto!important;
}

.login {
  width: 100%;
  height: 100%;
}
.login .title {
  text-align: center;
  color: #2563EB;
}
.login .login-btn {
  background-color: #2563EB;
  border: 1px solid #2563EB;
}
.login .login-forget {
  color: #2563EB;
}
.login .ivu-input-group-prepend {
  color: #2563EB;
}
.login-con {
  position: relative;
  margin: 0 auto;
  width: 300px;
  top: 400px;
  transform: translateY(-60%);
}
.login-con-header {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.login-con .form-con {
  padding: 10px 0 0;
}
.login-con .login-tip {
  font-size: 10px;
  text-align: right;
}
.login-forget {
  top: 193px;
  text-align: left;
}
.login-forget .ivu-input-wrapper {
  width: 200px;
}
.message {
  color: red;
  font-size: 10px;
  margin: 5px;
  text-align: left;
}

