/* Login panel */

.login-panel-container
{
	display: table;
	margin-top: 2.5vw;
	margin-bottom: 5vw;
	margin-left: auto;
	margin-right: auto;
}

/* 
	The minimum size of this login-panel is small enough to fit in an iPhone 5 
	screen without scrolling.
*/
.login-panel
{
	min-width: 245px;
	min-height: 195px;
}

.forgot-password
{
	font-size: 0.69em;
	/*letter-spacing: 0.15em;
	text-transform: uppercase;*/
	white-space: nowrap;
}
