#content_container {
    width:100%;
}

#header {
    margin:20px auto;
    max-width:100%;
}

#header-img {
    width:100%;
    max-width:100%;
}

.reAuthForm {
    padding: 0 10px;
}

.reAuthForm h4 {
	margin-bottom: 5px;
}

.reAuthForm p {
	margin-bottom: 10px;
}

.reAuthUser {
	margin-bottom: 10px;
	font-weight: bold;
}

.reAuthUser img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}

.reAuthPassword {
	margin-bottom: 10px;
}

.reloginUrl {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.authLoginSingleUser {
	margin-top: 10px;
}