body{
    background: #403F41;
}

#wrapper{
    height: 400px;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    text-align: center;
}

#ispyLogo{
    display: block;
    width: 231px;
    height: 117px;
    text-indent: -8000px;
    background: url(../img/ispy_logo.png) no-repeat center center;
    background-color: #ffffff;
    margin: 30px auto;
}

#loginForm{
    background: #FFFFFF;
    padding: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
}

#loginForm h3{
    color: #4AABD0;
    margin-bottom: 25px;
}

#loginError{
    margin: 20px 0 0 0;
    padding: 10px 0;
}

#latchLogo{
    display: block;
    width: 110px;
    height: 31px;
    text-indent: -8000px;
    background: url(../img/latchLogo.png) no-repeat top left;
}