/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {

/* 10.LOGIN */

#login::before {
	content: "";
	background-color: rgb(0, 107, 150);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	opacity: 0.5;
}
#login::after {
	z-index: -2;   
}
