.join_us_wrapper {
    width: 100%;
    max-width: 800px;
    justify-content: center;
    align-self: center;
    justify-self: center;
    margin-inline:  auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.join_us {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.join_us > div{
    width: 50%;
}
.input-field {
    margin-bottom: 15px;
}

.input-field input,.ms-options-wrap > button  {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: var(--light-red);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 19px;
}


.heading {
    color: var(--white);
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.join_us  >  input {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: var(--light-red);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 19px;
}

input::placeholder{
    color: white !important;
}

.invalid-feedback{
    color:black;
    font-size: 14px;
    font-weight: 500;
    margin-top:5px
}

button:disabled {
    pointer-events: none;  /* Prevents clicking */
    opacity: 0.6;          /* Reduces opacity to show it's disabled */
    color: #000;           /* Text color */
}


.ms-options-wrap.ms-has-selections > button {
    color:var(--white) !important;
  }
  