﻿.private {
  display: flex;
  height: 100vh;
  align-items: center;
  max-width: 960px;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.private h3 {
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.private .message {
  width: 100%;
  display: none;
  margin-top: 20px;
  font-size: 14px;
  color: red;
}
.private .invalid .message {
  display: block;
}
.private .formSent h3 {
  font-size: 1.2rem;
}
.private .field input {
  width: 380px;
  background: #fff;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
.private .field {
  margin-bottom: 20px;
}
.private .actions .button {
  background: #9974BA;
  border-radius: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  min-width: 120px;
  border: 0;
}