@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
background: #ececec;
margin: 0;
padding: 0;
font-family: 'PT Sans', sans-serif;
background-image: url(2.jpg);
color: #ffffff;
}

.header {
height: 150px;
text-align: left;
position: absolute;
margin-left: 10px;
}

h2 {
font-size: 25px;
margin-top: 0px;
}

h3 {
font-size: 20px;
margin-top: -25px;
}

h4 {
    margin-top: -22px;
}

.loading {
width: 200px;
height: 200px;
background: none;
box-shadow: none;
position: absolute;
margin-left: -100px;
margin-top: -200px;
top: 50%;
left: 50%;
bottom: 0;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.logo {
    width:800px;
    height: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -310px;
}

.loader {
margin: 320px auto;
font-size: 10px;
text-indent: -9999em;
border-top: 1.1em solid rgba(20, 20, 20, 0.725);
border-left: 1.1em solid rgb(0, 127, 127);
border-right: 1.1em solid rgb(0, 127, 127);
border-bottom: 1.1em solid rgba(20, 20, 20, 0.725);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
left: 10;
}

.loader,
.loader:after {
border-radius: 50%;
width: 5em;
height: 5em;
overflow: hidden;

}
@-webkit-keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}