
#header {
	background-color: #ccc;
	text-align: right;
	padding: 1%;
}

#header a{
	color: black;
	font-size: 20px;
}
#header a:hover{
	text-decoration: none;
	color: black;
}
#header a::after {
	text-decoration: none;
}
.list-inline > li {
	    padding: 0 32px;
}
#content {
	margin-top: 10%;
}
#content h3 {
	font-weight: bolder; 
	font-family: Arial;
	color: white;
}
#form {
	background-color: #ccc;
	width: 50%;
	margin: 0 auto;
	border-radius: 20px;
	padding:  1%;

}
.form-group {
	width: 70%;
	margin: 0 auto;
}
.form-group p{
	display: inline-block;
	font-size: medium;
    padding-top: 6px; 
}
#pass {
	display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px 5px 0 0;
}
#content label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    padding-top: 7px;
    font-size: medium;
}
.btn-default:focus {
	color: #333;
    background-color: #e6e6e6;
    outline: none;
}

