.t-btn {
    font-size: 26px;!important;
}


@-webkit-keyframes slideme {
   0% {
       left: -30px;
       margin-left: 0px;
   }

   30% {
       left: 110%;
       margin-left: 80px;
   }

   100% {
       left: 110%;
       margin-left: 80px;
   }
}

@keyframes slideme {
   0% {
       left: -30px;
       margin-left: 0px;
   }

   30% {
       left: 110%;
       margin-left: 80px;
   }

   100% {
       left: 110%;
       margin-left: 80px;
   }
}

@-webkit-keyframes pulseicon {
   0% {
       -webkit-transform: scale(1);
               transform: scale(1);
   }

   50% {
       -webkit-transform: scale(1.3);
               transform: scale(1.3);
   }
}

@keyframes pulseicon {
   0% {
       -webkit-transform: scale(1);
               transform: scale(1);
   }

   50% {
       -webkit-transform: scale(1.3);
               transform: scale(1.3);
   }
}

.tn-elem__1080289721559387647080 i {
   -webkit-animation-name: pulseicon;
           animation-name: pulseicon;
   -webkit-animation-duration: 0.3s;
           animation-duration: 0.3s;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
}



.leaking:after {
   margin-left: 60px;
   content: " ";
   width: 30px;
   height: 300px;
   background: #fff;
   -webkit-animation-delay: 0.05s;
           animation-delay: 0.05s;
   position: absolute;
   left: -40px;
   top: -150px;
   -webkit-animation-timing-function: ease-in-out;
           animation-timing-function: ease-in-out;
   transition: all 0.1s;
   -moz-transition: all 0.1s;
   -webkit-transition: all 0.1s;
   -o-transition: all 0.1s;
   -khtml-transition: all 0.1s;
   -ms-transition: all 0.1s;
   -webkit-animation-name: slideme;
           animation-name: slideme;
   -webkit-animation-duration: 3s;
           animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -khtml-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}





.input {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    border-left: none;
    border-top: none;
    width: 100%;
    max-width: 370px;
    height: 55px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
    display: block;
    color: #000;
    background-color: transparent;
}

@media screen and (max-width: 1100px) {
    .input {
        font-size: 16px;
    }
}

.btn {
    background-color: #0dc461;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    padding: 31px 30px 0 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: 'BebasNeue',Arial,sans-serif;
    font-weight: 700;
    border-radius: 0px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
    height: 81px;
    width: 80%;
    max-width: 370px;
    line-height: 26px !important;
}