body {
  background-image: url("images/bg-intro-desktop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: hsl(0, 100%, 74%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

.container {
  margin: auto;
}

.words {
  padding: 15% 3%;
}

h1 {
  color: white;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 30px;
}

h3 {
  color: white;
  font-size: 16px;
  line-height: 1.5;
}

.form-group{
  padding: 5px 0%;
}

.button1 {
  background: #6055a5;
  border-width: 0px;
  border-radius: 8px;
  padding: 15px;
  color: hsl(246, 25%, 77%);
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0px 7px 1px rgba(0, 0, 0, 0.2);
}

.try{
  color: white;
}


.inp{
  border: 0.5px solid #ced4da;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 5%;
}

.inp:focus {
  border: 0.5px solid #555;
}

.error{

}

.form-group{
    text-align: right;
}

.wrong{
  position: absolute;
  margin: 12px -60px;
}

.hidden{
  display: none;
}

.error{
  color: hsl(0, 100%, 74%);
  font-style: italic;
  font-weight: 600;
}

.empty{
  border: 2px solid hsl(0, 100%, 74%);
}


.button2 {
  font-weight: 500;
  letter-spacing: 1px;
  background: #38cc8c;
  border-width: 0px;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

.button2:hover{
  background-color: #71daad;
}
.button2:focus {
  border-width: 0;
}


.box {
  background-color: white;
  padding: 8%;
  border-radius: 8px;
  box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

small{
  margin-top: 20px;
  font-size: 11px;
  color: hsl(246, 25%, 77%);
}

.terms{
  color: hsl(0, 100%, 74%);
  font-weight: 700;
}

@media (max-width: 575px){
  .words{
    padding: 5% 10%;
    text-align: center;
  }
  h1 {
    margin-top: 50px;
    font-size: 2rem;
  }
  h3{
    font-size: 0.8rem;
  }

  .box{
    margin-left: 10px;
  }
  .button1{
    margin-left: 10px;
    width: 98%;
    padding: 20px 40px;
    font-size: 0.8rem;
  }
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}
