.modal-dialog {
   
        margin-top: 3.5rem;
        
}

.modal-lg {
padding-right: 15px;
  padding-left: 15px;
}	

@media (min-width: 576px) {
  .modal-lg {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1140px;
  }
}




.modal-content {
   
	background-color: rgba(0, 0, 0, 0.0);  
	border: 0px;
   
}

.modal-body {
    
	background-color: white;
	 border: 0px;
   
}

.modal-header {
    
    border: 0px;
    
	background-color: rgba(0, 0, 0, 0.0); 
   
}

.button-modal-close {
    position: absolute;
    width: 100%;
    height: 44px;
    
    text-align: right;
	margin-top: -20px;
	margin-left: -20px;
}

.modal-backdrop {
	background-color:black;
	background-color: rgba(30, 30, 30); 
	 opacity:0.9 !important;
	
	
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

