.login__invalid {
  visibility: hidden;
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 21px;
  color: red;
  text-align: left
}

.login__invalid--show {
  visibility: visible
}

.login__input--invalid {
  border: 1px solid red;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075)
}

.thanks-modal {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 1001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: #777 0 0 15px;
  box-shadow: #777 0 0 15px;
  text-align: center;
  padding: 30px;
  font-size: 20px
}

.thanks-modal h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.thanks-modal p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.thanks-modal-button {
  margin-top: 30px;
  margin-bottom: 0
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

.show {
  display: block
}

.hide {
  display: none
}
