.submit_form
{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    width: 146px;
    height: 23px;
    margin-left: auto;
    padding: 0 14px;
    transition: background .2s linear;
    /* vertical-align: top; */
    border-radius: 20px;
    background: rgb(227, 30, 36);
    box-shadow: 0 1px 6px 0 rgba(227, 30, 36, .5);
}

.submit_form:hover
{
    background: #c70006;
}
