
#code_input {
  border: 1px solid #eaeaea;
  border-radius: 7px;
  padding: 0 20px;
  height: 50px;
  outline: none;
  text-transform: uppercase;
  flex: 1;
  padding-right: 65px;
  background-color: #fff;
}

#code_input-btn {
  position: absolute;
  right: 1px;
  top: 7px;
  border: none;
  background-color: transparent;
  height: 36px;
  width: 55px;
  padding: 0;
  font-size: 18px;
  color: #0f4f8e;
  background-color: #fff;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
}

@media screen and (max-width: 575px) {
  .st-news-letter-form {
    display: block;
  }
  .st-news-letter-form #code_input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}




div.alertbox:has(input[type="checkbox"].border-danger) {

  color: #FF0000;
}