﻿#MPI_Login
{
	margin: 0 auto 0 auto;
	max-width: 700px;
}

	#MPI_Login .col-md-12
	{
		margin: 20px 0 0 0;
	}

	#MPI_Login .Logo
	{
		margin: 50px auto 50px auto;
		padding: 0 20px;
		display: block;
        width:400px;
	}

	#MPI_Login > div > label
	{
		float: left;
		margin-top: 10px;
	}

	#MPI_Login .Btn_Standard
	{
		margin: 0 5px 25px 50px;
		float: left;
	}

/* Animazione */
@media (min-height: 500px) and (max-height: 700px)
{
	#MPI_Login section
	{
		-webkit-animation: box-animation 1s ease-out;
		-o-animation: box-animation 1s ease-out;
		animation: box-animation 1s ease-out;
		-webkit-animation: box-animation 1s ease-out 1s ease-in;
		-moz-animation: box-animation 1s ease-out 1s ease-in;
		-ms-animation: box-animation 1s ease-out 1s ease-in;
		-o-animation: box-animation 1s ease-out 1s ease-in;
		animation: box-animation 1s ease-out 1s ease-in;
	}
}

@media (min-height: 700px)
{
	#MPI_Login section
	{
		-webkit-animation: box-animation 1s ease-out;
		-o-animation: box-animation 1s ease-out;
		animation: box-animation 1s ease-out;
		-webkit-animation: box-animation 1s ease-out 1s ease-in;
		-moz-animation: box-animation 1s ease-out 1s ease-in;
		-ms-animation: box-animation 1s ease-out 1s ease-in;
		-o-animation: box-animation 1s ease-out 1s ease-in;
		animation: box-animation 1s ease-out 1s ease-in;
	}
}
