.container-load{
    background-color: rgba(255,255,255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    padding: 15px;
    position: absolute;
    top:50px;
    left: 5%;
    max-width:100%;
}
.container-load .text{
	text-align:center;
	font-family:Montserrat-bold;
 }
.container-load .text h3{
 	text-transform:uppercase;
 	font-size:14px;
 	width:190px;
 	margin:0 auto;
 	color:#004694;
    line-height:20px;
}
.container-load .text h2{
 	text-transform:uppercase;
 	font-size:16px;
 	width:210px;
 	color:#004694;
 	margin:10px auto 0;
 	padding-bottom:5px;
 	border-bottom:4px solid #004694;
}
.container-load .progress{
    border:2px solid #85B037;
    margin:20px auto;
    width:80%;
}
.container-load .progress .progress-bar{
    background-color:#85B037;
}
.container-load .gif-load{
    margin:30px auto 0;
    width:200px;
    height:200px;
}
