body, html {
    height: 100%;
}

.container-fluid {
    height: 100%;
}

.json_data {
    height: 500px;
}

.customer-login {
    border: none;
    background: #932444;
}

.circle-red {
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: white;
}

.circle-green {
    width: 16px;
    height: 16px;
    background: lawngreen;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: white;
}