@CHARSET "ISO-8859-1";

.login-form-container {
	display: none;
	width: 99%; 
	position: absolute; 
	top: 140px;
}

.login-form-subcontainer {
	height: 105px;  
	width: 255px;  
	margin-left: auto; 
	margin-right: auto;
	background: #FFFFFF;  
	border: 2px solid RGB(63,171,170);  
	padding: 12px;  
	font-size: 12px;
}

