.btn,
.btn-sm{
    display: block;
    clear: both;
    margin:0;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    background:#5bb543;
    border-radius: 5px;
    padding:0 20px;
    text-align: center;
    border:0;
    outline:0;
    text-decoration: none;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance:none;
    user-select: none;
    transition: all 0.2s ease-out;
}

.btn-sm{
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding:0 12px;
}

.blue-btn{
    background: #005da4;
}

.arrow-btn{
    background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='8px' viewBox='0 0 12 12' enable-background='new 0 0 12 12' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' transform='rotate(270 6,6)' d='M6.926,6.67l4.744-4.744c0.44-0.44,0.44-1.155,0-1.596c-0.441-0.441-1.155-0.441-1.596,0L6,4.404 L1.926,0.331c-0.441-0.441-1.155-0.441-1.596,0c-0.441,0.44-0.441,1.155,0,1.596L5.074,6.67C5.074,6.67,5.929,7.667,6.926,6.67z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size:16px auto;
    padding-right: 40px;
}

.border-btn{
    border: 2px solid #fff;
    line-height: 38px;
}

.btn-sm.border-btn{
    line-height: 35px;
}

.btn-sm.arrow-btn{
    background-position: right 6px center;
    padding-right: 32px;
}