body.login{
	background: #cecece;
}

#login {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    align-items: center; 
}

.login h1 a {
    /* background-image: url(images/w-logo-blue.png?ver=20131202); */
    background-image: none,url(http://www.cartoriodurval.com.br/wp-content/uploads/sites/6/2016/07/logo_cdb_transparent1.png);
    /* -webkit-background-size: 84px; */
    background-size: 133px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 100%;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

.login h1 {
    text-align: center;
}
