
body {
    background-image: url('images/bg/bg1.jpg');
    background-size: cover;
}

.bl-coty-login-coty-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 75px;
}

.bl-coty-login-langs {
    position: absolute;
    top: 10px;
    right: 20px;
}

.bl-coty-login-langs ul {
    list-style: none;
}

.bl-coty-login-langs ul li {
    display: inline;
}

.bl-coty-login-langs ul li a {
    text-decoration: none;
}

.bl-coty-login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.5);
    padding: 10px 10px 0px 10px;
    border-radius: 10px;
}

.bl-coty-login-idl-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 100px;
}
