/*
 * Template Name: Login 1 Template
 * Author: @vitatemplates
*/

/* -- Login Section -- */
section.login {
	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.login:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
section.login input {
	border-color: #e4e4e4;
	font-size: .9rem;
}
section.login .keep-signed-in, section.login .forgot-password {
	font-size: .9rem;
}
section.login p {
	color: #949494;
}
section.login .loginbox {
	-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=login-1.css.map */
