@import url(main.css);

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  margin-top: 100px;
}

.points-summary {
  text-align: center;
}

.prompt {
  font-size: 22px;
  color: #f4ba26;
  font-weight: 700;
  padding-top: 20px;
}

.points {
  font-size: 35px;
  font-weight: 800;
}

h2,
#points {
  color: #f4ba26;
  position: center;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

h4 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}

a {
  font-weight: bold;
}

span {
  font-size: 18px;
}

.pswd_form {
  width: 99%;
  margin: auto;
  margin-top: 30px;
  position: relative;
  max-width: 450px;
}

input {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  border: 3px solid #ffc83a;
  background: #f1f1f1;
  width: 95%;
  align-items: center;
  justify-content: center;
}

input:focus {
  outline: none;
}

#send-instructions {
  background: #ffc83a;
  border-radius: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 10px;
  border: none;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
}

.labelInput {
  display: table;
}
