@import url('./lib/jquery.jgrowl.min.css');
.af-message-success {
    background-color: #00ad00 !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    line-height: 1.2;
    opacity: 1 !important;
}
.af-message-error {
    background-color: #c71818 !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    line-height: 1.2;
    opacity: 1 !important;
}
.af-message-info {
    background-color: #00ad00 !important;
    border-radius: 2px !important;
    font-size: 15px !important;
    line-height: 1.2;
    opacity: 1 !important;
}
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: brown;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}