div.Complet{
	position: relative;

	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.0);

	/*Flexbox*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-flow: column wrap;
	
	justify-content: center;
	align-items: center;

}

div.Complet::before{
	content: '';
	position: fixed;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100vh;

	z-index: -5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('/IMG/Login/login1.jpg');

	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
}

div.Complet section{
	/*Flexbox*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-flow: column wrap;
	
	justify-content: center;
	align-items: center;

	z-index: 10;
}

div.Complet section.login{
	width: 500px;
	height: 500px;
	min-height: 500px;
	padding: 25px;
	border-radius: 15px;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;

	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition   : 0.5s ease-in-out 0s;
	-o-transition     : 0.5s ease-in-out 0s;
}

div.Complet section.Mini{
	left: -40%!important;
}

div.Complet section.login svg{
	left: 100%;
}

div.Complet section.Resetlogin{
	position: absolute;
	bottom: 0px;
	right: -40%;

	width: 40%;
	height: 50vh;
	background-color: rgba(0,0,0,.7);

	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition   : 0.5s ease-in-out 0s;
	-o-transition     : 0.5s ease-in-out 0s;
}

div.Complet section.hidden{
	overflow: hidden;
	width: 0px;
}

div.Complet section.Resetlogin svg{
	right: 100%;
}

div.Complet section.Extd{
	right: 0%!important;

	width: 50%!important;
	height: 100vh!important;
}

div.Complet section.login div,
div.Complet section.Resetlogin div.ON{
	width: 80%;

	/*Flexbox*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-flow: column wrap;
	
	justify-content: space-between;
	align-items: center;
}

div.Complet section.Resetlogin div.Out{
	overflow: hidden;
	width: 0%;
	height: 0px;
}

div.Complet section.Resetlogin div.ON p.title{
	text-align: center;
	color: #DDD;
	font-size: 1.3em;
	font-weight: lighter;
	font-family: 'Josefin Sans','Open Sans';
}

div.Complet section.Resetlogin div.ON div.box input[type=text]{
	width: 70%;
	padding: 10px;
	border-radius: 5px;
	border: 0px;

	color: #333;
	font-size: 1em;
	font-weight: lighter;
	font-family: 'Josefin Sans','Open Sans';
}

div.Complet section.Resetlogin div.ON div.box input[type=submit]{
	margin-top: 15px;

	width: 50%;
	padding: 10px;
	border-radius: 5px;
	border: 0px;
	background-color: #00BC3C;

	color: #FFF;
	font-size: 1em;
	font-weight: lighter;
	font-family: 'Josefin Sans','Open Sans';
}

div.Complet section.Resetlogin div.ON a{
	color: #FFF;
	font-size: 1em;
	font-weight: lighter;
	font-family: 'Josefin Sans','Open Sans';
}

div.Complet section.login div div.box,
div.Complet section.Resetlogin div.ON div.box{
	width: 100%;
	max-height: 100vh;

	/*Flexbox*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-flow: column wrap;
	
	justify-content: space-between;
	align-items: center;

	-webkit-transition: 0.5s ease-in-out 0s;
	-moz-transition   : 0.5s ease-in-out 0s;
	-o-transition     : 0.5s ease-in-out 0s;
}

div.Complet section.login div div.img{
	width: 100%;
	height: 250px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/IMG/Manager.svg');
}

div.Complet section.login div div.box.hidden{
	max-height: 0px;
	overflow: hidden;
}

div.Complet section.login div div.box input,
div.Complet section.login div div.box button{
	width: 90%;
	padding: 5px 10px;
	margin: 10px;
	border: 1px solid #FFF;
	background-color: rgba(0,0,0,.3);
	border-radius: 5px;

	color: #FFF;
	font-size: 1em;
}

div.Complet section.login div div.box input::placeholder{
	color: rgba(255, 255, 255 ,.4);
}

div.Complet section.login div div.box input.Error{
	border: 1px solid rgb(255, 49, 49);
}

div.Complet section.login div div.box p{
	margin: 0px;
	padding: 0px;
	
	color: #DDD;
	font-size: 1.3em;
	text-align: center;
	font-weight: lighter;
}

div.Complet section.login div div.box button{
	width: 80%;

	background-color: #13A834;
	border: 0px;
}

div.Complet section.login div div.box a{
	color: #FFF;
}

div.Complet section.Resetlogin div div.box a{
	text-decoration: none;
	color: #FFF;
	font-size: 1em;
	font-weight: lighter;
	font-family: 'Josefin Sans','Open Sans';
}


a.Box-powerBy{
	position: absolute;
	top: 0px;
	left: calc(50% - 75px);

	display: block;
	width: 150px;
	height: 50px;
	background-color: rgba(0,0,0,.0);
	border-radius: 0 0 10px 10px;
	padding: 8px 0 0 0;

	text-decoration: none;
	text-align: center;
	color: #DDD;
}

a.Box-powerBy span.img{
	display: block;
	width: 80%;
	height: 30px;
	margin: 0 10% 0 10%;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('/IMG/pemex.svg');
}

div.copy{
	position: fixed;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.8);
	color: #DDD;

	/*Flexbox*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-flow: column wrap;
	
	justify-content: center;
	align-items: center;
	text-align: center;
}

div.copy p{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: lighter;
}


/*=================================================================================
//                                                                                 
//  #####    #####   ####  #####    #####   ##     ##   ####  ##  ##   ##  #####   
//  ##  ##   ##     ##     ##  ##  ##   ##  ####   ##  ##     ##  ##   ##  ##      
//  #####    #####   ###   #####   ##   ##  ##  ## ##   ###   ##  ##   ##  #####   
//  ##  ##   ##        ##  ##      ##   ##  ##    ###     ##  ##   ## ##   ##      
//  ##   ##  #####  ####   ##       #####   ##     ##  ####   ##    ###    #####   
//                                                                                 
//===============================================================================*/


@media screen and (max-width:610px){
	div.Complet section.login{
		width: 100%;
		height: 100vh;
		padding: 0px;
		border-radius: 0px;
		background-color: rgba(0,0,0,.8);
		overflow: hidden;
	}

	div.Complet section.login div.login{
		min-height: 350px;
	}

	a.Box-powerBy,
	div.copy {
		z-index: 100;
	}
}