
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('images/bg/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

img.logo {
    height: 80px;
    margin-bottom: 20px;
}

.bouygues-login-client-logo {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 20px;
    height: 40px;
}

.bouygues-login-idl-logo {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
}

.bouygues-login-langs {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 20px;
}

.bouygues-login-langs ul {
    list-style: none;
}

.bouygues-login-langs ul li {
    display: inline;
}

.bouygues-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 {
    padding: 10px 15px;
    border: 1px solid #FFF;
    letter-spacing: 2px;
    font-weight: bold;
    background: linear-gradient(to right, #00e287, #19cec2);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.btn-login:hover {
    color: #FFF;
    background: linear-gradient(to right, #00e287, #19cec2);
    background-size: 100%;
    -webkit-background-clip: initial;
    -moz-background-clip: initial;
    -webkit-text-fill-color: #FFF;
    -moz-text-fill-color: #FFF;
}
