html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px !important;
  background-color: #f5f5f5;
  background: url(../img/Singapore-background.jpg) fixed;
  background-size: 100% auto;
  background-position: bottom;
}

.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 40px 40px 50px 40px;
  margin: auto;
  text-align: center;
  background: rgba(255,255,255,0.9);
}
.form-signin img{
  /* margin-bottom: 0.6rem !important; */
  margin-bottom: 0 !important;
}
.form-signin h1{
  font-size: 1.5rem;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 0.9em;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.captcha{
  background: #0f215d;
  color: white;
  display: inline-block;
  float: left;
  font-size: 0.8em;
  padding: 2px 5px 2px 6px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  body {
    background-size: auto 100%;
  }
}

.wpc-logo-header{
  display: none !important;
}
