.landing_modal_container {
    display: flex;
}

.landing_modal_span_label {
    min-width: 6rem !important;
}

.landing_subscribe_button {
    background-color: #9f1f28;
    color: white;
}

.landing_subscribe_button:hover {
    background-color: #7a171e;
    color: white;
}

.landing_subscribe_button:active {
    background-color: #7a171e !important;
    color: white !important;
}
