body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #262c37 !important;
}
img {
  height: 60%;
  width: auto;
}

.form_container {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text_login {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.text_login p {
  width: 80%;
  font-weight: 900;
  font-style: normal;
  color: #e1e1e1;
  margin-bottom: 0;
}

.form_itens {
  margin: 3%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_itens form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 60%;
  align-content: flex-start;
}

.form_itens a {
  text-decoration: none;
  font-size: 1em;
  font-style: normal;
  color: #e1e1e1;
}

.input_form {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.input_form label {
  height: 30%;
}

.input_form input {
  background-color: #262c37;
  border: none;
  height: 40%;
  border-radius: 10px;
  color: #e1e1e1;
  padding-left: 10px;
}

.input_form p {
  font-size: 1.2em;
  font-weight: 500;
  font-style: normal;
  color: #e1e1e1;
}
.submit_form {
  margin-top: 5%;
  height: 200%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit_form input {
  background-color: #399f5c;
  width: 50%;
  border: none;
  height: 175%;
  border-radius: 5px;
  color: #e1e1e1;
  font-weight: bold;
  font-size: 1.1em;
}

.card-login {
    height: 80%;
    max-height: 350px;
    width: 80%;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5%;
    justify-content: center;
    background: #2c323e;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
  }

.card-create-user {
    height: 80%;
    max-height: 650px;
    width: 80%;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5%;
    justify-content: center;
    background: #2c323e;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.container {
  margin-top: 8%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-login {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-create-user {
  margin-top: 4%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-container{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo-container img{
    height: 80%;
    max-height: 450px;
    width: 80%;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 7%;
    justify-content: center;
    position: relative;
    padding: 10px;

}

.password-container input{
  width: 90%;
  min-height: 3em;
}

#email {
  width: 90%;
}