#footer {
  font-size: 14px;
  background: #440000;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(234, 79, 79, 0.251);
  outline: none;
}

.form-check-input:focus {
  border-color: #cc0000;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(234, 79, 79, 0.251);
}

.form-check-input:checked {
  background-color: #cc0000;
  border-color: #cc0000;
}

.h-custom {
  height: calc(100% - 69px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

.btn-login,
.btn-login:focus {
  border: 1px solid #cc0000;
  background: #cc0000;
  padding: 8px 24px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.btn-login:hover,
.btn-login:focus:hover {
  color: #fff;
  background: #ee2222;
  border: 1px solid #ee2222;

}

.content {
  border: 1px solid #ccc;
  padding: 15px;
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin: 100px auto;
}

.input {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  outline: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  width: 343px;
}

.captcha-wrap {
  position: relative;
}

#CaptchaImageCode {
  text-align: center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn {
  background: url('../img/refresh.png') left top no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  border: 0px;
  outline: none;
  position: absolute;
  bottom: 30px;
  left: 310px;
  cursor: pointer;
}

.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

.error {
  color: red;
  display: none;
}