/* -------------------------- Box Login -----------------------------------------------------------------------------*/

input {
	/* black-light */
	color: #020202;
}

box-float.top-center {
	position: fixed;
	top: 9%;
	left: 9%;
	right: 9%;
	bottom: 17%;
}

box-float.top-center.box-float-small {
	
	top: 24%;
	left: 31%;
	right: 31%;
	bottom: 48%;
}

box-float.top-center.box-float-small.box-float-small-large {
	
	bottom: 28%;
}

/* ----------------------- Responsive ------------------------ */
	
	/* ----------- Especial ----------- */
	@media (max-width: 1120px) {

		box-float.top-center{

			top: 4%;
			bottom: initial;
			text-align: center;
		}
	}
	/* ----------- XS ----------- */
	@media (max-width: 768px) {

	}
	/* ----------- XS ----------- */
	@media (max-width: 768px) {

	}

	/* ----------- MD ----------- */
	@media (min-width: 992px) {

	}

	/* ----------- LG ----------- */
	@media (min-width: 1200px) { 

	}


/* -------------------------- Box Login -------------------------------------------------------------------------*/
