body, html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  background-image: url("/assets/img/image-4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#recovery {
  display: flex;
  flex-direction: column;
}

#recovery .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  margin-top: 8%;
}

.form-container {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.options {
  align-self: flex-end;
  margin-top: 5px;
  text-align: left;
  width: 300px;
}

.options p {
  font-size: small;
  padding: 0px;
}

.options a {
  text-decoration: none;
  color: white;
}

form {
  text-align: start;
  width: 70%;
}

input[type=submit] {
  width: 50%;
  background-color: #684615;
  color: white;
  padding: 10px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=text], select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
}

#recovery h2 {
  color: #FFE100;
  font-size: 2.0em;
}

#recovery_subject {
  margin-bottom: 20px;
}

#Recuperar {
  margin-top: 15px;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: left;
  text-align: left;
  left: 0;
  margin-bottom: 5px;
}

.form-space-separator {
  margin-bottom: 20px !important;
}

.container-form-align {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: left;
  text-align: left;
  left: 0;
  margin: 30px;
}

@media (min-width: 720px) {

  #recovery .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .head-container {
    width: 520px;
    height: 22px;
    background-image: url('/assets/img/part1e.png');
    background-size: fit;
  }

  .foot-container {
    width: 525px;
    height: 22px;
    background-image: url('/assets/img/part3c.png');
    background-size: fit;
  }

  .middle-container {
    display: flex;
    background-image: url('/assets/img/part2d.png');
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top center;
    width: 500px;
    justify-content: center;
    justify-items: center;
  }

  .form-container {
    margin-top: 0px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
  }

  #recovery_subject {
    margin-bottom: 20px;
  }

  #Recuperar {
    margin-top: 15px;
  }
 

  .options {
    margin-bottom: 15px;
    align-self: flex-end;
    text-align: left;
    width: 345px;
  }

  .options p {
    font-size: small;
    padding: 0px;
    margin: 5px 0px;
  }

  form {
    text-align: start;
    width: 80%;
  }

  input[type=submit] {
    width: 50%;
    background-color: #684615;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type=text], select {
    width: 60%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
  }

  #recovery h2 {
    color: #FFE100;
    font-size: 2.0em;
  }

  .container-form-align {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    text-align: left;
    left: 0;
  }


}