html,
body {
    display: flex;
    justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0px;
}
a {
	text-decoration: none;
}

input[type="text"], input[type="password"] {
    margin: 20px;
    width: 50%;
    height: 30px;
}
.flex-container {
	height: 100%;
	min-height: 100%;
	width: 100%;
	max-width: 480px;
	display: flex;
	flex-direction: column;

}
.box {
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 18px;
	padding: 0px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: center;
	background-color: #C4271E;
    padding: 8px;
	min-height: 60px;
}
.box-1 a {
	flex: 1;
}
.box-1 div {
	flex: 10;
}

.box-2 {
	background-color: #000;
	color: #000;
	flex: 1;
	justify-content: flex-start;
}

.box-3 {
	background-color: #777;
	min-height: 60px;
}
.section, .document {
	display: flex;
	justify-content: space-between;
	background: url('img/texture_dark.jpg') ;
	color: #fff;
	text-align: left;
	font-size: 1em;
	padding: 8px;
	border-bottom: 1px solid #777;
}
.section-3 {
	justify-content: center;
}
.section a, .document a, .box-1 a, .box-3 a {
	color: #fff;
}
