@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body{
    background-color: #44466B;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    max-width: 500px;
}

.form-control{
    font-size: 13px;
}

a {
    text-decoration: none;
    color: unset;
}

.box-1 {
    border-radius: 0rem 0.3125rem 1.5625rem 0rem;
background: #C7C3F4;
box-shadow: 0px 4px 20px 0px rgba(80, 81, 119, 0.20);
color: #44466B;
}

.bounce-scroll {
    animation: bounce-scroll 2s ease infinite;
  }
  @keyframes bounce-scroll{
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }


  .box-2 {
    border-radius: 1.375rem;
    background: #C7C3F4;
box-shadow: 0px 4px 20px 0px rgba(80, 81, 119, 0.20);
color: #44466B;
}

.btn-primary{
border-radius: 0.625rem;
background: #C7C3F4;
box-shadow: 0px 4px 50px 0px rgba(68, 70, 107, 0.15);
color: #44466B;
text-align: center;
font-size: 1.25rem;
border: none;
width: 100%;
padding: 0.7rem 0;
}

.box-match{
    border-radius: 3.125rem 0rem;
background: #2C2D4D;
}

/* Legal notice */
.legal {
    padding: 15px 0;
    width: 100%;
  }

  .styleterms {
    text-decoration: none;
    color: #C7C3F4;
    font-size: 13px;
    padding: 0 5px 0 5px;
    font-weight: 700;
  }

  .styleterms::before {
    color: #C7C3F4;

  }

  .links {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .descriptionlegal {
    font-size: 13px;
    text-align: center;
  }