/* 
    Document   : login
    Created on : Jul 31, 2013, 2:11:48 PM
    Author     : collin.oneill
    Description:
        These are custom styles for the login page only. The login page is
		minimal.  It contains nothing but the title and a way to get into 
		the system. THe primary goal here is to launch a pretty picture to 
		attempt to gain a favorable view of he site even before the user 
		starts working.
*/

#page {
    padding-top: 40px;
}

body {
	background: url('/images/backgrounds/barbara_is_so_happy.jpg') no-repeat top center fixed;
	background-color: #fff;
	/* background: url('/images/backgrounds/barbara_is_so_happy.jpg') no-repeat top center fixed;  */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	/*
	-webkit-transition: background-image 2s ease-in-out;
	-moz-transition: background-image 2s ease-in-out;
	-ms-transition: background-image 2s ease-in-out;
	-o-transition: background-image 2s ease-in-out;
	transition: background-image 2s ease-in-out;
	*/
}

.jumbotron 
{
	background-color: rgba(255,255,255,0.8);
	border: 2px solid #999;
}

.form-actions 
{
	background:none;
	border:none;
}
