.field-title{
    border-bottom-color: #FF7900;
}

.contact-person-block li:first-child{
    display: flex;
}

.contact-person-block li:first-child div{
    width: 100%;
}

.contact-person-block .right-side > div{
    margin-bottom: 30px;
}

.button-group{
    text-align: center;
    margin-top: 50px;
}

.verify-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

#reverification-code-btn,
.reciprocal-block{
    display: none;
}

/* error msg */
#alert-error-block{
    display: flex;
    align-items: center;
    background-color: #FCF0D6;
    border-radius: 5px;
    padding: 15px;
    display: none;
}

.warn-title{
    font-weight: bold;
}

#alert-error-block ol{
    list-style: auto;
    margin-left: 15px;
}

#alert-error-block ol li{
    margin: 5px 0;
}

.warn-icon{
    width: 30px;
    margin-right: 30px;
}

@media (max-width:768px) {
    .contact-person-block li:first-child{
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .field-frame{
        width: -webkit-fill-available;
    }

    #alert-error-block{
        flex-direction: column;
    }

    .warn-icon{
        margin-right: unset;
        margin-bottom: 15px;
    }
}