.field-error {
    border: 2px solid #e74c3c !important;
    background-color: #fdf3f2 !important;
}
ul.field-error {
    border: 2px solid #e74c3c !important;
    border-radius: 4px;
    padding: 8px 12px !important;
    background-color: #fdf3f2 !important;
}
.error-msg {
    display: block;
    color: #e74c3c;
    font-size: 0.82em;
    margin-top: 3px;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .floating-tag{
        border-radius: 14px !important;
        top: -32px !important;
        right: -26px !important;
    }
    .floating-tag img{
        width: 82px;
    }
}

@media (max-width: 498px) {
    .floating-tag{
        top: -38px !important;
        right: -12px !important;
        transform: rotate(1deg) !important;
    }

}