.verify_instructions {
    padding: 40px 30px;
    border-radius: 6px;
    background: rgba(136, 138, 139, 0.2);
}

.tracking_box_inner h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.tracking_box_inner p {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}

.auth_box {
    padding: 40px 25px;
    border-radius: 6px;
    background: rgba(77, 171, 171, 0.2);
}

.verification-input {
    font-size: 18px !important;
    height: 46px !important;
    padding: 10px !important;
    transition: all 0.3s !important;
}

.highlight-input::placeholder {
    font-size: 18px;
    padding: 10px !important;
  }

.verification-input:focus {
    border: 2px solid rgba(75, 194, 174, 0.801);
    box-shadow: 0 0 5px 5px rgba(10, 131, 125, 0.3) !important;
  }

  .response-message {
    margin-bottom: 30px;
  }