/* Online index_type_a.css */
body {
    background: url("../../images/bg_2.jpg") no-repeat center fixed; 
	background-size: cover;
}

.section-form-login {
	width: 350px;
	position: absolute;
/* 	top: 25%;
	left: 35%; */
	background-color: rgba(102, 153, 255, 0.9);
	-webkit-border-radius: 15px;
	color: white;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	top: 25%;
	left: 0;
	right: 0;
}
