/*********
 *
 *  Responsive section
 *
 **********/

@media (min-width: 767.98px) {
  body .form-container .content {
    width: 90%;
  }
  body .form-container .content .left-content .description {
    font-size: 24px;
    line-height: 30px;
    width: 375px;
  }
  body .form-container .content .left-content .description-check-points .point {
    width: 90%;
  }
  body .form-container .footer-container .links {
    width: 100%;
  }
}
/*@media (max-width: 575.98px) {
  body .form-container .content .right-content {
    height: 400px;
  }
  body .form-container .footer-container {
    left: unset;
    transform: unset;
    text-align: center;
  }
  body .form-container .footer-container .copyright {
    padding: 10px 0;
    width: 100%;
    margin-left: 0;
  }
  body .form-container .footer-container .links {
    float: unset;
    width: 100%;
  }
  body .form-container .footer-container .links div.list-inline-item {
    float: unset !important;
  }
}*/
