html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;

  background: radial-gradient(circle, #222, #111, #000);
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.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;
}




.btn-primary {
  background-color: #fdd138;
  border-color: #e9be2a;;
  color: black;
}

.btn-primary:hover {
    background-color: #ffc600;
    border-color: #e9be2a;
    color: black;
}

.form-signin > img {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10%;
}

.form-signin-heading {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 6% !important;
}

#forgottenPassword {
  display: block;
  margin: 0 auto;
  color:grey;
}

.error {
  color: #c82333;
  text-align: center;
}

input {
  background-color: white !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

#username {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color:white;
}