/**
 * Model United Nations Conference Manager (MUNCM)
 *
 * Copyright © 2014 - 2016, Jack P. Harley, jackpharley.com.
 * All Rights Reserved.
 */

body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 80px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}
#footer-test {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
}
.container .text-muted {
    margin: 20px 0;
    text-align: center;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}