
.boton-contenedor {
    display: grid;
    align-items: center;
}

.cash-btn.-md {
    -moz-border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 45px;
}

.cash-btn.-secondary {
    background-color: white;
}

.cash-btn .btn-text, .cash-btn .btn-status {
    font-style: normal;
    color: #dc9722;
    display: block;
}

.cash-btn.-md {
    -moz-border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 45px;
}

.cash-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    border-radius: 27.5px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    display: inline-block;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1.5px;
}