.form_email {
  background-color: #7aa5bf;
}
.form_cadastro {
  background-color: #7aa5bf;
}

form h1,
h2 {
  font-family: 'Caveat', cursive;
  margin: 10px;
  color: #1e5373;
  font-size: 40px;
}

.container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0px;
}

input {
  margin-top: 20px;
  height: 30px;
  font-size: 18px;
  font-weight: 100;
  padding-left: 5px;
}

input[type='text'],
input[type='email'],
input[type='file'] {
  width: 75%;
  border: none;
}

.form_email label {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.file {
  font-size: 12px;
  margin-top: 0;
  line-height: 12px;
  color: #fff;
}
#file-select {
  color: #1e5373;
  font-size: 15px;
  border: 2px solid #1e5373;
  background: #fff;
  width: 60%;
}

input[type='file'] {
  color: #fff;
  margin-top: 10px;
}

textarea {
  margin-top: 15px;
  width: 75%;
  min-height: 90px;
  flex-wrap: wrap;
  line-height: 30px;
  resize: vertical;
  padding-left: 5px;
  font-size: 15px;
  border: none;
}

button {
  width: 200px;
  height: 50px;
  color: #fff;
  background: #336988;
  margin: 15px auto;
  font-size: 20px;
}
button:hover {
  color: #fff;
  background: #1e5373;
}

label.breve {
  font-size: 15px;
}

.form_cadastro {
  font-size: 0.8em;
}
.form_cadastro input {
  margin-top: 2px;
}

.form_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.form_1 label {
  text-align: left;
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  width: 75%;
}

.form_2 {
  display: flex;
  width: 75%;
  align-content: space-around;
}

.form_2.form_1 label,
input {
  width: 100%;
}
