body {
	margin: 0;
	padding: 0;
	border:0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
@import url("responsive.css");			/* Responsive Grid */
@import url("font-awesome.css");		/* Font Awesome Icons */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,500,600");
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,300");

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline:0;
}

ul {
	list-style: none;
}

button:focus {
	outline:0;
}

input:focus {
	outline:0;
}

.business-bg {
	display: inline-block;
	height: 100vh;
	width: 100%;
	background-image: url(../images/business-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sign-up-right {
	float: right;
	position: relative;
	z-index: 999;
}

.professional-bg {
	display: inline-block;
	height: 100vh;
	width: 100%;
	background-image: url(../images/professional-bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

.business-signup {
	float: right;
	margin-top: 30px;
	margin-right: 100px;
	width: 400px;
}

.sign-up-header {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sign-up-header span {
	float: left;
	width: 40px;
}

.business-signup h1 {
	float: left;
	width: auto;
	font-size: 28px;
	color: #FFF;
	font-weight: 700;
	margin-left: 10px;
	line-height: 40px;
}

.business-signup-row {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.business-signup-row label {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
}

.business-signup-row input {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	border: 0;
	height: 40px;
	background: #FFF;
	padding: 0 10px;
	border-radius: 2px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}

.image-upload {
	float:left;
	width: 100%;
}

.image-upload label {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}


.upload-thumb {
	float: left;
	width: 100px;
	position: relative;
}

.upload-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.upload-btn-wrapper {
	position: absolute;
	top: 0;
	width: 100px;
	height: 75px;
}

.btn {
	float: left;
	position: relative;
	border:0;
	color: gray;
	width: 100px;
	height: 75px;
	font-size: 20px;
	font-weight: bold;
	background: none;
	display: none;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100px;
	height: 75px;
	cursor: pointer;
}

.upload-thumb a {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}

.image-upload p {
	float: left;
	width: 70%;
	padding-left: 20px;
	font-size: 12px;
	color: #FFF;	
	font-style: italic;
	line-height: 18px;
}

.sign-up-button {
	float: left;
	width: 100%;
	height: 40px;
	background: #0070c0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 700;
	padding: 0 0;
}

.sign-up-button:hover {
	background: #0070c0;
}

.sign-up-footer {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.sign-up-footer h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFF;
}

.sign-up-footer h3 {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 22px;
}

.sign-up-footer h3 a {
	font-size: 22px;
	color: #93cddd;
	text-decoration: underline;
}

.upload-cv {
	float: left;
	width: 120px;
}

.upload-cv .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 120px;
}

.upload-cv .btn {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 120px;
  height: 40px;
}

.upload-cv .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  width: 120px;
  height: 40px;
}

.sign-up-dropdown {
	float: left;
	width: 100%;
}

.sign-up-landing {
	float: left;
	width: 100%;
	min-height: calc(100vh - 72px);
}

.business-signup-landing {
	float: left;
	width: 50%;
	height: calc(100vh - 140px);
	background: url(../images/business-landing.jpg) no-repeat;
	position: relative;
}

.professional-signup-landing {
	float: left;
	width: 50%;
	height: calc(100vh - 140px);
	background: url(../images/professional-landing.jpg) no-repeat;
	position: relative;
}

.signup-landing-container {
	position: absolute;
	top: 50%;
	left: 50%;
	webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 400px;
}

.signup-landing-container h2 {
	float: left;
	width: 100%;
	font-size: 36px;
	color: #FFF;
}

.signup-landing-container h3 {
	display: inline-block;
	font-size: 36px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 48px;
}

.signup-landing-container h3 span {
	float: left;
	margin-right: 20px;
	width: 48px;
}

.signup-landing-container h3 p {
	float: left;
}

.sign-up-landing-footer {
	float: left;
	width: 100%;
	text-align: center;
}

.sign-up-landing-footer h2 {
	font-size: 26px;
	color: #000;
	padding: 10px 0;

}

.sign-up-landing-footer h2 a {
	color: #0070c0;
	font-weight: 700;
}

@media (max-width: 767px) {
.sign-up-landing {
	float: left;
	width: 100%;
	min-height: calc(100vh - 72px);
}

.business-signup-landing {
	float: left;
	width: 100%;
	height:50vh;
	background: url(../images/business-landing.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.professional-signup-landing {
	float: left;
	width: 100%;
	height:50vh;
	background: url(../images/professional-landing.jpg) no-repeat center;
	position: relative;
	background-size: cover;
}

.signup-landing-container {
	width: 300px;
}

.signup-landing-container h2 {
	float: left;
	width: 100%;
	font-size: 26px;
	color: #FFF;
}

.signup-landing-container h3 {
	font-size: 26px;
	line-height: 36px;
}

.signup-landing-container h3 span {
	width: 36px;
}

.signup-landing-container h3 p {
	float: left;
}

.sign-up-landing-footer {
	float: left;
	width: 100%;
	text-align: center;
}

.sign-up-landing-footer h2 {
	font-size: 14px;
	color: #000;
	padding: 10px 0;

}

.sign-up-landing-footer h2 a {
	color: #0070c0;
	font-weight: 700;
}

.container {
	width: 330px;
}
}