@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat&display=swap');

html {
  box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: .03125em;
	text-decoration: inherit;
	text-transform: inherit;
	font-family: Lato,sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background: url("background-12.jpg");
	background-size: 256px;
	margin: 0;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

.mdc-icon-button.big-button {
	font-size: 48px;
	height: 72px;
	width: 72px;
}

.grecaptcha-badge { 
	visibility: hidden; 
}

h5 {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
}