@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}


.logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1.3rem;
    margin-top: 30px;
}

.container {
    margin-top: 0px;
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    text-align: center;
}

h2 {
    color: #67b043;
    margin-bottom: 10px;
    font-size: 33px;
    font-family: 'Lora', serif;
}

p {
    color: #7d7d7d;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400px;
    font-family: "Work Sans", sans-serif;
}

.form-container form {
    text-align: left;
    padding: 20px;
}

.input-group {
    margin-bottom: 15px;
    position: relative;
    gap: 2rem;
}

.input-group label {
    font-size: 14px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 5px;
    gap: 20px;
}

.input-group input {
    background-color: #fafafa;
    display: block; 
    width: 100%; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #5D5561;
    border: none;
    font-size: 14px;
    border-radius: 15px;
    height: 50px; 
    font-weight: 400; 
    padding: 8px; 
    box-sizing: border-box; 
}

.registration-form {
    text-align: left;
    margin-top: 100px;
    width: 600px;

}


.form-group {
    margin-bottom: 30px;
    position: relative;
    gap: 2rem;
    margin-top: 0px;
}

label {
    font-size: 0.9rem;
    color: #352B3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 0.25rem;
    font-weight: 400px;
    font-size: 15px;
    display: block;
    line-height: 21.6px;
}

input {
    background-color: #fafafa;
    display: block; 
    width: 100%; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #5D5561;
    border: none;
    font-size: 14px;
    border-radius: 15px;
    height: 50px; 
    font-weight: 400; 
    padding: 8px; 
    box-sizing: border-box; 
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.terms {
    margin-top: 30px;
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms input {
    margin-right: 10px;
}

.terms a {
    color: #3b4cca;
    text-decoration: none;
}
span {
    color: #3b4cca;
}

.forget {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #7d7d7d;
}
button[type="submit"] {
    background-color: #3b4cca;
    color: white;
    padding: 12px;
    border-radius: 20px;
    border: none;
    width: 508px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.button-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }

button[type="submit"]:hover {
    background-color: #324ba8;
}

.signin {
    margin-top: 5px;
    font-size: 18px;
    color: #7d7d7d;
    font-family: "Work Sans", sans-serif;
}

.signin a {
    color: #3b4cca;
    text-decoration: none;
}

.lastlayer {
    width: 1440px;
    height: 123px;
    padding: 26px 120px 37px 120px;
    background-color: #150F49;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.lastlayer{
    background-color: #150F49;
    padding: 40px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 170px;
  }
  .copyright{
    font-size: 15px;
    font-weight: 700;
    color: #FFFCFC;
  }
  .lastlayer div{
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .lastlayer div p{
    font-size: 15px;
    font-weight: 700;
    color: #FFFCFC;
  }
  
  @media(max-width: 992px){
    .footer{
      padding-top: 60px;
    }
    .lastlayer{
      padding: 40px 50px;
    }
    .copyright{
      font-size: 15px;
    }
    .lastlayer {
        flex-direction: column;
        height: auto;
        padding: 20px;
        text-align: center;
        width: 1100px;
    }
  }

@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }

    h1 {
        font-size: 1.875rem;
    }

    .subtitle, .step {
        font-size: 1rem;
    }

    .form-row {
        flex-direction: column;
        gap: 0.5rem;
    }

    .google-button, .continue-button {
        max-width: 100%;
    }
    .lastlayer{
        padding: 20px 100px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .lastlayer div{
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .logo {
        max-width: 150px;
    }

    h1 {
        font-size: 1.5rem;
    }

    .subtitle, .step {
        font-size: 0.875rem;
    }

    .google-button, .continue-button {
        height: 50px;
        font-size: 0.875rem;
    }

    .footer{
        flex-direction: column;
        gap: 20px;
      }
      .lastlayer{
        width: 500px;
      }
      .lastlayer{
        flex-direction: column;
        gap: 10px;  
        padding:25px;
        align-items: center;
      }
      .copyright{
        font-size: 12px;
        font-weight: 500;
        text-decoration: underline;
      }
      .lastlayer div p{
        text-decoration: underline;
        font-size: 12px;
        font-weight: 600;
      }
}


@media (max-width: 320px) {
    .lastlayer {
      width: 300px;
    }
}