body {  
  background: rgb(218,41,28);
  background: linear-gradient(90deg, rgba(218,41,28,1) 0%, rgba(239,74,129,1) 50%, rgba(0,60,113,1) 100%); 
}

#cLoginForm{
	width: 300px;
	height: 100px;
	 
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;

	margin: auto;
}