
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('images/bg/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

img.logo {
    height: 80px;
    margin-bottom: 20px;
}

.screwfix-login-client-logo {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 20px;
    height: 40px;
}

.screwfix-login-idl-logo {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
}

.screwfix-login-langs {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 20px;
}

.screwfix-login-langs ul {
    list-style: none;
}

.screwfix-login-langs ul li {
    display: inline;
}

.screwfix-login-langs ul li a {
    text-decoration: none;
}

input.form-control {
    background: none;
    color: #FFF;
}

input.form-control:focus {
    background: none;
    color: #FFF;
}

.btn-login {
    background: none;
    color: #0053A0;
    border: 1px solid #FFF;
    letter-spacing: 4px;
    font-weight: bold;
}

.btn-login i {
    color: #EE161F;
    transform: rotate(-90deg);
    transition: transform .8s ease-in-out;
}

.btn-login:hover {
    color: #0053A0;
    background-color: #FFF;
}

.btn-login:hover i {
    transform: rotate(0deg);
}