.form-popup .modal-content {
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  border: 0;
}
@media (max-width: 575px) {
  .form-popup .modal-content {
    padding-bottom: 20px;
  }
}
.form-popup .modal-content .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12345;
}
.form-popup .modal-content .modal-header .close-btn {
  background-color: rgba(231, 231, 231, 0.95);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
  font-size: 20px;
}
.form-popup .modal-content .modal-body {
  align-items: center;
}
.form-popup .modal-content .modal-body img {
  height: 247px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-popup .modal-content .modal-body .content h1 {
  line-height: 1.32;
  color: rgb(17, 17, 17);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.form-popup .modal-content .modal-body .content p {
  color: rgb(17, 17, 17);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.32;
  text-align: center;
}
.form-popup .modal-content .modal-body .content input {
  padding: 10px;
}
.form-popup .modal-content .modal-body .popup-btn {
  padding: 11px 16px;
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
  text-transform: capitalize;
  border-radius: 0px;
}
.form-popup .modal-content .modal-body .popup-btn:hover {
  border: 2px solid rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
}/*# sourceMappingURL=form-popup.css.map */