.search-warranty .title-h2{
    color: #1f3a93;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
#warranty-form{
    margin-top: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#warranty-form .btn-submit{
    display: block;
    padding: 13px 30px;
    color: #fff;
    background: #1F3A93;
    cursor: pointer;
    width: 144px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 19px;
    margin: 0
}
#warranty-form .input-wrap{
    width: calc(100% - 144px);
}
#warranty-form input{
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    margin: 0;
    line-height: 19px;
    height: auto;
}