* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Courier New", "Monaco", "Lucida Console", "Arial";
}

body {
  background: lightgray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
}

section {
  background: #836fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-width: 350px;
  width: 40%;
  height: 250px;
  border-radius: 25px;
  /* padding: 30px 0; */
  margin-top: 20px;
}

img {
  height: 12vh;
}

h1 {
  color: white;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* height: 120px; */
  width: 90%;
  height: 60%;
}

article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 0 5px; */
}

label {
  color: white;
  width: 15%;
  text-align: right;
  margin-right: 15px;
}

input {
  width: 75%;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
}

input:focus {
  background-color: lightyellow;
}

button {
  width: 75px;
  border-radius: 50px;
  height: 30px;
}

#div_esquecisenha {
  justify-content: end;
  align-items: center;
}

#boss,
#esquecisenha {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

h3 {
  width: 100%;
  text-align: center;
  color: lightyellow;
}
