span.error {
    background-color: #fff0f0;
    color: #000 !important;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 10px;
}
#any_name{
    display:none;
}
.action_text{
    display:block;
    width:100%;
    color:#fff;
    border-bottom:1px solid #fff;
    font-size: 1.5rem;
}
.any_text{
    display:none;
}
p.attention_text {
    border-left: 3px #ec1923 solid;
    margin: 20px 0px;
    padding: 13px 15px;
    background: rgb(255 218 219);
    word-spacing: 5px;
    line-height: 1.5pc;
    font-size: 16px;
}
p.attention_text i {
    font-size: 24px;
    color: #ec1923;
}
.form-group.checked a{
    color: #fff;
}
input:checked + label.option:before{
    content: '';
    background: url(/images/icons/icon.png) no-repeat #fff 50%;
    padding-top: 1px;
    top: 4px;
    width: 17px;
    height: 15px;
    margin-right: 5px;
}
@media only screen and (max-width:458px) and (min-width:0px) {
    p.attention_text {
        font-size: 13px;
        max-width: 300px;
    }
}