@charset "UTF-8";

#content-alert .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

#content-alert .alert-warning {
    color: #664d03;
    background-color: #fff3cd;
}

#content-alert .alert {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 1rem 0 1rem;
    font-size: 2rem;
    text-align: center;
    cursor: pointer;
}

#content-alert .alert:after {
    position: absolute;
    display: block;
    content: '×';
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 20px;
}

.error-sendmail {
    color: #f00;
    font-weight: bold;
    margin-top: 12px;
}