.form-horizontal {
    margin: 0 auto;
}

h3 {
    margin-bottom: 35px;
}

button {
    margin-top: 15px;
}

.errorlist {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.modal-content h3 {
    margin: -17px;
    background: #6B7C85;
    padding: 40px 0;
    margin-bottom: 40px;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.26), 0 2px 1px rgba(0, 0, 0, 0.11), inset 0 -1px rgba(0, 0, 0, 0.14);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modal-content h3 p {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #D9E2E7;
}

form label {
    font-weight: bold;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    font-size: 12px;
}

footer {
    color: #FFF;
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    opacity: 0.5;
    font-size: 12px;
    z-index: 9999;
}
