.bg-one-screen {
  position: relative;
  background-size: contain;
  background-position: center top; }

.wrapper-form {
  position: relative;
  margin: 50px 0;
  max-width: 600px;
  background-image: none; }
  @media (max-width: 767px) {
    .wrapper-form {
      margin: 20px 0; } }
  .wrapper-form h3 {
    font-size: 26px;
    line-height: 1.3; }

.footer {
  position: relative; }

.termination-box {
  padding: 30px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-top: 7px solid #ab0958;
  background-color: #ffffff;
  max-width: 600px;
  margin: 50px auto 0; }
  @media (max-width: 767px) {
    .termination-box {
      padding: 1rem;
      margin: 20px auto 0; } }
#terminationForm {
  margin: 0; }

.form-group {
  margin-bottom: 20px; }

label {
  font-size: 13px;
  font-weight: bold; }

.title-page {
  margin: 10px 0 30px;
  line-height: 1.3;
  text-align: center;
  font-size: 26px; }
  @media (max-width: 767px) {
    .title-page {
      font-size: 20px;
      margin-bottom: 25px; } }

/*# sourceMappingURL=termination.sass */