.rendered-form {
    margin-bottom: 25px;
    font-family: Calibri, sans-serif !important;
    font-size: 14.6667px !important;
}

form {
    padding: 25px;
    width: 700px;
    margin: auto;
    text-align: left;
    max-width: 100%;
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
}

.form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.rendered-form .btn {
    text-shadow: none;
    border: none;
    background: #000;
    color: #fff;
    min-width: 150px;
}

.container {
    text-align: center;
}

.success_message,
.no_action_msg {
    display: none;
}

h2 span {
    font-size: 16px;
}

.formbuilder-signature canvas {
    display: block;
    border: 1px solid grey;
}

.alert-success {
    color: #3c763d;
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    background-color: #dff0d8;
    border-color: #b2dba1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.text-success {
    color: #3c763d;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
