body {
	margin: 0;
	background: #2a2a29;
	background-image: url(../images/subtle-dots.png);
	width: 100%;
	min-height: 100%;
	display: block;
}
body * {
	font-family: 'Lato', sans-serif;
}
body,
button,
input,
label {
	font-size: 25px;
	display: block;
}
h1>span {
	color: #a70000;
}
input {
	color: #8b8b8b;
}
input::placeholder {
  color: #8b8b8b;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #8b8b8b;;
}
input::-ms-input-placeholder {
  color: #8b8b8b;;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Montserrat', sans-serif;
}
p,button {
	color: #fff
}
input[type=email],
input[type=password],
input[type=text],
select {
	width: 320px;
	height: 45px;
	padding: 10px;
	border: none;
	border-radius: 3px;
}
select {
  width: 340px;
  font-size: 17px;
}
button,
input {
	margin: auto;
}
button {
	margin-bottom: 1em;
	border: none;
	border-radius: 25px;
	width: 110px;
	height: 40px;
	cursor: pointer;
	background: #a70000;
	font-size: 20px;
}
h1,
span {
	color: #fff
}
h1 {
	margin: 0;
	font-size: 2em;
}
a,
a:focus,
a:hover {
	text-decoration: none;
	color: #fff
}
hr {
	width: 100px;
	border-color: #a70000
}
.fn-login {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 550px;
	width: 100%
}
.fn-login.registration {
	max-width: 750px;
}
.fn-login.registration label {
  color: white;
  margin-left: -216px;
}
.fn-login.registration input[type='file'] {
  width: 320px;
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
}
.fn-login.registration a.login {
	border-bottom: 1px solid #A70001;
	margin-bottom: 10px;
	font-size: 20px;
}
.fn-login.registration form>div {
	max-height: 450px;
	overflow: scroll;
	width: 400px;
	margin: 0 auto;
}
.fn-login.registration input {
	height: 25px;
	margin-bottom: 10px;
	font-size: 17px;
}
.fn-login.registration label {
	font-size: 17px;
}
.fn-login.registration select {
	margin-bottom: 15px;
}
.fn-login.registration button {
	height: 35px;
	font-size: 20px;
	margin-top: -35px;
}