/*
 * Template Name: Signup 1 Template
 * Author: @vitatemplates
*/

/* -- signup Section -- */
section.signup {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-4.jpg);
	padding: 7rem 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
section.signup:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
section.signup input {
	border-color: #e4e4e4;
	font-size: .9rem;
}
section.signup .conditions {
	font-size: .9rem;
}
section.signup p {
	color: #949494;
}
section.signup .signupbox {
	-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=signup-1.css.map */
