.card {
  border-radius: 10px;
  background-color: #ffffff;
}

.input-style,
input {
  border: 2px solid #0C875C;
  border-radius: .75rem;
  padding: .375rem .75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  /*width: 26rem;*/
  height: 4rem;
  color: #6a6b6d;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /*margin-bottom: 20px;*/
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
}

.or-divider:nth-child(2) {
  width: 55%;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid rgba(12, 135, 76, 0.3);
  margin: 0 10px;
}

h3 {
  color: #0C875C;
  font-weight: bold;
  font-size: x-large;
  font-style: italic;
}

h4 {
  color: #0C875C;
  font-weight: bold;
  font-size: large;
  font-style: italic;
}

h5 {
  font-weight: bold;
  font-size: medium;
  color: #0C875C;
}


.submit-btn {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  border: none;
  max-width: 26rem;
  width: 80%;
  background-color: gray;
  cursor: pointer;
}

.feedback-message {
  border: 3px solid #BC1060;
  border-radius: 10px;
  /*margin-left: 150px;*/
  padding: 15px;
  margin-top: 15px;
  display: none;
  font-family: Arial, sans-serif;
  text-align: left;
}

.feedback-message strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  width: 100%;
}

.feedback-message button {
  background-color: #BC1060;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  width: 60%;
  font-weight: bold;
}

.feedback-message button:hover {
  background-color: rgb(119, 35, 35);
}

.just-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
