.full-video-wider {
	width: auto !important;
}
.flagmaxheight {
	max-height:34px !important;
	max-width:34px !important;	
}
#login .login-cont {
	animation:mymove .6s 0ms forwards;
	-webkit-animation: mymove .6s 0ms forwards;
}
.logomax {
	max-height:40px !important;
}
.logomax2 {
	max-height:100px !important;
	max-width: 350px !important;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}