/**
 * Login page
 * @author	CLARANET
 */
#login_form {
	min-height: 100vh;
}

#login_image {
	/*background-image: url('https://res.cloudinary.com/mhmd/image/upload/v1555917661/art-colorful-contemporary-2047905_dxtao7.jpg');*/
	background-size		: cover;
	background-position	: center center;
}

#logo_full {
	position: absolute;
	bottom	: 1vw;
	left	: 1vw;
	height	: 3.72vw;
}