body {
  font-family: 'Montserrat';
}

.back {
  background: rgb(79,79,79);
  width: 100vw;
  height: 150vh;
  background-image: url("../../assets/img/back.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  position: fixed;
  animation: backanimation 60s infinite ease-in-out;
}

@keyframes backanimation{

0% {filter: blur(2px);
  -webkit-filter: blur(2px);}
  
2% {filter: blur(0px);
  -webkit-filter: blur(0px); } 
  
3% {filter: blur(3px);
  -webkit-filter: blur(3px);}  
  
4% {filter: blur(0px);
  -webkit-filter: blur(0px); } 
  
10% {filter: blur(0px);
  -webkit-filter: blur(0px);}  
  
 11% {filter: blur(5px);
  -webkit-filter: blur(5px);} 
   12% {filter: blur(0px);
  -webkit-filter: blur(0px);}  
  
99% {filter: blur(0px);
  -webkit-filter: blur(0px);}     
  
100% {filter: blur(2px);
  -webkit-filter: blur(2px);}
}

@media screen and (max-width: 414px) {

.form {
  position: fixed;
  width: 90vw;
  height: 50vh;
  left: 5vw;
  top: 10vh;
  //visibility: hidden;
}

.button{
   display: inline-block;
font-family: 'Montserrat';
  font-size: 20px;
  //z-index: 5;
  height: 64px;
  //position: absolute;
  background-color: #d80875;
  border-radius: 5px;
  padding: 16px;
  //right: 7px;
  //top: 8px;
  box-shadow: 27px 30px 136px rgba(0,0,0,0.34);
  color: #ffffff;
  background-color: #d80875;
  font-weight: 500;
  margin-top: 20px;

}


 .mail-input {
 display: block;
    //position: relative;
    width: 100%;
    
    height: 80px;
    outline: none;
    box-shadow: 27px 30px 136px rgba(0,0,0,0.34);
    border: none;
    border-radius: 5px;
    outline-offset: 0;
    background: rgb(247,247,247);
    padding: 5px 25px;
    font-size: 12px;
    font-family: 'Montserrat';
    color: rgb(0,0,0);
    margin-bottom: 15px;
    //z-index: 30;
  }
  
  
.description {
  //position: absolute;
  display:block;
  margin: auto;
  font-family: inherit;
  font-weight: 800;
  font-size: 22px;
  padding: 10px;
  color: black;
  top: 220px;
  animation:      descriptionanimation 30s infinite ease-in-out;
  /*background: white;*/
  /*padding: 60px;*/
}

  
   .credits {
  position: fixed;
  bottom: 0px;
  color: #000000;
  left: 15px;
  width: 80%;
}
}




@media screen and (max-width: 1024px) and (min-width: 415px) {
.credits {
  position: fixed;
  bottom: 0px;
  color: #000;
  left: 15px;
  width: 150px;
}

.description {
  position: absolute;
  margin: auto;
  font-family: inherit;
  font-weight: 800;
  font-size: 50px;
  color: rgb(232,28,0);
  top: 200px;
  animation:      descriptionanimation 30s infinite ease-in-out;
  /*background: white;*/
  /*padding: 60px;*/
}

  .mail-input {
    
    width: 100%;
    height: 80px;
    outline: none;
    box-shadow: 0px 30px 36px rgba(0,0,0,0.34);
    border: none;
    border-radius: 5px;
    outline-offset: 0;
    background: rgb(247,247,247);
    padding: 5px 25px;
    font-size: 30px;
    font-family: 'Montserrat';
    color: rgb(0,0,0);
    display:block;
    margin-bottom: 15px;
  }
  
  .button {
  font-family: 'Montserrat';
  font-size: 20px;
  z-index: 5;
  height: 64px;
  position: absolute;
  background-color: #d80875;
  border-radius: 5px;
  padding: 16px;
  right: 7px;
  top: 103px;
  box-shadow: 0px 30px 36px rgba(0,0,0,0.34);
  color: #ffffff;
  background-color: #d80875;
  font-weight: 500;
}

.form {
  position: fixed;
  width: 90vw;
  height: 10vh;
  left: 5vw;
  top: 33vh;
  /*visibility: hidden;*/
}

#mail{
  top:800px;
  z-index: 1;
  
  }

  
  
  
}

@media (min-width: 1025px) {
.credits {
  position: fixed;
  bottom: 0px;
  color: #000;
  left: 15px;
  width: 150px;
}

.description {
  position: absolute;
  margin: auto;
  font-family: inherit;
  font-weight: 800;
  font-size: 50px;
  color: rgb(232,28,0);
  top: 190px;
  animation:      descriptionanimation 30s infinite ease-in-out;
  /*background: white;*/
  /*padding: 60px;*/
}


.form {
  position: fixed;
  width: 40vw;
  height: 10vh;
  left: 30vw;
  top: 33vh;
  /*visibility: hidden;*/
}


  .mail-input {
    width: 100%;
    height: 80px;
    outline: none;
    box-shadow: 0px 30px 36px rgba(0,0,0,0.34);
    border: none;
    border-radius: 5px;
    outline-offset: 0;
    background: white;
    padding: 5px 25px;
    font-size: 3vh;
    font-family: 'Montserrat';
    color: rgb(0,0,0);
    display:block;
    margin-bottom: 15px;
    z-index: 3;
  }
  
  
.button {
  font-family: 'Montserrat';
  font-size: 20px;
  z-index: 5;
  height: 64px;
  position: absolute;
  background-color: #d80875;
  border-radius: 5px;
  padding: 16px;
  right: 7px;
  top: 103px;
  box-shadow: 0px 30px 36px rgba(0,0,0,0.34);
  color: #ffffff;
  background-color: #d80875;
  font-weight: 500;
}  
  
  
  #mail{
  top:800px;
  z-index: 1;
  
  }
  
}

.mail-input {
}



.content {
  position: absolute;
  width: 100%;
  height: 100%;
}







@keyframes descriptionanimation{

0% {margin-left:0px;}
10%{margin-left:0px;}
11%{margin-left:3px;}
12%{margin-left:-3px;}
13%{margin-left:0px;}


}

span {
  color: white;
  text-shadow: 27px 30px 136px #000000;
  background: #913c92;
}

#comon {
  text-shadow: none;
  color: #ffffff;
  background: #d80875;
}

link, a {
  color: #d80875;
}

link, a:hover {
  color: white;
  text-decoration: none;
}