@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
	font-family: 'Poppins', sans-serif;
  font-size: 14px;
	font-weight: 400;
  color: #1a1319;
}
a {
	color: #a51b80;
}
input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
  background-color: #0c406d;      
	border: 1px #0c406d solid;
  border-radius: 2em;

	cursor: pointer;
	color: #ffffff;
	
	font-size: 18/16 * 1em;
	line-height: 24 /28 * 1em;
	margin-bottom: 6/18 * 1em;

  line-height: 1.35em;
	font-weight: normal;
	margin: 0 auto;
  min-height: 0;
  outline: 0px none transparent;
  padding: 0.75em;
	text-align: center;
}	
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color: #a51b80;
}
#frm-login label {
	width: 150px;
}
	