html{
    height:100%;
    background: linear-gradient(0deg, white, gray 250%) no-repeat;
}     

form {
    text-align: left;
}

form h3 {
    text-align: center;
}

#contentPanel {
    margin: auto;
    width: 950px;
    padding: 0px;

    border-radius: 10px;
    background-color: white;

    border: 1px solid rgb(204, 204, 204); 
    box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);    
}

#formBox {
    border-radius: 10px;
    margin-left: 3%; 
    border: 2px solid rgb(126, 147, 218);
    text-align: center;
    background-color: white;
    float: left;
    padding: 0 5% 0 3%;
}

#footer {
    text-align: center; 
    color: #0F407F;
}

#loginBtn {
    text-align: center;
}

#band {
    margin-left: 0%;
    margin-top: 50px;
    margin-right: 0px;
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(41,137,216,0.23) 69%, rgba(94,167,226,0.17) 74%, rgba(125,185,232,0.17) 77%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(41,137,216,0.23) 69%,rgba(94,167,226,0.17) 74%,rgba(125,185,232,0.17) 77%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(41,137,216,0.23) 69%,rgba(94,167,226,0.17) 74%,rgba(125,185,232,0.17) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2b7db9e8',GradientType=1 );    
}

#errorMsg{
    font-size: 0.9em;
}