body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/maintenance.jpg);
	background-position: center;
	background-size: cover;
    height: 100vh;
    min-height: 100vh;
    font-family: 'Adelle Sans W01', 'Source Sans Pro', Helvetica, san-serif;
    color: #000;
}

.header {
    box-shadow: 0 8px 10px rgba(0,0,0,.08);
    background-color: #734dc4;
    height: 50px;
}

.header img {
	margin: 0 auto;
	width: 140px;
	display: block;
	padding-top: 10px;
}

#igrad-maintenance .centered-container, #enrich-maintenance .centered-container {
    text-align: center;
    position: fixed;
    top: calc(50% - 70px);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

#igrad-maintenance h1, #enrich-maintenance h1 {
    margin: 0;
    padding: 10px;
    font-size: 28px;
}

#igrad-maintenance .maintenance-header, #enrich-maintenance .maintenance-header {
    background-color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 40px;
}

#igrad-maintenance .maintenance-msg, #enrich-maintenance .maintenance-msg {
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    max-width: 630px;
}

#igrad-maintenance .maintenance-header .fa-clock-o, #enrich-maintenance .maintenance-header .fa-clock-o {
    margin-right: 10px;
    color: #000;
}

.clockImg {
    width:30px;
    height:25px;
    padding-right: 7px;
}