body {
    background-color: #006699;
}
.actionHeading h3 {
    color: #fff;
    text-align: center;
}
.form-group {
    margin-bottom: 20px;
}
.buttonHolder button {
    width: 100%;
}
.btn-green {
    border: 0;
    background-color: #0faa01;
    color: #fff;
}
.btn-green:hover {
    background-color: #15c505 !important;
    color: #fff;
}
.btn-red {
    border: 0;
    background-color: #c90000;
    color: #fff;
}
.btn-red:hover {
    background-color: #e20505 !important;
    color: #fff;
}
.disabled {
    background-color: #ccc !important;
}
.form-note {
    font-size: 14px;
    font-style: italic;
}
.form-display {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    background-color: #e4e4e4;
}
.form-info {
    margin-bottom: 40px;
}
.form-error {
    margin-bottom: 20px;
    color: red;
}
