html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e6e7ee !important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;

  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}
.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .checkbox.mb-3 {
    display: none !important;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(22, 101, 247, 0.69);
}
#login_submit {

}

#login_submit:hover {
  box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff!important;
  background-color: #e6e7ee!important;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.0rem !important;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.logo_border
{
  display: inline-grid;
  width: 93px;
  height: 93px;
}

.footer {
padding: 1rem 0.5rem; }
@media (min-width: 992px) {
.footer {
padding: 1rem 1.5rem; } }
.footer ul {
margin-bottom: 0 !important; }
