:root {
    --theme-color: rgb(252, 169, 163, 1);
    --theme-transparent: rgba(252, 169, 163, 0.8);
    --theme-highlight: rgba(252, 169, 163, 0.3);
    --theme-shadow: rgba(252, 169, 163, 0.32);
    --theme-link: rgba(252, 169, 163, 1);
}


.login form img  {
	max-width: 100%;
	object-fit: contain;
}