* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  src: url("../library/fonts/GoogleSans-Regular.ttf");
}

input {
  background-color: #d3d3d3 !important;
}

.container {
  padding: 1rem 0 0 0;
  margin-top: 5%;
}

h5 {
  margin: 2rem 0 2rem 0;
  color: #b53471;
  font-size: 38px;
  font-weight: 600;
  font-family: "Google Sans";
}

.headline {
  font-size: 22px;
  font-family: "Google Sans";
}

.input-field {
  margin: 1rem 0 0 0;
}

.submit_btn {
  display: inline-block;
  width: 50%;
  height: 40px;
  border: 2px solid #262626;
  margin: 1rem 0 0 0;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.submit_btn:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.submit_btn:focus {
  background-color: transparent;
}

.error_alert {
  background: rgba(188, 28, 64, 0.8);
  color: #ffffff;
  font-weight: 450 !important;
}

.success_alert {
  background: rgba(28, 188, 49, 0.8);
  color: #ffffff;
  font-weight: 450 !important;
}

.input_error {
  border: 2px solid #bc1c40 !important;
}

.footer_line {
  margin: 2rem 0 15% 0;
  text-align: center;
  display: block;
  font-weight: 600;
  font-family: "Google Sans";
}

.instruction {
  margin-top: 10px;
  font-family: "Google Sans";
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 18px;
  }
  .submit_btn {
    width: 100%;
  }
  .instruction {
    text-align: left !important;
  }
}
