body {
  min-width: 100vw;
  min-height: 100vh;
}

header {
  width: 100%;
  background-color: #34558c;
  border-top: 4px solid #3e66a3;
  border-bottom: 2px solid #ccc;
  padding: 12px 0;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.5);
}

header img {
  padding-left: 20%;
}

main {
  display: flex;
  width: 100%;
  height: calc(100vh - 106px);
  /*background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  place-content: center;
  place-items: center;
}

article {
  display: flex !important;
  flex-direction: column;
  max-width: 400px;
  gap: 25px;
  color: white;
}

article p {
  text-align: justify;
}

section {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
label {
  font-size: 1.8rem;
  padding-left: 12px !important;
}

input,
select {
  height: 60px;
  border-radius: 30rem;
  padding: 15px 10px;
  background: white;
  border: 2px solid white;
  font-size: 1.8rem;
  color: gray;
}

input::placeholder,
select::placeholder {
  color: rgb(197, 193, 193);
}

input:focus {
  color: black;
  font-size: 1.8rem;
  border: 3px solid white;
}

select:focus {
  color: black;
  font-size: 1.8rem;
  border: 3px solid white;
}

.container-button {
  display: flex;
  width: 100%;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 25px;
}

.btn {
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 18px;
  height: 60px;
  width: 100%;
  border-radius: 30rem;
  color: white;
}

#botaoConfirmar {
  background-color: #1882be;
}

#edital {
  background-color: #18be3c;
}

h2 {
  font-size: 2rem;
  text-align: justify;
}

#logo_pms {
    padding: 20px 0;
    place-self: center;
  width: 70%;
}

footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  color: white;
  width: 100%;
  padding: 14px 0;
  background: #34558c;
  border-top: 1px solid #34558c;
}
