.modal-dialog {
  max-width: 900px; }

.modal-contentg {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  .modal-contentg .modal-headerg {
    padding: 0;
    border: none; }
  .modal-contentg button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    color: #fff; }
  .modal-contentg .modal-body {
    border: none;
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8); }
    .modal-contentg .modal-body.color-1 {
      background: #5eb7b7; }
    .modal-contentg .modal-body.color-2 {
      background: #1b2a49; }
    .modal-contentg .modal-body .icon span {
      font-size: 10vw;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .modal-contentg .modal-body .icon span {
          font-size: 100px; } }
    .modal-contentg .modal-body .icon-2 {
      position: absolute;
      top: 0;
      left: 20px;
      font-size: 30px; }
    .modal-contentg .modal-body a:hover {
      color: #5eb7b7; }
  .modal-contentg .label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
  .modal-contentg .form-controlg {
    background: transparent;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 0;
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .modal-contentg .form-controlg::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.2) !important; }
    .modal-contentg .form-controlg::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.2) !important; }
    .modal-contentg .form-controlg:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.2) !important; }
    .modal-contentg .form-controlg:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.2) !important; }
  .modal-contentg .btn-primary {
    background: #5eb7b7 !important;
    height: 52px; }
    .modal-content .modal-body .icon span {
      font-size: 7.5vw;
      line-height: 1;
    }
    .modal-contentg{
      font-size: 14px;
      pointer-events: auto;
    }
    .form-controlg {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-controlg {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-controlg::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-controlg:focus {
    color: #495057;
    background-color: transparent;
/*    border-color: #80bdff;*/
    outline: 0;
    /*-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  }
  .form-controlg::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-controlg:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-controlg::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-controlg::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-controlg:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
    .form-controlg {
      height: 52px;
      background: #fff;
      color: #000;
      font-size: 14px;
      border-radius: 5px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }