
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('images/bg/bg.jpg');
    background-size: cover;
    /*background-repeat: no-repeat;
    background-position-y: bottom;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));*/
}

img.logo {
    height: 60px;
    margin-bottom: 40px;
}

.abinbev-login-client-logo {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 20px;
    height: 40px;
}

.abinbev-login-idl-logo {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
}

.abinbev-login-langs {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 20px;
}

.abinbev-login-langs ul {
    list-style: none;
}

.abinbev-login-langs ul li {
    display: inline;
}

.abinbev-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: #F49C00;
    border: 1px solid #FFF;
    letter-spacing: 4px;
    font-weight: bold;
}

.btn-login:hover {
    color: #F49C00;
    background-color: #FFF;
}
