#horizon {
    text-align: center;
    width: 100%;
    display: block;
}

#content {
    width: 100%;
    display: block;
    text-align: center;
    display: inline-block;
}

body {
    background-color: #010c28;
    background-color: #000;
}

#login {
    color: #FFFFFF;
}

.error {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #993333;
    padding: 5px;
}

.subTitleText {
    position: absolute;
    top: 105px;
    left: 190px;
    text-align: left;
    /*text-shadow: 2px 2px 2px #FFF;*/
    font-family: helvetica, arial, sans-serif;
    color: #b3c3f3;
    color: rgba(118,155,218,0.7);
    color: rgba(198,210,246,0.7);
    color: rgba(77,126,245,0.7);
    font-weight: 600;
    font-size: 20px;
}

.locationText {
    color: #FFF;
    position: absolute;
    top: 450px;
    left: 170px;
    line-height: 18px;
    text-align: left;
}

.homePageGraphic {
    margin-top: 60px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 900px;
    height: 506px;
    background-image: url("/images/NetAssessment_WebGraphic_250312_RGB.jpg");
    background-size: cover;
}
