body {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: auto;
}

#cadastro {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110vh;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.card {
  background-color: rgba(19, 19, 19, 0.63);
  padding: 40px;
  border-radius: 2px;
  width: 280px;
}

.card-header {
  padding-bottom: 30px;
  opacity: 0.8;
  color: #fff;
}

.card-header::after {
  width: 70px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: -17px;
  margin-left: -5px;
}

.card-content label {
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
}

.card-content-area {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.card-content-area input {
  margin-top: 10px;
  padding: 0 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  outline: none;
  color: #fff;
}

.card-footer {
  display: flex;
  flex-direction: column;
}

.card-footer .submit {
  width: 100%;
  height: 40px;
  background-color: #a13854;
  border: none;
  color: #e1e1e1;
  margin: 10px 0;
}

.card-footer a {
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

header {
  width: 100%;
  height: 72px;
  background-color: #131313a1;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu {
  list-style: none;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.menu li a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  text-align: center;
  font-size: 17px;
}

.menu li a:hover {
  color: #df7c98;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  background-color: rgba(19, 19, 19, 0);
  font-size: 17px;
}

.logo {
  width: 90px;
  border-radius: 10px;
}
.logo img {
  width: 150px;
  margin-top: 10px;
}

.border {
  border-right: 1px solid #ffffff;
}

.border1 {
  border-left: 1px solid #ffffff;
}