@charset "UTF-8";
/* CSS Document */

	@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);

	html {
		    -webkit-text-size-adjust: 100%;
    		-ms-text-size-adjust: 100%;
	}
	body {
		padding-top: 10%;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		font-weight: 100;
		background-size: cover;
		background-position: left bottom;
		}
	.bg {
		position: fixed;
		top:-5vh; left: -5vw;
		height: 110vh;
		width: 110vw;
		z-index: 0;
		background-size: cover;
		background-position: left bottom;
		animation: blurme 3s forwards;
		-webkit-animation: blurme 3s forwards;
		animation-delay: .2s;
		animation-timing-function: ease;
	}
@keyframes blurme {
    0% {
		filter:blur(0);}
    100% {
		filter:blur(8px);
	}
}

	h1{
		font-family: 'Oswald', Helvetica Neuve, sans-serif !important;
		font-weight: 100;
	}
		
	.messageBox{
		position: relative;
		z-index: 90;
		max-width: 90%;
		min-width: 300px;
		width: 500px;
		background-color: rgba(255,255,255,0.85);
		display: block;
		margin: 20px auto;
		min-height: 200px;
		border:1px solid #ccc;
		border-radius: 10px;
		padding: 5px 20px 20px;
	}
	#logo{
		position: relative;
		z-index: 99;
		max-width: 90%;
		width: 230px;
		margin: auto;
		display: block;
		padding-right: 30px;
		
	}
.powered {
	display: block;
	margin: auto;
	min-width: 200px;
	width: 400px;
	text-align: center;
	position: relative;
	z-index: 97;
}
.powered span{
	line-height: 23px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}
.mslogo{ 
	width: 100px
}
select{
	float: right;
	display: block;
	right: 0px;
}
	.ccButton {
		display: block;
		background-color: #cc3434;
		color:#fff;
		font-size: 18px;
		padding: 10px 20px;
		width: 150px;
		min-width: 150px;
		max-width: 80%;
		margin:30px auto;
		text-align: center;
		text-decoration: none;
		transition: .5s all;
	}
	.ccButton:hover{
		background-color: #dd4343;
	}
	
@media screen and (min-device-width: 360px) and (max-device-height: 850px) and (-webkit-min-device-pixel-ratio: 3),
	screen and (min-device-width: 360px) and (max-device-height: 850px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-width: 360px) and (max-device-height: 850px) and(-webkit-min-device-pixel-ratio:2)
{
	body {
		margin: 0 !important;
			
	}
	#logo {
		width:60%;
	}
	.messageBox{
		width: 100% !important;
		padding: 0 3vh 2vh;

	}
	.policyBox p {
		font-size: 2em !important;
		
	}
	.ccButton {
		width: 80% !important;
		font-size: 3em !important;
		height: 5vh;
		line-height: 5vh;
	}
.bg{
		filter:blur(8px) grayscale(.65);
		animation: none !important;
	}
	h1 {
		font-size: 5em;
	}
.powered {
	display: block;
	margin: auto;
	min-width: 200px;
	width: 100vw;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2.5vh 0;
	background-color: rgba(255,255,255,0.85);
	height: auto;
	text-align: center;
	z-index: 97;
}

.powered span{
	line-height: 5vh;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    font-size: 2em;
	padding-right: 10px;
}
.mslogo{ 
	height: 5vh; width: auto;
}
 
}