body{
	background:#dfdddc;
	font-family: 'Roboto Slab', serif;
}

.content{
	
}

.row{
	position:relative;
	margin-left:2px;
	border-radius:3px;
	
}

.screenSplash{
	position:fixed;
	
	width:100%;
	height:100vh;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:10;
}

.splashMsg{
	position:relative;
	top:200px;
	width:90%;
	max-width:500px;
	background:#ffffff;
	border-radius:4px;
	padding:10px;
	margin:auto;
	text-align:center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.splashMsg h4{
	font-size:20px;
	font-weight:bold;
	color:#00a3cc;
}.splashMsg img{
	width:80px;
}
.loader{
	position:absolute;
	height:30px;
	width:0;
	background:#00a3cc;
	z-index:1;
}

.loginBox{
	position:relative;
	top:30px;
	right:30px;
	
	background:#f2f2f2;
	height:300px;
	width:100%;
	max-width:300px;

	padding:15px;
	border-radius:10px;
}

.loginBox h4{
	font-size:25px;
	
}

.fa {
	font-size:25px;
}

input[type=text], input[type=password]{
	height:50px;
}

.info{
	display:block;
	position:absolute;
	
	left:0;
	right:0;
	
	padding-top:15px;
	text-align:center;
	background:#dfdddc;
	
}

.info .fa{
	font-size:50px;
}

.welcomeMsg{
	
	display:block;
	position:relative;
	top:80px;
	font-weight:bold;
	font-size:25px;
	color:#ffffff;
	text-shadow:5px 5px 5px  #000000;
}

#background{
	position:absolute;
	left:0;
	right:0;
	height:400px;
	width:100%;
	opacity:1;
	z-index: 0;
}

@media (min-width:320px) and (max-width:800px){
.loginBox{
	right:0;
	left:-20px;
}	

.welcomeMsg{
	display:block;
	position:relative;
	top:5px;
	font-weight:bold;
	text-align:center;
}
}