body {
    margin: 0;
    padding: 0;
    color: #BDBDBD !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0A0B0C !important;
}
#wallpaper {
    position: fixed;
    z-index: -9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s ease-in;
    opacity: 0;
}
body,#wallpaper {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#login {
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

#form h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16pt;
    color: white;
}

#form {
    position: absolute;
    width: 290px;
    height: 190px;
    top: 5px;
    left: 5px;
    padding: 10px;
}
#rememberme {
    float: left;
}
#form div {
    margin-bottom: 15px;
}
#form .controls {
    float: right;
    opacity: 0.9;
    margin-top: 5px;
}
#form .input-group  {
    opacity: 0.9;
}

#formbg {
    position: absolute;
    width: 290px;
    height: 190px;
    top: 5px;
    left: 5px;
    background: black;
    border-radius: 4px;
    opacity: 0.8;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#shadow {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,1);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

#background {
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.05;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    color: #F3F3F3;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:focus + .cr {
    border: 1px solid #2D6DA4 !important;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

#fake_emby { display: none; }