body{
    background-color:#004b84;
    height: 100%;
}

#login-wrapper {
    min-height:100%;
    position:relative;
}

#login-header {
    height: 192px;
    background-color: white;
    text-align: center;
    padding-top: 10px;
}

#login-content {
    padding-bottom: 320px;
}

#login-content h1 {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 300;
    margin: 60px 0 30px;
}

#login-content .input-group-addon {
    border: none;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: #00a1e1;
}

#login-content .form-control {
    border-radius: 0;
    border: none;
    background-color: white;
}

#login-content .btn-block {
    border-radius: 0;
    color: white;
    background-color: #00a1e1;
    font-size: 16px;
    padding: 5px 0;
}

#login-footer {
    text-align: center;
    height: 260px;
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
}
