.sign-body {
	padding: 0;
	margin: 0;

	width: 100%;
	/*height: 100vh;*/
	min-height:100vh;
}

.sign-body .col-md-7,.sign-body .col-md-5 {
	/*margin: 0;*/
	padding: 0;
}

.left-sec, .right-sec {
	background-image: url('../imgs/bg-sign.jpg');
	background-attachment: fixed;
	background-position: 20%;
	background-size: cover;
	position: relative;

	width: 100%;
	/*height: 100vh;*/
	min-height:100vh;
}

.form {
	padding: 0 50px;
}

.left-sec-cont, .right-sec-cont {
	position: relative;
	z-index: 1;
	/*height: 100vh;*/
	min-height:100vh;
}

.left-sec-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*height: 100vh;*/
	min-height:100vh;
	background-color: rgba(67,84,14,0.85);
	z-index: 0;
}

.quote {
	position: absolute;
	max-width: 70%;
	color: white !important;
	font-weight: 200;
	left: 50px;
	bottom: 20px;
	width: 70%;
}
.quoteauth {
	font-size: 24px;
}

.right-sec-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: white;
	width: 100%;
	/*height: 100vh;*/
	/*min-height:100vh;*/
	z-index: 0;
}




/*sign - form*/


sign-form {
	padding: 10px 50px;
}
.form-group {
	margin: 20px 0;
}
.sign-form .h2 {
	margin-left: 0px !important;
}

/*.sign-form label {
	font-weight: 500;
}

.sign-form input[type="text"],.sign-form input[type="email"],.sign-form input[type="password"] {
	background: #f5f5f5;
	padding: 20px 10px;
	font-size: 18px;
	color: rgba(67,84,14,0.85);
}
.sign-form input[type="text"]:focus,.sign-form input[type="email"]:focus,.sign-form input[type="password"]:focus {
	background-color: white;
}*/

input[name="signupform"],input[name="signinform"],input[name="forgotpass"] {
	float: left;
	margin-right: 10px;
}

p.p {
	margin: 2px;
}

#remember {
	float: left;
	width: auto;
	height: auto;
	margin-right: 5px;
}


.logo{
	margin:0 auto;
	width: 45%;
}

.logo img {
    width: 100%;
}

