/*
 * Template Name: Signup 2 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-9.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 3rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.intro ul {
	position: relative;
}
/* -- signup Section -- */
section.signup {
	padding: 5rem 0;
}
section.signup input {
	border-color: #e4e4e4;
	font-size: .9rem;
}
section.signup .signup-icon {
	border: 1px solid #e4e4e4;
}
section.signup .conditions, section.signup .newsletter {
	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);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
section.signup .signup-blocks i {
	font-size: 2.3rem;
}
section.signup .signup-blocks p {
	color: #555;
	font-size: .9rem;
}
section.signup .signup-blocks .subtitle {
	font-size: 0.9rem;
	color: #888;
}

/*# sourceMappingURL=signup-2.css.map */
