@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Patua+One');


body {
	font-family: 'Open Sans';
	background: url('../img/grey.png');
}

div#border {
	border: 3px solid #C2C2C2;
	border-radius: 15px;
	padding-top: 10px;
}

header {
	position: relative;
	top: -10px;
	left: 0px;
	right: 0px;
	text-align: center;
	background: white;
	padding-top: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

section#landing img {
		display: block;
		margin-right: auto;
		margin-left: auto;
        width: 70%;
		max-width: 350px;

}

section#landing p {
	font-size: 12px;
	text-align: center;
}

section#landing p.error {
	color: #F6522D;
}

section#landing p#disclaimer {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;

}

section#landing h1,h2,h3,h4,h5,h6 {
	text-align: center;
}

section#landing label {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}

button.btn, input[type=submit].btn {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
		background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
		background-color:#ededed;
		-webkit-border-top-left-radius:6px;
		-moz-border-radius-topleft:6px;
		border-top-left-radius:6px;
		-webkit-border-top-right-radius:6px;
		-moz-border-radius-topright:6px;
		border-top-right-radius:6px;
		-webkit-border-bottom-right-radius:6px;
		-moz-border-radius-bottomright:6px;
		border-bottom-right-radius:6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomleft:6px;
		border-bottom-left-radius:6px;
		text-indent:0;
		border:1px solid #dcdcdc;
		display:block;
		margin-top: 30px; 
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		color:#777777;
		font-family:arial;
		font-size:20px;
		font-weight:bold;
		font-style:normal;
		height:50px;
		line-height:20px;
		width:120px;
		letter-spacing: 1px;
		text-decoration:none;
		text-align:center;
		text-shadow:1px 1px 0px #ffffff;


}

input[type=text] {
display: block;
margin-right: auto;
margin-left: auto;
font-size: 20px;
margin-bottom: 15px;
}

input::-webkit-input-placeholder {
    text-align: center;
}
input::-moz-placeholder {
    text-align: center;

}
input:-moz-placeholder {
    text-align: center;

}
input:-ms-input-placeholder {
    text-align: center;
}

a {
	color: #109ACD;
}

a.btn:hover, input[type=submit].btn:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
		background-color:#dfdfdf;
}

a.btn:active, input[type=submit].btn:active {
		position:relative;
		top:1px;
}

@media (max-height: 600px) {

  input[type=submit].btn {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size:18px;

    }

}

/* Desktop */
@media (min-width: 850px) {
    div#border {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }

    section#landing p#disclaimer {
        max-width: 500px;
        display: block;
        margin-right: auto;
        margin-left: auto;

    }
}
