body {
    background-color: #ecf0f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    width: 750px;
}

.glyphicon {
    font-size: 18px;
}

.glyphicon-check {
    color: #008000;
}

.glyphicon-remove {
    color: #dd0000;
}

.callout h4 {
    color: #FFFFFF;
}

ul {
    list-style: none;
}

#system_details ul li {
    margin-top: 20px;
    display: none;
    font-size: 18px;
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    z-index: 1;
    display: none;
}

.form-control {
    border-radius: 0;
}

label {
    font-weight: 500;
}

textarea {
    resize: none;
}

.login-logo {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    background: #007196;
    padding: 20px;
    color: #FFFFFF;
    margin-top: 30px;
}

.callout {
    padding: 10px 5px 5px 5px;
}

.spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../images/cubes_loader.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
}

.form-group.has-error label {
    color: #dd4b39;
}