*{
	font-family: 'Manrope', sans-serif;
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
}

#__vue_app {
	height: 100%;
}

._lowercase {
	text-transform: lowercase;
}

h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
  }
  
  .grecaptcha-badge:hover {
	width: 256px !important;
  }

