/* The Modal (background) */
.modalSMS {
    display: none; /* Hidden by default */
    position: fixed;  /*Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: auto /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
   background: rgb(255, 255, 255);
    margin: 13% auto; /* 15% from the top and centered */
   
    width: 30%; /* Could be more or less, depending on screen size */
  }
  .modal-content-corretor {
   background: rgba(255, 255, 255, 0);
    margin: 3% auto; /* 15% from the top and centered */
   
    width: 24%; /* Could be more or less, depending on screen size */
  }
  .modal-content-prestador {
   background: rgba(255, 255, 255, 0);
    margin: 7% auto; /* 15% from the top and centered */
   
    width: 41%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close_mod {
    position: relative;
    color: rgb(255, 255, 255);
    float: right;
    margin-right:2%;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* Form */
.modal-content {
  background-image: url('../img/covid.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.modal-header {
  border-bottom: none;

}
.modal-header h4{
  color:white;
  text-shadow: 1px 1px 2px #3b3b3b;
  font-size: 1.4em;

}
.modal-header span{
  color:#3498db;

}
.modal-form {
  padding: 10px;
}
.modal-form input{
  border: 1px solid grey;
  border-left: none;
  border-right: none;
  border-top: none;
  padding:5px 10px;
  margin-bottom: 5px;
  /* border-radius:5px; */
  width: 100%;
}
.form-btn {
  color: white;
  background-color: #3498db;
}