body {
	color: white;
	text-align: center;
}

.background-header {
	height: 100%;
	width: 100%;
	background-image: url('../images/background/header2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	transition-delay: 1.5s;
}

form {
	padding: 10px;
}

.ui.button {
	background-color: #f85775;
	color: white;
}


.centered {
	display: table;
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	width: 90%;

}

.ui.container {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;

	background: #548c4a; /* Old browsers */
	background: -moz-linear-gradient(top, #548c4a 0%, #4d8426 0%, #179003 100%, #458e39 100%, #458e39 100%, #207cca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #548c4a 0%,#4d8426 0%,#179003 100%,#458e39 100%,#458e39 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #548c4a 0%,#4d8426 0%,#179003 100%,#458e39 100%,#458e39 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548c4a', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 6px 10px 22px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 6px 10px 22px 0px rgba(0,0,0,0.45);
	box-shadow: 6px 10px 22px 0px rgba(0,0,0,0.45);
}

.ui.tiny.image {
	display: inline-block;
}