.alert {
	width: calc(80% - 22px) !important;
	margin: 0 auto !important;
}

#account {
	width: 94%;
	max-width: 400px;
	display: block;
	margin: 50px auto 0;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 15px 0;
	box-sizing: border-box;
}

#account img {
	width: 80%;
	height: auto !important;
	margin: 0 auto;
	display: block;
}

#account table {
	border-collapse: collapse; 
}

#account table, #account table tr {
	width: 100%;
	margin: 0;
	padding: 0;
}

#account table tr:last-child {
	position: relative;
	width: 100%;
	margin: 0 0 16px;
	float: left;
}

#account table tr td {
	width: 80%;
	margin: 25px auto 0;
	padding: 0;
	display: block;
}

#account input[type=email], #account input[type=password] {
	border: 0;
	color: #353535;
	background: #F3F3F3;
	padding: 0 10px;
	font-size: 13px;
	width: 100%;
	border-radius: 3px;
	-webkit-appearance: none;
	height: 40px;
	border-radius: 0;
}

#account input[type=submit] {
	background: #337AB7;
	border: 1px solid #2E6DA4;
	color: #FFFFFF;
	width: 100%;
	height: 36px;
	-webkit-appearance: none;
	border-radius: 0;
}

#account input[type=submit]:hover {
	background: #286090;
	border: 1px solid #204D74;
	cursor: pointer;
}

span.copyright {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #204D74;
	margin: 7px 0;
}

span.copyright a {
	color: #204D74;
	
}