/* CSS Document */

body{
	background-color: #c5b9ac;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	color: #000000;
}
textarea,
input,
select{
	font-size:12px;
	line-height:18px;
}
.container{
	background-color: #fff;
	margin:0 auto;
	max-width:780px;
	box-sizing:border-box;
	padding:20px 30px 50px 30px;
}
a.logo{
	display:block;
	background-image:url(../images/logo.png);
	width:239px;
	height:79px;
	text-decoration:none;
}
.content{
	padding:20px 0 20px 0;
}
.header{
	border-bottom:1px solid #f2f2f2;
	padding:0 0 30px 0;
}
h1{
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	margin:0 0 30px 0;
}
a{
	color:#003865;
}
a:hover{
	color:#00c;
}
.button{
	background-color:#003865;
	border:0;
	border:0;
	color:#fff;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	cursor:hand;
	cursor:pointer;
	margin-top:10px;
}
.button:hover{
	background-color:#999;
}
.logout-button{
	background-color:#f2f2f2;
	border:0;
	border:0;
	color:#999;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	cursor:hand;
	cursor:pointer;
	margin-top:10px;
	text-decoration:none;
	float:right;
	margin-left:10px;
}
.logout-button:hover{
	background-color:#ccc;
	color:#fff;
}
.form-error {
	background-color: #ffe6e6 !important;
	border: 1px solid #f00 !important;
}
.error-message{
	color: #f00;
	margin:0 0 20px 0;
}
p{
	padding:0;
	margin:0 0 20px 0;
}
.label{
	width:150px;
	max-width:200px;
	margin-right:20px;
	float:left;
	clear:both;
	margin-bottom:10px;
}
.field{
	width:350px;
	float:left;
	margin-bottom:10px;
}
.clear{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
iframe{
	width:100%;
}
@media all and (max-width:760px){
	body{
		background-color:#fff;
	}
	.container{
		padding:10px 10px 10px 10px;
	}
	.label{
		width:100%;
		margin-bottom:5px;
	}
	.field{
		width:100%;
		margin-bottom:20px;
	}
}
@media all and (max-width:500px){
	a.logo{
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		background-size:contain;
		width:150px;
		height:70px;
	}
	.logout-button{
		clear:right;
		width:40px;
		text-align:center;
	}
}
