/* Change background image and font family */

body {
    font-family: Arial, Verdana, sans-serif;
}


/* Change Width and Height of Logo Image + Add Custom Image File */

.login h1 a {
    background-size: 123px !important;
    height: 170px !important;
    width: 100% !important;
}


/* Add a few changes to the color and style of form itself */

.login label {
    color: #F27242;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
}

.login form .input {
    font-weight: normal;
}

.login #backtoblog a,
.login #nav a {
    color: #F27242;
}

.wp-core-ui .button-primary {
    background: #F27242;
}