@font-face {
	font-family: 'Bellota-LightItalic';
	src: url('../fonts/Bellota-LightItalic.otf');
}

@font-face {
	font-family: 'Bellota-BoldItalic';
	src: url('../fonts/Bellota-BoldItalic.otf');
}

html, body {
	height: 100%;
	min-height: 100%;
	background-color: #f2f2f2;
}
form {
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #2c3e50;
}

.login_box {
	font-family: 'Bellota-LightItalic', sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 7%;
	width: 35%;
	background-color: #f2f2f2;
	border: 2px solid #231f20;
	border-radius: 7px;
	opacity: 0.98;
	z-index: 2000;
}

.logo_reg {
	width: 300px;
	height: 60px;
	position: relative;
	top: 14px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
	background-image: url("../images/backgrounds/bkg-registration.jpg");
	background-size: 100%;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	min-width: 1054px;
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 4px solid #231f20;
}

.login_header {
	font-family: 'Bellota-LightItalic', sans-serif;
	width: 100%;
	height: 160px;
	background-color: #fff;
	color: #231f20;
	text-align: center;
	border-bottom: 1px solid #231f20;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 10px;
}

.login_header h1 {
	font-family: 'Bellota-BoldItalic', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #2c3e50;
	text-shadow: #000000 0.5px 0.5px 0px;
	font-size: 250%;
}

input[type="submit"] {
	height: 30px;
	width: 70px;
	background-color: #e08d34;
	border: 1px solid #6d6e71;
	border-radius: 15px;
	margin: 5px 0 10px 0;
	padding: 3px 10px 5px 10px;
	color: #ffffff;
	text-shadow: #000000 0.5px 0.5px 0px;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 90%;
}

input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 70%;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 5px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
	border-color: #3498db;
}

#second {
	display: none;
}

.reg_sideart_wrap {
	width: 100%;
	height: 90%;
	margin: 0 auto;
	max-width: 1400px;
	min-width: 1054px;
	background-image: url("../images/backgrounds/fore-registration.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: fixed;
	bottom: 100px;
	z-index: 1000;
}
.reg_footer_wrap {
	width: 100%;
	height: 100px;
	max-width: 1400px;
	background-color: #231f20;
	position: fixed;
	bottom: 0px;
	z-index: 3000;
}

.reg_footer_left {
	width: 65%;
	minimum-width: 685px;
	height: 60px;
	background-color: #d1d3d4;
	position: absolute;
	bottom: 0px;
	float: left;
}

.reg_footer_right {
	width: 35%;
	minimum-width: 369px;
	height: 60px;
	background-color: transparent;
	position: absolute;
	bottom: 0px;
	float: right;
}