.emailsend {
    display: none;
    margin: 0 auto ;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4 ) ;
                
}

.emailsend .email_send{
  display: block;
  margin: 0 auto ;
  width: 400px;
  height: 200px;
  border: 2px solid;
  border-color: #fff;
  border-radius: 10px; 
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 28px -4px rgba(82,77,82,1);
  -moz-box-shadow: 10px 10px 28px -4px rgba(82,77,82,1);
  box-shadow: 10px 10px 28px -4px rgba(82,77,82,1);
}

.btnError{
  margin-right: 
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  text-shadow: none;
  border: 1px solid transparent;
  background-color: #49afcd;
  color: #ffffff;
}

.txsSolicicitud{
    display: none;
    margin-top: 50px ;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4 ) ;
}