html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #3d3b3b;
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: url('/HelveticaLTPro-Light.woff2') format('woff2');
}

a {
  color: #3d3b3b;
  text-decoration: none;
}

a:visited {
  color: #3d3b3b;
}

a:hover {
  color: #6ac8d9;
  text-decoration: none;
  transition: color 0.4s ease 0s;
}

a.selected {
  color: #f0913f;
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input[type='range'] {
  height: 0;
}

input[type='text'],
input[type='email'] {
  margin: 10px;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  padding: 8px;
  border: 3px solid rgba(61, 59, 59, 1);
  width: 480px;
}

input[type='text']:focus {
  border-radius: 0;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.fd-red {
  color: #f0913f;
}

.fd-beige {
  background-color: #faf0d9;
}

p,
span {
  font-family: Helvetica;
  font-weight: normal;
}

label {
  font-size: 14px;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 18px;
  margin: 5px 0;
}

h5 {
  font-size: 16px;
}

.firebaseui-text {
  text-align: left;
}

hr.separator {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  border-top: 2px solid rgba(61, 59, 59, 0.3);
}

hr.separator.dashed {
  border-top: 4px dashed rgba(61, 59, 59, 0.3);
}

hr.separator.double {
  border-top-width: 4px;
}
