body {
    font-family: Rubik,sans-serif;
    background-color: #ece4f3;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .back-home {
    position: absolute;
    top: 20px;
    left: 24rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #692b71;
    font-weight: bold;
} 

.back-home .material-icons {
    font-size: 22px;
    margin-right: 5px;
}


.signup-container {
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    height: 550px;
    text-align: center;
}


.mail-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #692b71;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}


.google-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.google-btn img {
    width: 20px;
    margin-right: 10px;
}

.already {
    margin-top: 6rem;
    font-size: 14px;
}

.already a {
    color: #692b71;
    text-decoration: none;
    font-weight: bold;
}


.terms {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

.terms a {
    color: #692b71;
    text-decoration: none;
}

@media (max-width: 660px) {
      .back-home {
        position: absolute;
        top: 20px;
        left: 12px;
    }
}