@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	word-wrap: normal;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
#container {
	background: url(../img/register-bg.jpg) left bottom;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header {
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #2e3654 10%, #584062 90%) repeat scroll 0 0;
	height: 70px;
	width: 100%;
}
	#header #logo {
		margin: 10px 0 0 10px;
	}

#content {
	width: 800px;
	background: #282b3d;
	font-size: 0.8rem;
	color: #9e9e9e;
}
	#content #title {
		color: #282b3d;
		font-size: 40px;
		margin-top: -50px;
		margin-left: -3px;
		position: absolute;
	}
.offset-s6 {
	margin-top: -20px;
	font-size: 11px;
	color: #7b7f95;
}

input[type='text']:focus {
	border-bottom: 1px solid #f84080 !important;
	box-shadow: 0 1px 0 0 #f84080 !important;
}
input[type='text']:focus + label {
	color: #f84080 !important;
}
input[type='text'] {
	color: #ffffff;
}

*:-moz-placeholder, *::-webkit-input-placeholder, *::-moz-placeholder {
	color: #616161 !important;
	opacity: 1;
}

#email_row {
	margin-top: -10px;
}
#desc {
	margin-top: 15px;
}
#submit {
	margin-top: 20px;
	background: #f84080;
}
.error {
	margin-bottom: 4px;
	color: #f84080;
}
#error_general {
	display: block;
	text-align: center;
}
