.login-page{
 	background: rgb(2,0,69);
	background: linear-gradient(90deg, rgb(2,0,69) 0%, rgba(184,0,0,1) 35%);   
 }
.register-page{
    background: rgb(192,192,204);
	background: linear-gradient(90deg, rgba(192,192,204,1) 0%, rgba(141,198,63,1) 35%);
}
