.cont-fifteen-form-wrap{
  height:auto;
  width: 1500px;
margin-right: 50px;
padding:50px;
background:var(--lvl2);
border-radius: var(--radiusboxa);
}

.cont-fifteen-form {
 

  width: 100%;

background:var(--lvl2);

}




.row label{


  font-family: archivo;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.6;
  color:#f9f9f9;
  cursor:none;

}
textarea {
  width: 100%;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--lvl2); 
  
}
#endmessage {
  font-family: archivo;
  font-size: 12pt;
  color: var(--pom); 

  margin-top: 10px;
  padding: 10px 14px;


  border-radius: var(--borderlink);
}

input[type=text], textarea {

  font-family: archivo;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.6;
  color:var(--tekst);

  background:none;
  text-align: left;
  
border:none;
cursor:none;

  }

input[type=text] { /*Dlugosc i wyglad pola wpisu dla Nazwiska i maila*/
  height: 25px;
  cursor:none;
  width:100%;
  
  
}

input[type=submit] { /*Wyglad buttona*/
  
 font-family: var(--nazwa);
  font-size: var(--htekst);
  font-weight: var(--waga500);
  line-height: var(--linia);
 

  cursor:none;
  border-radius: none;
  
 
 
}
input[type="checkbox"] {
  position:relative;
  top:-2px;
  left:-6px;

vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;


  border-radius: 4px;

  background-color: var(--lvl3);
  cursor: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* zaznaczony checkbox */
input[type="checkbox"]:checked {
  background-color: var(--pom);
  border-color: var(--pom);
}

/* PTASZEK */
input[type="checkbox"]:checked::after {
  content: "✔";
  color: var(--lvl2);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}


.check{
  border:1px solid var(--lvl2);
  border-radius:999px;
  background-color:var(--lvl2);

}



.submit_button{
  
  height:51px;
  width:102%;

  border:0;
  margin-left:-6px;
  margin-top:-14px;
  color:var(--lvl2);

  position: relative;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  
background:var(--pom);

border-radius:var(--borderlink);
  

  transition: all 0.25s ease-out;

}

.submit_button:hover {
  box-shadow: 
    0 0 10px rgba(255, 77, 31, 0.6),
    0 0 30px rgba(255, 77, 31, 0.4),
    0 0 60px rgba(255, 77, 31, 0.2);
}
.submit_button:after {



  top:22px;
  left: 0;
 
  color:var(--lvl2);
  transform: scaleX(0);
 border-radius:var(--borderlink);
  background-color: var(--pom);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}



