﻿.header {
	border-bottom: solid 2px #DDD;
}
.header .logo {
    width: 81px;
    height: 68px;
    margin-bottom: 20px;
    background-position: -1px -181px;
}
.header h1 {
	margin: 50px 0 0 25px;
	float: left;
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.2em;
}
.close {
	position: absolute;
	top: 15px;
	right: 0;
}
@media (max-width: 540px) {
	input[type='text'], input[type='password'], select, textarea {
		width: 90% !important;
		margin: 0 2%;
		padding: 10px 2%;
	}
	.header .logo {
		display: block;
		position: static;
		margin: 5px auto;
		float: none;
	}
	.header h1 {
		width: 100%;
		margin: 10px auto;
		float: left;
		font-size: 1.5em;
		font-weight: 100;
		line-height: 1.2em;
		text-align: center;
	}
}