@charset "utf-8";
/* CSS Document */

* {
    font-family: "Raleway", san-serif;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 18px;
}

body, html {
    height: 100%;
    margin: 0;
    background: #000;
}

img {
    vertical-align: middle;
    margin: 10px;
}

.wrapper {
    background: url("../images/spedometer-bg.jpg");
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-wrapper {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.webshop-logo img {
    width: 100%;
    max-width: 500px;
}

.parts-plus-badges img {
    width: 100%;
    max-width: 300px;
}

.login-wrapper {
    display: inline-block;
    position: relative;
}

.input-icon {
    position: relative;
}

.login-form input + i {
    position: absolute;
    color: #fff;
    top: 1px;
    left: 0;
    padding: 11px 15px;
    font-size: 26px;
    border-radius: 4px 0 0 4px;
}

.login-form input {
    display: block;
    border: 0;
    height: 50px;
    width: 100%;
    margin: 10px auto;
    border-radius: 4px;
    font-size: 22px;
    background-color: transparent;
    border-bottom: solid 1px #fff;
    color: #fff;
}

    .login-form input[type="text"] {
        padding-left: 60px;
        margin-top: 70px;
    }

        .login-form input[type="text"]:focus, .login-form input[type="password"]:focus {
            border-bottom: 0;
        }

    .login-form input[type="password"] {
        padding-left: 60px;
    }

    .login-form input[type="text"]:before {
        content: "\f007";
    }

    .login-form input[type="submit"] {
        color: #fff;
        cursor: pointer;
        border: 0;
        margin-top: 50px;
        font-weight: 800;
    }

    .login-form input[type="checkbox"] {
        display: inline-block;
        height: 25px;
        width: 25px;
        vertical-align: middle;
        margin-right: 20px;
        position: relative;
        top: -1px;
    }

.login-form .forgot-pass {
    display: inline-block;
    margin-left: 50px;
}

    .login-form .forgot-pass a {
        color: #10a0c6;
        text-decoration: none;
    }

.login-form .checkbox {
    color: #fefefe;
    text-align: center;
}

.bottom-wrapper {
    display: inline-block;
    color: #fefefe;
    width: 100%;
    max-width: 700px;
    text-align: left;
    padding: 20px;
    background: rgba(0,0,0,.5);
    margin-left: 50px;
    vertical-align: top;
}

#cookieConsent {
    background-color: #10a0c6;
    color: white;
    padding: .5em 1em .5em 1em;
    overflow: hidden;
}

    #cookieConsent p {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 14px;
        margin: 0;
        width: 90%;
    }

    #cookieConsent button {
        float: right;
        border-radius: 50%;
        background: #fff;
        border: 0;
        padding: 5px 10px;
        cursor: pointer;
    }

.hidden {
    display: none;
}

/* WebShop Styles */
#webshop .login-form input:focus + i {
    color: #10a0c6;
}

#webshop .login-form input[type="text"]:focus,
#webshop .login-form input[type="password"]:focus {
    outline-color: #10a0c6;
}

#webshop .login-form input[type="submit"] {
    background: #10a0c6;
}

#webshop .login-form input[type="checkbox"]:checked + label {
    color: #10a0c6;
}

/* PartsPlus Styles */
#partsplus .login-form input:focus + i {
    color: #ff8200;
}

#partsplus .login-form input[type="text"]:focus,
#partsplus .login-form input[type="password"]:focus {
    outline-color: #ff8200;
}

#partsplus .login-form input[type="submit"] {
    background: #ff8200;
}

#partsplus .login-form input[type="checkbox"]:checked + label {
    color: #ff8200;
}

@media screen and (max-width:1260px) {
    .inner-wrapper {
        top: unset;
        transform: unset;
        padding: 50px 20px;
    }

    .bottom-wrapper {
        margin-left: 0;
    }

        .bottom-wrapper p img {
            width: 100%;
            max-width: 300px;
        }

    .login-wrapper {
        background: rgba(0,0,0,.5);
    }

    .login-form .forgot-pass {
        margin-left: 0;
    }
}
