.card.card-md{    
    width: 50%!important;
    margin: 0 auto;
}
.card-md > .card-body, .card-md > .card-body p {
    background: #e1e1e1!important;
    border: #e1e1e1 !important;
}
.card.card-md .card-body .col-md-5 {    
    width: 70%!important;
    margin: 0 auto!important;
}

.ltheme-message {
    position: fixed;
    bottom: 3em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    left: 39%;
    width: 20%;
    font-size: .8em;
}
.ltheme-faleconosco span {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: .3em;
}
.ltheme-esqueci-senha a{
    color:#fff;

}

.login-name-selected,
.login-password-selected {  
  font-size: 12px;
  color: #ffc107!important;
  transition: all 0.6s ease;
  top: 0 !important;
  left: 0 !important;
}
input#login_name, input#login_password {
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}
.form-control:focus {
    box-shadow: none !important;
}
