/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
	width: auto;
	max-width: 580px;
	padding: 0 15px;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alert {
	width: 100%;
}

.alert-dismissible .close {
	padding: .5rem .75rem !important;
}

/* CSS for form */

.form-row {
	background-color: #f5f5f5;
	padding: 15px 0;
}

.form-signin {
	width: 100%;
	max-width: 580px;
	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;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.no-round-top {
	/*margin-bottom: 10px;*/
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.no-round-bottom {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}