/*
Modifico logo en login
 */

body.login {
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.login h1 a {
  background-image: url('../../images/Logo-AMMD-150x150-alpha.png');
  background-repeat: no-repeat;
  background-size: 192px;
  height: 192px;
  width: 192px;
}
#login {
    width: 320px;
    padding: 2% 0 0;
    margin: auto;
}
.login form {
    margin-top: 0px;
}    
#nfw_login_msg    
{
    display: none;
}
