@charset "utf-8";
/* CSS Document */

body{
	background:#f2f3f4;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}

.signin-form
{
	//border:solid red 1px;
	margin-top:80px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}

/*
 * Fit the 50px banner logo inside the navbar.
 *
 * Bootstrap 3 gives .navbar a min-height of 50px and .navbar-brand a fixed
 * 50px height with 15px vertical padding, so a 50px-tall logo needs 80px and
 * spilled 14px below the bar on every logged-out page (measured on
 * register_success.php). Trimming the padding to 5px and letting the bar grow
 * to 60px fits it with a little breathing room.
 *
 * Applies to the whole standalone set -- error, login, register,
 * register_success, password_reset, password_reset_request_token,
 * password_reset_success and verify_email -- which all carry the same markup.
 * includes/menu.php's navbar is taller than this anyway (it holds the nav
 * list), so the min-height is a floor it never reaches.
 */
.navbar-brand{
	padding-top:5px;
	padding-bottom:5px;
	height:auto;
}
.navbar-default{
	min-height:60px;
}
#btn-submit{
	height:45px;
}