.welcome-background {
	background: #000;
}

.container-welcome {
	max-width: 500px;
	margin: 138px auto 0;
	font-family: Arial;
	color: #fff
}

.logo-block {
	text-align: center;
}

.logo-image{
    width: 200px;
}
.logoText {
	font-size: 28px;
	color: #fff;
	margin: 15px 0 35px 0;
}

.initial-text {
	text-align: center;
	font-size: 19px;
}

#progress-percent {
	margin: 30px auto 0;
	display: table;
	background: url("../../images/welcome/loader.gif");
	width: 78px;
    height: 78px;
    padding: 28px 0 0px 0px;
    text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media screen and (max-width: 767px) {
	
	html, body {
		height: 100%;
		overflow: hidden;
	}

	.container-welcome{
	    height: 100%;
	    white-space: nowrap;
	    text-align: center;
	    margin: 0 auto;
	}
	.container-welcome:before{
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    width: 0;
	    margin-right: -.25em;
	    height: 100%; 
	}
	.v-box{
	    display: inline-block;
	    vertical-align: middle;
	    white-space: normal;
	}

}