.logocentered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 7%;
  animation: animlogo 2s ease-in-out infinite;
}

@keyframes animlogo {
  0%   {top: 0px;}
  50%  {top: 40px}
  100% {top: 0px;}
}
body {
  font-family: 'Nunito';
  background: #140008; /* fallback color */
  background-image: linear-gradient(#140008 , #140031); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url('../../img/triangleinsc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.boldtext{
  font-weight: 900!important;
  font-size: 18px;
}
.text{
  color: white;
  font-size: 18px;
  text-align: center;
}
.pattern{
  background-image: radial-gradient(rgba(44,34,39,0.7) 2px, transparent 2px);
  background-size: 50px 50px;
}



.inputs{
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
}


/* root element for all positioning */
.round-input-container{
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

/* container for borders and the label text */
/* position it behind the input-element at full  */
/* height and width & set it as flex-container */
.round-input-decorator{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.round-input-label-text {
    font-size: .8em;
    color: #3FD6FF;
    text-shadow: 2px 2px 11px #3FD6FF;
    padding: 0 4px;
    transform: translate(0, -8px);
    white-space: nowrap;
}

.round-input-border-left{
    flex: 0 0 10px;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #3FD6FF;
    box-shadow: -1px -1px 1px#3FD6FF;
    border-right: none;
}
.round-input-border-right{
    flex: 1 0 50px;
    border: 1px solid #3FD6FF;
    box-shadow: 2px -1px 2px#3FD6FF;
    border-left: none;
}
textarea:focus, .round-input:focus {
  color: #3FD6FF;
  outline: none;
  font-weight: 900;
}



 input.round-input, select.round-input, textarea.round-input{
   color: #3FD6FF; 
} 

/* Position relative puts the element in front */
.round-input{
    position: relative;
    font-size: 1em;
    padding: 13px 20px 13px 15px;
    width: 450px;
    height: 60px;
    border: none;
    background: none;
    border-bottom: 1px solid #3FD6FF;
    box-shadow: 1px 1px 2px#3FD6FF;
}





/*/////////////////////////////////////////////////#7600FF////////////////////////////////////////////*/

.round-input-label-text-7600FF {
  font-size: .8em;
  color: #7600FF;
  text-shadow: 2px 2px 11px #7600FF;
  padding: 0 4px;
  transform: translate(0, -8px);
  white-space: nowrap;
}

.round-input-border-left-7600FF{
  flex: 0 0 10px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #7600FF;
  box-shadow: -1px -1px 1px#7600FF;
  border-right: none;
}
.round-input-border-right-7600FF{
  flex: 1 0 50px;
  border: 1px solid #7600FF;
  box-shadow: 2px -1px 2px#7600FF;
  border-left: none;
}

/* Position relative puts the element in front */
.round-input-7600FF{
  position: relative;
  font-size: 1em;
  padding: 13px 20px 13px 15px;
  width: 450px;
  height: 60px;
  border: none;
  background: none;
  border-bottom: 1px solid #7600FF;
  box-shadow: 1px 1px 2px#7600FF;
}
textarea:focus, .round-input-7600FF:focus {
  color: #7600FF;
  font-weight: 900;
  outline: none;
}

input.round-input-7600FF, select.round-input-7600FF, textarea.round-input-7600FF{
  color: #7600FF;
}

/*/////////////////////////////////////////////////#D42878////////////////////////////////////////////*/

.round-input-label-text-D42878 {
  font-size: .8em;
  color: #D42878;
  text-shadow: 2px 2px 11px  #D42878;
  padding: 0 4px;
  transform: translate(0, -8px);
  white-space: nowrap;
}

.round-input-border-left-D42878{
  flex: 0 0 10px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #D42878;
  box-shadow: -1px -1px 1px#D42878;
  border-right: none;
}
.round-input-border-right-D42878{
  flex: 1 0 50px;
  border: 1px solid #D42878;
  box-shadow: 2px -1px 2px #D42878;
  border-left: none;
}

/* Position relative puts the element in front */
.round-input-D42878{
  position: relative;
  font-size: 1em;
  padding: 13px 20px 13px 15px;
  width: 450px;
  height: 60px;
  border: none;
  background: none;
  border-bottom: 1px solid #D42878;
  box-shadow: 1px 1px 2px#D42878;
}
textarea:focus, .round-input-D42878:focus {
  color: #D42878;
  font-weight: 900;
  outline: none;
}


input.round-input-D42878, select.round-input-D42878, textarea.round-input-D42878{
  color:#D42878;
}



/*/////////////////////////////////////////////////#FFAF3F////////////////////////////////////////////*/

.round-input-label-text-FFAF3F {
  font-size: .8em;
  color: #FFAF3F;
  text-shadow: 2px 2px 11px  #FFAF3F;
  padding: 0 4px;
  transform: translate(0, -8px);
  white-space: nowrap;
}

.round-input-border-left-FFAF3F{
  flex: 0 0 10px;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #FFAF3F;
  box-shadow: -1px -1px 1px#FFAF3F;
  border-right: none;
}
.round-input-border-right-FFAF3F{
  flex: 1 0 50px;
  border: 1px solid #FFAF3F;
  box-shadow: 2px -1px 2p#FFAF3F;
  border-left: none;
}

/* Position relative puts the element in front */
.round-input-FFAF3F{
  position: relative;
  font-size: 1em;
  padding: 13px 20px 13px 15px;
  width: 450px;
  height: 60px;
  border: none;
  background: none;
  border-bottom: 1px solid #FFAF3F;
  box-shadow: 1px 1px 2px #FFAF3F;
}
textarea:focus, .round-input-FFAF3F:focus {
  color:#FFAF3F;
  font-weight: 900;
  outline: none;
}

input.round-input-FFAF3F, select.round-input-FFAF3F, textarea.round-input-FFAF3F{
  color:#FFAF3F;
}
.button{
  background-color: #3FD6FF;
  box-shadow: 0px 0px 3px #3FD6FF;
  border: none;
  color: white;
  width: 35%;
  height: 47px;
  padding-bottom: 0;
  padding-right: 0%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  margin-top: 4px;
  margin-left: 14%;
  cursor: pointer;
  
}
.button2{
  border: 1px solid #3FD6FF ;
  background-color: transparent;
  box-shadow: 0px 0px 3px #3FD6FF;
  color: #3FD6FF;
  width: 35%;
  height: 47px;
  padding-bottom: 0px;
  padding-right: 0;
  margin-right: 10%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  margin-top: 4px;
  margin-right: 15%;
  cursor: pointer;
}
.buttons{
  display: flex;
  flex-direction: row;
  justify-content: center ; 
  padding-bottom:150px
}
.butt{
  width: 450px;
}


@media only screen and (max-width: 767px) {
body {
  font-family: 'Nunito';
  background: #140008; /* fallback color */
  background-image: linear-gradient(#140008 , #140031); 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 550px) {
  .round-input{
    width: 370px;
}
  .round-input-FFAF3F{
    width: 370px;
  }
  .round-input-D42878{
    width: 370px;
  }
  .round-input-7600FF{
    width: 370px;
  }
  .butt{
    width: 370px;
  }
  .button{
    margin-left: 13%;
    
  }
}
@media only screen and (max-width: 450px) {
  .round-input{
    width: 330px;
}
  .round-input-FFAF3F{
    width: 330px;
  }
  .round-input-D42878{
    width: 330px;
  }
  .round-input-7600FF{
    width: 330px;
  }
  .butt{
    width: 330px;
    
  }
  .button{
    margin-left: 13%;
    
  }
}
@media only screen and (max-width: 400px) {
  .round-input{
    width: 280px;
}
  .round-input-FFAF3F{
    width: 280px;
  }
  .round-input-D42878{
    width: 280px;
  }
  .round-input-7600FF{
    width: 280px;
  }
  .butt{
    width: 280px;
    
  }
  .button{
    margin-left: 13%;
    
  }
  .round-input-label-text-FFAF3F {
    font-size: .7em;
  }
  .round-input-label-text {
    font-size: .7em;
  }
    .round-input-label-text-7600FF {
      font-size: .7em;
    }
    .round-input-label-text-D42878 {
      font-size: .7em;
    }
}
}