.barraload{
 position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
height: 60px;
width: 350px;
font-size: 16pt;
text-align: center;  
color: white;
text-shadow: 2px -1px 2px white;
font-family: 'Unna', serif;
	}

.modal-footer{
	text-align: center;
}

.modal-header{
	background: #1E98B3;
	text-align: center;
	font-family: arial,verdana; 
	font-size: 11pt;

}

.modal-body{
	margin: 0 8% 0 12% !important;
	text-align: left !important;
}

.control-label {
	text-align: left!important;
}