html {
  height: 100%;
  font-family: 'Numans', sans-serif;
}

/* Login */
body#login {
  background-image: url("../images/bg_flamingo_big.bf70b9880d0c.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: "Numans", sans-serif !important;
}
body#login .container {
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
body#login .card {
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: white;
}
body#login .card-header h3 {
  color: white;
}
body#login .social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}
body#login .social_icon span, body#login .social_icon a {
  font-size: 60px;
  margin-left: 10px;
  color: #FFC312;
}
body#login .social_icon span:hover, body#login .social_icon a:hover {
  color: white;
  cursor: pointer;
}
body#login .input-group-prepend span {
  width: 50px;
  background-color: #FFC312;
  color: black;
  border: 0 !important;
}
body#login input:focus {
  outline: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
}
body#login .remember {
  color: white;
}
body#login .remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}
body#login .login_btn {
  color: black;
  background-color: #FFC312;
}
body#login .login_btn:hover {
  color: black;
  background-color: white;
}
body#login .links, body#login .links a {
  color: white;
}
body#login .links a {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body#login .links a:hover {
  color: #FFC312;
}
