/* @override http://movie3:8888/assets/css/login.css */

html,
body {
	height: 100%;
	background-color: #8489b6;
}

#logo {
	margin-top: 50px;
	text-align: center;
}

#welcome {
	margin-top: 25px;
	color: #c7d440;
	text-align: center;
	font-size: 40px;
	font-family: "sketchnote-square",sans-serif;
}

#form_container {
	display: table-cell;
	height: 460px;
	vertical-align: middle;
}

label {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 25px;
	font-family: "sketchnote-square",sans-serif;
}

.input {
	margin: 0;
	padding: 0;
	width: 460px;
	height: 25px;
	border-style: none;
	color: #505582;
	text-indent: 10px;
	font-weight: bold;
}

.error {
	display: block;
	margin-top: 5px;
	color: #ffffff;
	text-align: justify;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.form_item {
	margin-bottom: 25px;
}

#login_button {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 40px;
	border-style: none;
	border-radius: 5px;
	background-color: #505582;
	color: #81cff4;
	font: 20px "sketchnote-square",sans-serif;
	cursor: pointer;
}

#login_button:hover {
	background-color: #c7d440;
	color: #505582;
}

p {
	color: #ffffff;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.description {
	margin-top: 20px;
}