body.forgotpassword {
  margin-left:2em;
  margin-right:2em;
}

body.forgotpassword #logo-header {

}

body.forgotpassword input[type=text], body.forgotpassword input[type=password] {
  font-size:1em;
  text-align:center;
  margin-bottom: 1.5em;
}

body.forgotpassword input[type=submit] {
  background:none;
  border: 1px solid;
  text-transform: uppercase;
  font-size:1em;
  padding:1em;
  margin-top:1.5em;
}

body.forgotpassword table {
  width:100%;
  box-sizing: border-box;
}

body.forgotpassword table td {
  text-align:center;
  text-transform: uppercase;
  /*padding-top:0.75em;*/
}

body.forgotpassword .forgot {
  display:inline-block;
  margin-top:1.5em;
  font-size:0.9em;
  font-weight:bold;
}

/*
body.forgotpassword #logo-header {
    margin-top: 1em;
    background-image: url('../assets/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 4em;
    width: 70vw;
    height: 20vh;
    max-width: 300px;
    text-align:center;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
}
*/

body.forgotpassword #closure {
  margin-top: 3em;
  height: 1em;
  text-align: center;
  font-size: 0.8em;
}
