.login h1 a {
    background-image: url('https://analisis.filesreports.com.ar/wp-content/uploads/2018/07/files-report-logo.svg');
    height: 42px;
    width: 128px;
    background-size: 100%;
}
.login form {
    box-shadow: none;
}
.login input[type="text"], .login input[type="password"] {
    border: 1px solid #343434;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    padding: 7px 10px;
    color:#343434;
}
.login label {
    font-size: 12px;
    color: #8e8e8e;
    padding-bottom: 8px;
}
.button.button-primary#wp-submit {
    background-color: #803135;
    border: 0px solid #000;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 300;
    padding: 3px 17px;
    height: auto;
}
p#backtoblog {
  display: none;
}
