/* Change background color and font family */

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../files/login-bg.jpg);
    font-family: Raleway, Open Sans, sans-serif;
}


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

.login h1 a {
    background-image: url(https://www.skiwebshop.nl/media/logo/stores/1/logo.png);
    background-position: center;
    background-color: white;
    padding: 10px 100px 10px 10px;
    margin: auto;
    width: 213px;
    height: 80px;
    background-size: 80%;
}


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

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background-color: white;
    border: 0px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.login label {
    color: #454545;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
    background-color: rgba(201, 76, 76, 0);
}

.login form .input {
    font-weight: normal;
    background-color: rgba(201, 76, 76, 0);
}

.login #backtoblog a,
.login #nav a {
    color: #F78E1E;
    border: none;
}

.wp-core-ui .button-primary {
    background: #F78E1E;
    border: none;
}