.login-wrap {
    position: relative;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 8px; 
}

.signin-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px;
  }
  .text {
    font-size: 20px;
    color: #555;
    white-space: nowrap;
  }