/* PAGE LOGIN */
.container-login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;

	position: fixed;
	top: 50%;
	right: 5%;
	left: auto;
	transform: translateY(-50%);
	flex-shrink: 0;
	margin: 0;

	background: #ffffff 0 0 no-repeat padding-box;
	box-shadow: 0 2px 4px #00000033;
	padding: 20px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	
	width: 384px;
  	min-height: 393px;
  
}

.container-login > form {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	width: 315px;
}