.mb-24 {
    margin-bottom: 24px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-24 {
    margin-top: 24px;
}

.hidden {
    display: none;
}

#successful {
    font-size: 42px;
    text-align: center;
    margin-top: 3em;
}

.font-32 {
    font-size: 32px;
}

.font-2 {
    font-size: 2em;
}

.font-13 {
    font-size: 13px;
}

input.has-error {
    border-color: #d9534f !important;
    box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}

.text-danger {
    color: #d9534f !important;
}

form .form-control {
    min-height: 34px;
    height: 34px;
    font-size: 14px;
}

form select.form-control:not([size]):not([multiple]) {
    height: 34px;
    font-size: 14px;
}

.btn.disabled, .btn:disabled {
    color: #969696;
    opacity: 1;
    cursor: not-allowed;
}
