body {
    background: #000;
    margin: 1em 0 0 0;
}

.label {
    color: #FFF;
    margin: 0 0 0.5em;
}

input {
    margin: 0 0 0.5em;
}

#response_text {
    color: #fff;
    font-size: 30px;
    text-align: left;
}

#response_balance{
    color: #fff;
    font-size: 30px;
    text-align: left;
}

.result_text {
    color: #fff;
    text-align: center;
}

#response_error {
    color: #FFF;
    text-align: center;
}

#checkBalance {
    border-style: solid;
    border-color: white;
    color: white;
    border-radius: 0;
    background: black;
    height: 3em;
    width: 5em;
    text-transform: uppercase;
}

.input_box {
    height: 3em;   
}
}