﻿@CHARSET "UTF-8";

body { padding-top:10px;}

h3 { text-align:center;}
ul { list-style-type: none; padding:0;text-align:left;}
li { margin-left:0px; text-align:left; display:block;}
.login-form {
    font-size: 16px/2em;
	margin: 100px auto;
	max-width: 380px;
}

form[role=form] {
	color: #5d5d5d;
	/*background: #f2f2f2;*/
	background: #f7f7f7;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
	   -moz-box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
	        box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.2);
}
	form[role=form] img {
		display: block;
		margin: 0 auto;
        max-width:240px;
		/*margin-bottom: 35px;*/
	}
	form[role=form] input,
	form[role=form] button {
		font-size: 16px;
		margin: 0 0;
	}
	form[role=form] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
	}

.login-form > section {
	text-align: center;
	margin-top: 15px;
}

/*Remove hamburger menu and fix style*/
.navbar-toggle, .navbar-header:after {
    display: none !important;
}

