
body {
    background-image: linear-gradient(rgba(40, 40, 40, 0.9), rgba(40, 40, 40, 0.8)), url('images/bg/bg.jpg');
    background-size: cover;
    background-position: center center;
    /*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: 100px;
    margin-bottom: 40px;
}

.stst-login-client-logo {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 20px;
    height: 100px;
}

.stst-login-idl-logo {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
}

.stst-login-langs {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 20px;
}

.stst-login-langs ul {
    list-style: none;
}

.stst-login-langs ul li {
    display: inline;
}

.stst-login-langs ul li a {
    text-decoration: none;
}

input.form-control {
    background: transparent;
    color: #FFF;
    border:1px solid #FFF;;
}

input.form-control::placeholder {
    color: #CCC;
}

input.form-control:focus {
    background: none;
    border:1px solid #FFF;;
    box-shadow: 0px 0px 4px rgba(255,255,255,0.6) inset, 0px 0px 8px rgba(255,255,255,0.6);
    color: #FFF;
}

.btn-login {
    border: 1px solid #FFF;
    letter-spacing: 4px;
    font-weight: bold;
    color: #FFF !important;
    background-color: transparent;
}

.btn-login:hover {
    box-shadow: 0px 0px 4px rgba(255,255,255,0.6) inset, 0px 0px 8px rgba(255,255,255,0.6);
}
