body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: blue;
    background: url(/img/carbon01.jpg) no-repeat center center fixed;
    background-size: cover;
    color:chocolate;
    padding: 1px 0 0 1px;

}

#content{
    margin: auto;
    width: 30%;
}

.panel-body{
    color: chocolate;
    font-size: 1.5em;
    background-color: unset;
}

.textbox-label{
    width: 30%;
}

.textbox .textbox-text{
    font-size: 1em;
    vertical-align: middle;
}

.panel-header, .panel-body {
    border-style: none;
}

hr{ color: tomato;

}
.center{
    text-align: center;
}

.l-btn-text {
    font-size: 1em;
}