.user_promocode_wrapper {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

#user_promocode_form {
    display: flex;
    flex-direction: column;
    width: 35%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.user_promocode_form__row {
    margin-bottom: 1rem;
}

.user_promocode_form__row input {
    width: 100%;
    padding: 8px;
}

.user_promocode_form__row label {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.promocode_btn {
    width: 25%;
    margin: 0 auto;
    padding: 12px;
    font-weight: 600;
    border: 1px solid grey;
    cursor: pointer;
}

.user_promocode_success-node {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    border-radius: 1rem;
    border: 2px solid green;
}

.user_promocode_error-node {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid red;
    padding: 10px;
    border-radius: 1rem;
}
