* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
}

.lockscreen {
	background: linear-gradient(90deg, #234974, #4aac90 );		
}