body,html{
	height: 100%;
}
body {
    background-color: #CCC;
  }

 
 
#container {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
	}
	#container #middle {
	    display: table-cell;
	    vertical-align: middle;
		}
		#loginBox {
		    background-color: #EEE;
		    position: relative;
		    width: 520px;
		    box-shadow: 2px 2px 4px #999;
		    margin-left: auto;
			margin-right: auto;
			}
			#loginBox #login-header{
				margin-top: -20px;
				margin-left: -20px;
				margin-right: -20px;
				padding-left: 20px;
				line-height: 43px;
				height: 43px;
				background-color: #D73D32;
				color: #FFF;
				font-size: 24px;
				font-weight: 100;
			}

	
/**
	FORM
**/
FORM{
    padding: 20px;
}
FORM .field {
	border-top: solid 1px #EBEBEB;
	padding-top: 12px;
	margin-bottom: 16px;
	}
	FORM .field .field-title {
		font-size: 11px;
		color: #444;
		text-transform: uppercase;
		font-weight: bold;
		}
	FORM .field .field-display {
		}	
	FORM .field .field-description {
		}
	FORM .field .helper {
		}
	FORM .field .helper-trigger {
		}
.btn-custom, .btn-group > .btn-custom {
    background-color: #DDD;
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #888;
    text-shadow: none;
    font-size: 11px;
    text-transform: uppercase;
}
.btn-custom:hover, .btn-custom:focus{
    background-color: #AAA;
    color: #FFF;
    background-image: none;
}
.btn.active, .btn:active {
    background-color: #FF7F00;
    box-shadow: none;
    outline: 0 none;
    color: #FFF;
}
input:-webkit-autofill{
    background-color: #FFF !important;
}
.btn{
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.helper-display{
    font-style: italic;
    font-size: 11px;
    color: #444;
}
.field .input, .field input[type="text"], .field input[type="password"], textarea {
    margin-bottom: 5px;
}
