@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 0.85;
        -webkit-transform: scale(1);
    }
}

html {
    background: url(images/bg.jpg) no-repeat center top #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    margin: 0px;
    border: none;
    padding: 0px;
    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: 11pt;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNqU0LENAAAMwjDG/H9xX6hZQQGxbQ2U+Akkaeo5x0MJKamLfjwBBgBucgCR6wHkGAAAAABJRU5ErkJggg==) repeat top left;
}

div#sds-login-dialog-form {
    -webkit-animation: intro 1s ease-in-out;
    width: 445px;
    opacity: 0.85;
    margin: 10% auto;
    background-image: linear-gradient(top, #FFF 50%, #EEE 50%);
    background-image: -o-linear-gradient(top, #FFF 50%, #EEE 50%);
    background-image: -moz-linear-gradient(top, #FFF 50%, #EEE 50%);
    background-image: -webkit-linear-gradient(top, #FFF 50%, #EEE 50%);
    background-image: -ms-linear-gradient(top, #FFF 50%, #EEE 50%);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#FFF), to(#EEE) );
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 3px 5px 20px #333;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

div#sds-login-dialog-form:hover {
    opacity: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

div#sds-login-dialog-form form {
    padding: 20px;
    margin: 0px;
}

form#login-form p {
    position: relative;
    width: 80%;
    height: 30px;
    margin: 15px auto;
}

form#login-form p input {
    margin: 0px;
    width: 200px;
    color: #555;
    outline: none;
    font-size: 10pt;
    background: #fff;
    padding: 5px 5px 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

form#login-form p.username input {
    padding-left: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNpi/P//PwM9ABMDnQDdLGJBF6itraXY0ObmZsIWEQD2QOwNxB+BeDEQPyLbR3hAJhBPQ+KXArEtEF+mZhwJAfEENDF+IJ5D7cSgC8RsWMSNqW3RFxzir6ltkRwOcU5osFLNovVAfASL+BQgfkftDDsdS3BOp0XyXgbEEkCcD42bAiB+SguLQHHRB8Ww+AHh79QKOlBJsBGI3wLxZyDeBcRngPgbED8H4slArEWJRSAfbIFiP6gYDxC7IuUfUKbNAeJLQFxHjkUSUM3eRAYrMxA3AvFqUi0CuVyajIJbl9TEcAeIGYdkxcc42mYY9BYBBBgAjrIr5xkEScgAAAAASUVORK5CYII=) no-repeat left center #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

form#login-form p.username input:hover, form#login-form p.username input:focus {
    padding-left: 30px;
    color: #479deb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAN5JREFUeNpi/P//PwM9ABMDnQDdLGJBF2BkZKTYUGzRwUKiGfZA7A3EH4F4MRA/Isl2ZIwHZIKUI+EPQKxLjJlgc4m0SAiIf6JZBMInqW2RPRZLQPgPsRYRm+q+4BB/Te3kLYdDnBMarFRNDIexBF0LteMIBKLQLPkMxNK0sAgEioD4IRCfAWIbYkOJVIuEsMQPJzUtApUEG5GCaxfUR7BMOxmItSixCOSDLTjyD7b8VEeORRJA/IRIS5DxalIzLA+uFEUA6OKSYESPF1pVEwNX8dGqDTH82gx0swggwAAPqV4n2GIHngAAAABJRU5ErkJggg==) no-repeat left center #fff;
    border: 1px solid #479deb;
    box-shadow: 0px 0px 15px #479deb;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

form#login-form p.passwd input {
    padding-left: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPtJREFUeNpi+v//PwM9MBMDnQDdLGJBF6itraWKwc3NzQPjI0os0gXi7UD8FogvAXEpEDMTHXREAi0gPgPEbFD+LyBuB2J1IE6hpo8mIFnyHYiVgLgMiJOhjqCaRcZIbE4gngy1BARsqBl094FYCImfjMR+Ry0feQDxUxwG3gHirdSwCGRJGhYfgcBNIA6CxhlFQQez5BEQ5wPxQSDOAmIDIH4BxMdxWUKKRdgs8YQafI1aGRbZElBwFSNZQn5Zh8eSBCAWoEURhB5cO6haekOBBLTsugzNI/JQC6leqIJS0WtoLq+h1BJCcRRBzWqCEVSfD6uqfPhZBBBgAJfUgUwu2ZXgAAAAAElFTkSuQmCC) no-repeat left center #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

form#login-form p.passwd input:hover, form#login-form p.passwd input:focus {
    padding-left: 30px;
    color: #479deb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/P//PwM9ABMDnQDdLGJBFzAxMaGKwWfOnBl6QacLxNuB+C0QXwLiUiBmJjroiARaoNABYjYo/xcQtwOxOhCnUNNHE5As+Q7ESkBcBsTJUEdQzSJjJDYnEE+GWgICNtQMuvtALITET0Ziv6OWjzyA+CkOA+8A8VZqWASyJA2Lj0DgJhAHQeOMoqCDWfIIiPOB+CAQZwGxARC/AOLjuCwhxSJslnhCDb5GrQyLbAkouIqRLCG/rMNjSQIQC9CiCEIPrh1ULb2hQAJadl2G5hF5qIVUL1RBqeg1NJfXUGoJoTiKoGY1wTjaZhj0FgEEGACCqjaWkM4dtgAAAABJRU5ErkJggg==) no-repeat left center #fff;
    border: 1px solid #479deb;
    box-shadow: 0px 0px 15px #479deb;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

form#login-form p input#login_submit, form#login-form p input[type='checkbox'] {
    margin: 0px;
    font-size: 10pt;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

form#login-form p input[type='checkbox'] {
    padding: 0px;
    width: auto;
    cursor: pointer;
}

form#login-form p.checkbox label {
    font-size: 9pt;
    color: #555;
    cursor: pointer;
    text-shadow: 1px 1px 0px #fff;
}

form#login-form p.checkbox label:hover, form#login-form p.checkbox label:active,
form#login-form p.checkbox label:focus {
    color: #479deb;
}

form#login-form p.login {
    width: 70%;
}

form#login-form p.login input#login_submit {
    width: 100px;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0px #245a8d;
    background-image: linear-gradient(top, #479deb 50%, #3478b8 50%);
    background-image: -o-linear-gradient(top, #479deb 50%, #3478b8 50%);
    background-image: -moz-linear-gradient(top, #479deb 50%, #3478b8 50%);
    background-image: -webkit-linear-gradient(top, #479deb 50%, #3478b8 50%);
    background-image: -ms-linear-gradient(top, #479deb 50%, #3478b8 50%);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#479deb), to(#3478b8) );
    border: 1px solid #245a8d;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

form#login-form p.login input#login_submit:hover, form#login-form p.login input#login_submit:active,
form#login-form p.login input#login_submit:focus {
    color: #245a8d;
    text-shadow: 1px 1px 0px #49a1f0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

