.autentificare {
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0 10px RGBA(0,0,0,.25);
}

.autentificare form {
	display: flex;
	flex-direction: column;
}

.autentificare form label {
	align-self: flex-end;
}

.videosize {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%; 
    height:100vh;
}