﻿
.validation
{
    float:right;
  border-radius-top-right:100px;
  background:indianred; 
margin-right:4px;
 padding-left:2%;
  box-shadow:0px 0px 10px 0px #d3d3d3;
  width:68%;
  height:35px;
 padding-top:6px;
  color:white;
  font-size:14px;
  text-shadow:0 1px 1px rgba(0,0,0,0.8);
 transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transform: translateZ(0);
}
.validation2
{
    float:right;
  border-radius-top-right:100px;
  background:#458746; 
margin-right:4px;
 padding-left:2%;
  box-shadow:0px 0px 10px 0px #2fa4e7;
  width:68%;
  height:35px;
 padding-top:6px;
  color:white;
  font-size:14px;
  text-shadow:0 1px 1px rgba(0,0,0,0.8);
 transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transform: translateZ(0);
}