.field{
  top:50%;
}
.centering{width: 100%;
    height: 100%;
    position: absolute;
    top: 40%;

/* bring your own prefixes */

}
.special{}
.overlay {
  border-width: 20px;
  border-style: solid;
  border-color: #D8EBF9;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9999;
  background-color:white;
  align-items: center;
  text-align:center;
  align-items: center;

}
#protect-overlay{
  border-width: 20px;
  border-style: solid;
  border-color: #D8EBF9;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9999;
  background-color:white;
  align-items: center;
  text-align:center;
  align-items: center;
}
input::placeholder {
  color: black;
}
input, button {
  transition: 1s border;
  font-family: 'Chivo', sans-serif;
  font-size: calc(.9rem + .2vw);
  font-weight: 300;
  line-height: 1.4;
  color:black;
  padding: 10px 20px;
  background: white;
  border: 1px solid #5f5f5f;
  border-radius: 3px;
  margin: 5px;
  outline: none;

}

.wrong {
  border: 2px solid black;
}
.title{

}
.title p{
  font-family: 'Playfair Display', serif;
  color: #201C1C;
  font-size: calc(.5rem + 2vw);
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-decoration:none;
}
