
body {
    background: none;
    background: url('images/misc/fingerprints.png') #FFF;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
}


.affinity-login-overlay {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(238, 115, 37, 0.95), rgba(238, 115, 37, 0.8))
}

.affinity-login-idl-logo {
    z-index: 100;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 75px;
    z-index: 10;
}

img.affinity-login-dog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

div.affinity-login-form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*width: 300px;*/
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px rgba(40,40,40,0.4);
    padding: 20px 60px;
    border-radius: 10px;
    z-index: 10;
}


div.affinity-login-form div.logo {
    margin-bottom: 30px;
    text-align: center;
}

div.affinity-login-form div.logo img {
    width: 150px;
    text-align: center;
}

.affinity-login-langs {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 20px;
}

.affinity-login-langs ul {
    list-style: none;
}

.affinity-login-langs ul li {
    display: inline;
}

.affinity-login-langs ul li a {
    text-decoration: none;
}

.btn-login {
    background: none;
    color: rgba(238, 115, 37, 1);
    border: 1px solid rgba(238, 115, 37, 1);
}

.btn-login:hover {
    color: #FFF !important;
    background-color: rgba(238, 115, 37, 1);
    border-color: rgba(238, 115, 37, 1);
}


.btn-login:active {
    border-color: #000;
    box-shadow: 0 1px 1px rgba(246,212,139,0.4) inset, 0 0 8px rgba(246,212,139,0.4);
}

.form-control:focus {
    border-color: #000;
    box-shadow: 0 1px 1px rgba(246,212,139,0.4) inset, 0 0 8px rgba(246,212,139,0.4);
}
