/* ---- Defined size of Container and High Res Devices ---- */
@media (max-width: 1950px) {
  .card {
    flex-direction: column;
    margin-top: 95px;
  }
  .card-header {
    background-color: rgba(116, 184, 60, 0.9);
  }
  .card-title {
    font-size: 35px;
    margin: auto;
    color: white;
  }
  .card-paragrapah {
    font-weight: 600;
    color: white;
    padding-left: 0px !important;
    margin-bottom: 0;
  }
  input#sendBtn {
    background-color: rgba(116, 184, 60, 0.9);
    font-weight: 700;
    color: white;
  }
  .form-control {
    border: none;
    background-color: none;
    border-bottom: 1px solid rgba(85, 85, 85, 0.3);
  }
  button.close {
    padding: 0;
  }
  label {
    font-weight: 600;
    color: #0a0b0d;
    font-size: 14px;
  }
  .close-form {
    padding: 5px !important;
  }
  .close {
    font-size: 1.5rem !important;
    color: rgba(116, 184, 60, 0.9);
    opacity: 1;
  }
  span.close-text-form {
    font-size: 2rem;
  }
  .closing-icon-form {
    color: rgba(116, 184, 60, 0.9);
  }
  .alert-done-close {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    padding: 7.75rem 2.25rem;
    height: 100%;
    text-align: center;
    z-index: 5;
    background-color: rgb(147, 202, 102);
  }
  .closing-text-alert {
    color: white;
    font-size: 35px;
    font-weight: 700;
  }
}
@media (max-width: 700px) {
  .card-title {
    font-size: 25px;
  }
  .card-paragrapah {
    margin-bottom: 0px;
  }
  .card {
    margin-top: 90px;
  }
}
.identity-col {
  margin-bottom: 0.2rem;
}/*# sourceMappingURL=formcontact.css.map */