@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
}
* {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12pt;
  padding: 0;
  color: #273640;
}

html {
  scroll-behavior: smooth;
}

.content {
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
}

h2 {
  font-size: 20pt;
  line-height: 28px;
  color: #cc0000;
  margin: 20px 0 0;
}

.submit-button {
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #cc0000;
  color: white;
  margin: 20px 0;
  width: 100%;
}
.submit-button:hover {
  background-color: #aa0000;
  cursor: pointer;
}

hr {
  width: 100%;
  max-width: 300px;
  float: left;
  border: 0.5px solid #273640;
  margin-top: 10px;
}

.form-input {
  border-radius: 5px;
  border: 1px solid #BFCAD3;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
}
.form-input:hover {
  border: 1px solid #9EADBA;
}

.captcha {
  margin-top: 20px;
  float: left;
}

.content h1.yellow {
  padding: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: #F5BE5D;
  border-style: none;
}
.content h1.yellow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: x-large;
}
.content h1.fail {
  padding: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: #E73644;
  border-style: none;
}
.content h1.fail i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: x-large;
}
.content h1.done {
  padding: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: #36BF7F;
  border-style: none;
}
.content h1.done i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: x-large;
}

.end {
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
