﻿/* Custom Login Styles */
 
html { /* Page background. Can't use the body tag for this! */
	/* background:#000 !important; */
}	

.login h1 a {
	background:url('login.png') no-repeat 10px top;
	background-size: 254px 115px;
	width: 254px !important;
	height: 115px !important;
}
	
.login form .input {
	color: #fd9438;
	}
	
#sb-loading-inner {
	display: none;
}