body.login {
    	min-height: 100%;
	min-height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdf33c+0,2989d8+50,207cca+51,383661+100 */
	background: #fdf33c; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fdf33c 0%, #2989d8 50%, #207cca 51%, #383661 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fdf33c 0%,#2989d8 50%,#207cca 51%,#383661 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fdf33c 0%,#2989d8 50%,#207cca 51%,#383661 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf33c', endColorstr='#383661',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body.login #topbar {
	display: none;
}

body.login #footer {
	display: none;
}


body.login .form-horizontal .control-label {
    text-align: left !important;
}

body.login #content {
	max-width: 460px !important;
}

body.login input {
	width: 100%;
}


body.login .nav>li>a:hover {
    	background-color: rgba(0,0,0,0);
    	border-color: rgba(0,0,0,0) !important;
}


body.login input[type=checkbox]:not(old) {
    width: 15px;
    opacity: 1;
}

body.login .nav-tabs {
    border-bottom: none;
}

body.login .nav>li>a {
    color: #FFF;
}