.login
{
	font-family: "proxima-nova";
	padding: 90px 0 0 0;
}
.login .logo
{
	display: block;
	margin: 0 auto 30px;
}
.login a,.login a:visited
{
	color: inherit;
	/*text-decoration: underline;*/
}
ul.notice
{
	border-radius: 3px;
	font-size: 15px;
	list-style-position: inside;
	margin: 30px auto;
	padding: 20px 30px;
	text-align: center;
	width: 300px;
}
ul.notice.errors
{
	background-color: #fff4f4;
	border: 1px solid #f50909;
	color: #f50909;
}
ul.notice.success
{
	background-color: #d7eacd;
	border: 1px solid #6fae4f;
	color: #6fae4f;
}
ul.notice li
{
	padding: 5px 0;
}
.vertical-form
{
	margin: 0 auto;
	width: 500px;
}
.vertical-form legend
{
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.vertical-form label, .vertical-form #id_remember
{
	display: none;
}

.vertical-form input[type='text'],.vertical-form input[type='password'],.vertical-form input[type='number'],.vertical-form input[type='email']
{
	border: 1px #c1c1c1 solid;
	color: #c1c1c1;
	font-size: 18px;
	height: 50px;
}
.vertical-form input[type='text'],.vertical-form input[type='password'],.vertical-form input[type='submit'],.vertical-form input[type='number'],.vertical-form input[type='email']
{
	border-radius: 3px;
	color: #2d2d2d;
	display: block;
	font-family: inherit;
	margin: 0 auto 18px auto;
	outline: none;
	text-align: center;
	width: 323px;
}
.vertical-form input[type='submit']
{
	background: #16a085;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	height: 57px;
	letter-spacing: 1.5px;
	outline: 0;
	text-transform: uppercase;
	width: 327px;
}
.vertical-form input:hover[type='submit']
{
	background-color: #1abc9c;
	moz-transition: all 0.3s ease;
	o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	webkit-transition: all 0.3s ease;
}
.vertical-form .footer
{
	margin-bottom: 200px;
	text-align: center;
}
.vertical-form .footer p:first-child
{
	color: #ccc;
}
.vertical-form .footer a:first-child
{
	border-bottom: solid 1px #ccc;
	text-decoration: none;
}
.vertical-form .footer p:nth-child(2) a
{
	border-bottom: solid 1px #000;
}