﻿/* Configurations
/* ========================================================================== */
/*
    New site colors
*/
#invite .main-title {
  text-align: center;
}
#invite .main-title span {
  font-weight: 700;
  font-size: 36px;
  color: #3996D1;
}
#invite .invite-content {
  margin: auto;
  margin-top: 4%;
  width: 35%;
}
#invite .invite-content .bordery {
  padding: 20px;
  padding-bottom: 5px;
  border: 1px solid #808080;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.18);
}
#invite .invite-content .bordery .title {
  text-align: center;
  line-height: 21px;
  color: #3996D1;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
#invite .invite-content .bordery .form-input {
  padding-right: 25px;
}
#invite .invite-content .bordery .form-input .validation {
  font-size: 12px;
  padding-left: 30px;
}
#invite .invite-content .bordery .terms {
  min-height: 0px;
  font-size: 13px;
  text-align: left;
  padding: 0;
}
#invite .invite-content .bordery .terms a {
  color: #3996D1;
}
#invite .invite-content .bordery .submit-btn button {
  border-radius: 8px;
  box-shadow: 0px 3px 0px #175B86;
  background-color: #3996D1;
  background-image: none;
  color: #ffffff;
  font-weight: 700;
}
#invite .invite-content .bordery .reward-text {
  margin-top: 15px;
}
#invite .invite-content .bordery .reward-text span {
  color: #3996D1;
}