html,
body {
  height: 100%;
}
:root {font-size:16px}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

a {
  color:#b2832f;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color:#6d501f;
}

form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
form label {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
form .checkbox {
  font-weight: 400;
}
form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
form .form-control:focus {
  z-index: 2;
}
form input[type="email"] {
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  font-size: .8rem;
}
form input[type="password"] {
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  font-size: .8rem;
}
form button {
  width: 100%;
  font-size: 1rem;
  margin-top: .8rem;
}
.logo {
  /* filter: brightness(0) invert(0); */
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}