/* PAGE LOGIN */
.container-login {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
	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;
}