.glow-input {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
}

.glow-input:focus {
    outline: none;
    border-color: #7b2cbf;
    box-shadow: 0 0 6px rgba(123, 44, 191, 0.3);
    background-color: #fff;

}

  .pleasant-wait-text {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.05rem;
    color: #7b2cbf;
    background: #f8f4ff;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
    min-height: 60px;
    box-shadow: 0 2px 8px #e0d7fa;
  }
