body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}

body { background: #dbd4c5;}

a { color: #a87e24 !important; }

.user_card {
    width: 373px;
    margin-top: 40px;
    margin-bottom: auto;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.form_container {
    margin-top: 20px;
}

#form-title {
    color: #bcb89c;
    margin: 30px 10px 18px 10px;
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.2rem;
}

.login_btn {
    width: 100%;
    background: #a87e24;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.input-group-text {
    background: #a87e24 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.ftr {
    text-align: center;
}

#messages {
    background-color: grey;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.site-logo {
    line-height: 0;
    padding: 2px 10px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .user_card {
    width: 80%;
    margin: 2em 0;
  }
  form {
    width: 80%;
  }
  footer.container{
    font-size: small;
  }
  h3 {
    font-size: xx-large;
  }

}
.login_img {
    width: 65%;
}