article {
	display: block;
	width: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -230px;
	padding: 25px 60px;
	background-color: #F8F8F8;
	box-shadow: 0 0 15px #BBB;
	text-align: center;
}

h1 {
	font-size: 0;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
    font-weight: normal;
	line-height: 0.75em;
    height: 0.75em;
	margin: 12px 0 58px 0;
}

p {
	width: calc(100% + 80px);
	margin: 10px 0 19px -40px;
    padding: 0;
	font-size: 1.1em;
	font-weight: 300;
}

p b {
	display: block;
	font-size: 1.1em;
	padding-bottom: 6px;
}

input {
	width: 100%;
	border: solid 1px #9E9E9E;
	padding: 17px;
	margin-bottom: 18px;
}

footer {
	width: 83%;
	margin: 12px auto 0 auto;
	text-align: left;
}

aside {
	width: calc(100% + 100px);
    margin-left: -50px;
	color: #F00;
}

aside p {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	font-size: 0.95em;
}

.button {
	width: 100%;
	margin-bottom: 12px;
}

a {
	text-decoration: none;
    color: #006BB1;
	font-size: 0.85em;
    font-weight: 300;
	font-style: italic;
}

#email {
	margin-top: 10px;
}

#change_account {
	display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

@media screen and (max-height: 650px) {
	article {
		top: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	article {
		width: 100%;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
		padding: 25px 20px;
	}
	
	p {
		width: 100%;
		margin: 10px 0 19px 0;
		text-align: left;
		font-size: 0.9em;
	}
	
	p b {
		font-size: 1.3em;
	}
	
	aside {
		margin-left: 0;
		width: 100%;
	}
	
	aside p {
		padding: 0;
	}
}