/* Error text */
.error-text {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    min-height: 20px;
    display: block;
    color: #ed3d12; 
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 110px;
    width: 100%;
  }
  
  @media (max-width: 768px) {
    .error-text {
      bottom: 15px; 
    }
  
  }