@charset "utf-8";

/* ----------------------------
       input error
-------------------------------*/
@media screen and (min-width: 900px) {
    .formItem{vertical-align:top;}
    .convbox_col_two .inputError {
        position: relative;
        bottom: -5px;
        left: 0px;
        background: #fff;
        border: solid 2px #db6363;
        border-radius: 4px;
        font-size: 12px;
        line-height: 1em;
        width: 170px;
        margin-bottom: -25px;
    }

    .inputError h3 {
        background: #db6363;
        color: #fff;
        padding: 3px 5px;
        font-size: 12px;
        margin-bottom: 0;
    }

    #convbox_col_two .inputError p {
        color: #000;
        padding: 5px;
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 1em;
        letter-spacing: 0;
        margin:0;
    }

    /* .select-wrap.is--active {
        border: 3px solid #478ba1;
        animation: blink 1.3s infinite;
        border-radius: 10px;
    } */

    @keyframes blink {
        50%{
            border: 3px solid rgb(5, 39, 175);
        }
    }
}