@import url(//use.fontawesome.com/releases/v5.14.0/css/all.css);

html,
body {
  height: 100%;
  /* background-color: #fff; */
}

body {
  color: #384141;
}

#msgContainer {
  display: none;
}

#msgContainer .msgbox {
  position: absolute;
  width: 60%;
  bottom: 15px;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
}

.form-control {
  height: 40px;
}

.form-control:focus {
  border: 1px solid #9c2a2d;
  box-shadow: none;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background-image: url("../img/login-bckgd2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

.cover-container {

  margin-right: auto;
  margin-left: auto;

}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.masthead img {
  margin-top: 30px;
  width: 143px !important;
  height: 127px !important;
}


.top-buffer1 {
  padding-bottom: 10px;
}

.top-buffer2 {
  padding-bottom: 20px;
}

.top-buffer3 {
  padding-bottom: 30px;
}

.top-buffer4 {
  padding-bottom: 40px;
}

.logo {
  width: 150px;
}

/*
 * Cover
 */

.cover {
  padding: 0;
  background-color: #fff !important;
  /* -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
          box-shadow: 0 0 3px rgba(0,0,0,.1); */
  border-radius: 8px;
}

.imageContainer {
  padding: 0;
  overflow: hidden;
}

.imageContainer img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

.imageContainer:hover img {
  transform: scale(1.1);
}



/*
 * Affix and center
 */

@media (min-width: 768px) {

  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }

  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {

  .masthead,
  .cover-container {
    width: 1000px;
  }


}

.btn-primary {
  color: #ffffff;
  background-color: #9c2a2d !important;
  border-color: #9c2a2d !important;
  border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #9c2a2d !important;
  border-color: #9c2a2d !important;
}