.mensaje-error,
.mensaje-ok
{
    display: none;
}
.preloader
{
    display: none;
}
.login-content h1
{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.boton-volver-panel
{
    color: #fff;
    font-size: 14px;
}
.boton-volver-panel:hover
{
    color: #fff;
}
.login-content
{
    background: #d1cfd1 url('/imagenes/panel/fondo.png') center bottom no-repeat !important;
    
}
#loginPanel .btn-float,
#recuperarClave .boton-recuperar
{
    background: #355492;
}
.input-group-addon i.fa
{
    color: #3d5d80;
}
.lc-block h1
{
    background: url('/imagenes/panel/h1.panel.jpg') 54px 0 no-repeat;
    color: #333;
    margin-bottom: 10px;
    padding: 15px 0 0 104px;
    text-align: left;
    height: 40px;
    width: 100%;
}
.lc-block 
{
    background: #fff;
    vertical-align: top !important;
    margin-top: 50px;
}
.lcb-form
{
    border: none !important;
    padding: 0 !important;
    margin: 0 auto;
    position: relative;
    width: 80%;
    box-shadow: none;
}
.lcb-form .input-group
{
    position: relative;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}
.lcb-form .form-control
{
    border: solid 1px #e1e5f1;
    height: 40px;
    padding: 10px 20px 10px 50px;
    width: 100%;
}
.lcb-form .input-group-addon
{
    background: #f5f6fa;
    display: block;
    height: 40px;
    left: 0;
    padding-top: 12px;
    position: absolute;
    top: 10px;
    width: 40px;
}
.lcb-form .input-group-addon .fa
{
    color: #8691a4;
}
.lcb-navigation a
{
    color: #077ae1 !important;
}
.lc-block:not(.lc-block-alt) .btn-login
{
    right: -80px;
}
.text-left
{
    font-size: 16px;
    padding-top: 20px;
}
@media (max-width: 768px) {
  .lc-block:not(.lc-block-alt) .btn-login
  {
      top: auto;
    right: -0px;
    bottom: -50px;
    border-radius: 2px;
  }
}