html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'),
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'),
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v16-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'),
       url('../fonts/open-sans-v16-latin-600.woff') format('woff'),
       url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'),
       url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg');
}
body {
	background: #17171b;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -.016em;
	color: #63636e;
}
body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: rgba(23, 23, 27, 1);
	width: 100%;
	height: 100%
}

.form {
	z-index: 1;
	background: #FFF;
	max-width: 300px;
	padding: 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin: -235px 0 0 -190px*/
	margin: -235px 20px 0 -170px;
}

---

/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */

@media (min-width: 1281px) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -190px
	}
}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */

@media (min-width: 1025px) and (max-width: 1280px) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -190px
	}
}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */

@media (min-width: 768px) and (max-width: 1024px) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -190px
	}
}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -190px
	}
}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */

@media (min-width: 481px) and (max-width: 767px) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -190px
	}
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */

@media (min-width: 320px) and (max-width: 480px) {
	.form {
		z-index: 1;
		background: #FFF;
		max-width: 300px;
		padding: 40px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 20px 0 -170px;
	}
}


.form .thumbnail {
	width: 120px;
	height: 120px;
	margin: 0 auto 30px;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.form .thumbnail img {
	display: block;
	width: 100%
}
.form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	border: 1px solid #dadfe2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #5f6c72
}
.form input:focus {
	box-shadow: none;
	border-color: #2acb48
}
.form button {
	outline: 0;
	background: #2acb48;
	width: 100%;
	border: 0;
	padding: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all .3 ease;
	transition: all .3 ease;
	cursor: pointer
}
.form button:hover {
	opacity: 0.8;
}
.form .message {
	margin: 20px 0 0;
	color: #b3b3b3;
}
.form .message a {
	color: #2acb48;
	text-decoration: none
}
.form .message a:hover {
	color: #20a639;
	text-decoration: underline
}
.form .register-form {
	display: none
}