body {
    margin: 0;
}        
.LogoLink_wrapper__ROvIF {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e20074;
    width: 60px;
    height: 60px;
  }
.LogoLink_logo__U5iay{
    fill: #fff;      
}
.powered-by-panel .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 80px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 1px;
}

input[type="text"] {
    margin-bottom: 8px;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* public/styles.css */
  body {
    font-family: Arial, sans-serif;
    margin: 0;
  }
  
  form {
    margin: 0 auto;
    width: 100%;
  }
  
  label, input, select {
    display: block;
    margin: 10px 0;
  }
  
  button {
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }

  .LogoLink_wrapper__ROvIF {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e20074;
    width: 70px;
    height: 70px;
  }
  
  .LogoLink_logo__U5iay{
    fill: #fff;      
  }