.email-verify {
    text-align: center;
    font-family: sans-serif;
    margin-top: 50px;
  }
  
  .icon {
    width: 80px;
    margin-bottom: 20px;
  }
  
  .code-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }
  
  .code {
    border: 2px solid green;
    padding: 20px;
    font-size: 24px;
    width: 50px;
    border-radius: 10px;
  }
  
  .refresh-btn {
    background-color: green;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }
  