body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #990033;
}

a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
}

a:hover {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #eab13e;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: black;
    width: 300px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    border-color: #fff;
    border-style: solid;
}
}
form {
  max-width: 100%;
  min-width: 100%;
  height: auto;   
  background-position: top center;
      background-size: contain;
  
}
.img-responsive {
  display: block;
  max-width: 90%;
  height: auto;
}
.error_container {
    width: 40%;
    background: white;
    color: red;
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 10;
    padding: 2%;
    border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    border-color: red;
    border-style: double;
}

.btn-success {
  color: #eab13e;
  background-color: #990033;
  border-color: #fff;
}

.btn-success:hover {
    background-color: green; /* Green */
    color: #fff;
        border-color: #fff;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  text-align: center;
}

