.field-suffix {
    display: none;
}

.red-btn-2{
    padding: 0.3rem 1rem 0.4rem !important;
    font-family: 'CostarBrown',Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    -webkit-appearance: none;
    transform: scale 0.2s ease-in;
}

.red-btn-2:hover{
    scale: 1.1;
    background-color: #cf0000 !important;
    color: white !important;
    font-family: 'CostarBrown',Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    -webkit-appearance: none;
  }