.login_panel {
  position: absolute;
  z-index: 2;
  width: 94%;
  height: auto;
  /*text-align: center;*/
  left: 3%;
  background-color: rgba(255, 255, 255, .85);
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .85) 50%, transparent 100%);*/
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  padding: 1rem .5rem;
  top: 12%;
  /*border-top:3px solid #cd0000;*/
}

.login_panel h1 {
  font-size:22px;
  margin-bottom:1.5rem;
}

.login_panel label i {
  color:#cd0000;
  margin-right:.5rem;
}
.login_panel img {
  margin:1rem auto;
  margin-bottom:2rem;
  width: 180px;
  position: relative;
  display: block;
}
.login_panel a {
  color:#337ab7 !important;
  text-decoration: none;
  font-size:15px;
}

.login_panel a:hover {
  color:#23527c !important;
  text-decoration: underline;
}

footer {
  background-color: rgb(255 255 255 / 85%);
  backdrop-filter: blur(5px);
  position: fixed;
  bottom:0;
  z-index:1;
  padding:.5rem;
  min-height:54px;
  width:100%;
}
footer .row .col-md-4:first-child {
  display:flex;
  align-items: center;
  padding-left:1rem;
  height:calc(57px - 1rem);
}

footer .row .col-md-4:first-child h1 {
  font-size:14px;
  margin-bottom:0;
  margin-top:3px;
}

footer .row .col-md-4:nth-child(2) {
  display:flex;
  align-items: center;
  position: absolute;
  justify-content: flex-end;
  top: .23rem;
}

footer .row .col-md-4:last-child img {
  position: absolute;
  width: 60px;
  bottom: 3rem;
  right: .5rem;
  filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(2%) hue-rotate(314deg) brightness(110%) contrast(99%);
  animation-delay:.5s;
  z-index:3;
}

form {
  margin:0;
  margin-bottom:1rem;
}

.contact-logo {
  text-align: center;
  margin-left:0;
}

.contact-logo a, .contact-content .contact-logo a {
  color:#333;
  border:1px solid #333;
}

.input-group-text {
  height:100%;
}

@media only screen and (min-width: 768px) {
  footer .row .col-md-4:nth-child(2) {
    position: relative;
    justify-content: center;
    top: auto;
  }

  .login_panel {
    padding: 1.5rem;
    text-align:left;
    width: 33.33333333%;
    height:auto;
    top: calc(50% - 320px);
    left: calc(50% - 16.7%);
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .9) 60%, transparent 100%);*/
  }

  .login_panel h1 {
    font-size:24px;
  }
  footer .row .col-md-4:first-child h1 {
    font-size:16px;
  }
}