.modal-header,
.modal-body {
    font-family: "Open Sans", sans-serif;
    padding: 1rem 1.5rem;
}
.modal-body {
    padding: 0 1.5rem 1rem;
}
.modal-header {
    display: block;
    text-align: center;
    border-bottom: 0;
}
.modal-header h5 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 100;
}
.modal-header p {
    font-weight: 400;
    font-size: 14px;
}
#notifyModal .modal-header p {
    margin: 1em 0 0;
}
.modal-body label {
    margin: 2px 0 0;
    font-size: 15px;
}
#notifyModal .modal-body input[type="text"] {
    box-shadow: none;
    border: none;
    background: #f7f7f7;
    border-radius: 0;
    padding: .5em 1em;
    color: #1e1e1e;
}
#notifyModal .modal-body input[type="text"].error {
    background-color: #ffe7e7;
}
#notifyModal .modal-body select {
    border: 0;
    color: #1e1e1e;
}
.modal-footer {
    padding: 0 1.5rem 1rem;
    border-top: none;
    justify-content: flex-start;
}
.content-holder .text-holder p.success {
    background: #e7ffe7;
    padding: 1rem;
    margin: 0;
}
.content-holder .text-holder p.success strong {
    display: block;
}
