* {
  font-family: 'Roboto', 'sans-serif';
}

body {
	overflow: hidden;
	background-image: url('../img/c24b91710d4f9603c8f762f90fa5116fa56db0968d6ff80bb788fad59dab4e92.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

h1
, h2
, h3 {
  font-weight: 100;
}

h3
, h4 {
	font-weight: 300;
}

html, body {
  height: 100%;
}

iframe#ifrm {
  display: none!important;
}

label.error {
  color: var(--orange);
  font-size: small;
  position: fixed;
}

input {
  -webkit-box-shadow: 0 0 0px 9999px white inset !important;
}

.input-group-text {
  background-color: #fff;
  border-right-color: #fff;
}

.input-group .form-control {
  border-left-color: transparent;
}