
.alert-holder
{
	margin-bottom: 20px;
}

.alert
{
	width: 300px;
	margin: 20px auto;
	text-align: center;
	z-index: 9999;
}

.login-box 
{
	width: 300px;
	margin: 100px auto;
	border-bottom-width: 4px;
}

	.login-box .password-reset-button
	{
		position: absolute;
		left: 10px;
		top: -3px;
		font-size: 26px;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		color: rgba(0,0,0,0.2);
	}

		.login-box .password-reset-button:hover
		{
			color: rgba(0,0,0,0.5);
		}

	.login-box .email-field 
	{
		border-bottom-width: 1px;
		border-bottom-color: #ffffff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		height: 40px;
		line-height: 24px;
	}

	.login-box .password-field 
	{
		margin-bottom: 20px;
		border-top-width: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		height: 40px;
		line-height: 24px;
	}

.password-reset-dialog
{
	width: 600px;
	margin: auto;
}

.logo
{
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 4px 0 0 0;
}

	.logo a
	{
		display: inline-block;
		width: 120px;
		height: 120px;
		text-indent: -9999px;
		background-image: url(../img/logo.svg);
	}

	.logo.logo-login,
	.logo.logo-login a
	{
		width: 200px;
		height: 200px;
		-webkit-background-size: 200px 200px;
		background-size: 200px 200px;
		margin-bottom: 20px;
	}

.fixed-ambient-label
{
	position: fixed;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	bottom: 10px;
	z-index: 99999;
	display: inline-block;
	text-align: center;
}

