@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}
body {
  background-image: url("../img/bg-registration-form-2.jpg");
  font-family: "Muli-Regular";
}

.btn-primary {
  background-color: #8d1328;
  border: #8d1328;
}
.btn-primary:hover {
  background-color: #bb2b22;
  border: #bb2b22;
}

.content-box {
  margin-bottom: 2em;
}

.content-box h3 {
  text-transform: capitalize;
}

.header {
  text-align: center;
  padding: 3em 0 0 0;
  font-family: "Pacifico", cursive;
  margin-bottom: 3em;
}
.header h1 {
  font-size: 3em;
  color: #8d1328;
}
.header a {
  text-decoration: none;
}

.login {
  padding: 2em;
  width: 850px;
  margin: auto;
  /* box-shadow: 1px 1px 20px .2px; */
  box-shadow: 1px 1px 28px 0px rgba(0, 0, 0, 0.5);
}
.login h3 {
  margin-left: 15px;
  padding-bottom: 20px;
}

.input {
  /* margin: 0 0 20px 0; */
  padding: 1em;
  border-radius: 20px;
  background: #f2f2f2;
  border-radius: 5rem;
  font-size: 13px;
  height: 40px;
  color: #62717a;
  font-family: "Muli-Regular";
}

.form-group {
  margin-bottom: 0.5rem;
}

.form-header {
  color: #8d1328;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.input:focus {
  outline: none;
  border: 1.4px solid #8d1328;
  /* background: none; */
}

label {
  font-size: 13px;
}

.login-page label:not(:first-child) {
  margin-top: 1em;
}

textarea.form-control {
  background: #f2f2f2;
}

textarea.form-control:focus {
  background: #f2f2f2;
  border: 1.4px solid #8d1328;
}

.btn-login {
  width: 60%;
  margin: 1em 0 0 5em;
  border-radius: 20px;
  background-color: #8d1328;
  border: none;
  color: #fff;
  transition: all;
}

.btn-login:hover {
  color: #fff;
  border-radius: 20px;
  background-color: #bb2b22;
}

ul {
  list-style: none;
  padding: 2em 0 0;
  font-size: 13px;
}

ul a {
  color: #8d1328;
}

.logo-register {
  width: 100px;
  margin-top: 2em;
}

/** Select dropdown **/
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  height: 35px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #ced4da;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); */
  border-radius: 20px;
}

.dropdown:focus {
  outline: none;
}

.dropdown:before,
.dropdown:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  padding-left: 10px;
  /* height: 28px; */
  height: 32px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}

.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  background: #444;
  /* Fallback for IE 8 */
}

.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}

.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

/** End Select dropdown **/
.error-message {
  font-size: 12px;
  /* color: #8D1328; */
  color: red;
}

.success-box {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.6);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 2em;
}

.img-box {
  display: block;
  text-align: center;
}

.img-box img {
  width: 150px;
}

.content {
  text-align: center;
  padding: 2em 0;
}

.content h2 {
  font-size: 23px;
  color: #8d1328;
}

.btn-outline-secondary {
  border-color: #8d1328;
  color: #8d1328;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #8d1328;
}

.crumb-wrap {
  height: 40px;
}

/* Date picker selectors */
.datepicker table tr td,
.datepicker table tr th {
  font-size: 12px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.reset-box {
  width: 60%;
  text-align: left;
  margin: auto;
}
.reset-box input {
  margin: 0 0 10px 0;
}

.modal {
  margin-top: 10em;
}

@media (max-width: 991px) {
  .inner {
    min-width: 768px;
  }

  .login {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner {
    min-width: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .login {
    width: 90%;
  }

  .btn-login {
    margin: 1em 0 0 4em;
  }
}