.classbutton .tn-atom {
      transition: 0.2s !important;
    position: relative !important;  
    overflow: hidden !important;
}
.classbutton .tn-atom:hover  {
         transition: 0.2s !important;
      background-color: #3D8561 !important;
       
}

.classbutton .tn-atom:after, .tn-form__submit button:after {    
    content: "";
    display: block;
    width: 40px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -130px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
.t450__right_buttons_but  {
    width: 100% !important;
}
.t-btnflex__text {
    white-space: normal !important;
}
.t396__artboard-fixed-active {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) !important;
}
.t-checkbox__indicator {
    border-color: #c1c1c1 !important;
}
.t-checkbox__indicator:after {
    border-color: #c1c1c1 !important;
}
.t-checkbox__control span{
    font-size: 10px !important;
    opacity: 0.7 !important;
}