#thanks_msg{
    display:none;
    color: green;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
    margin-top: 20px;
}
.error-msg{
	display:none;
	text-align:center;
	color:red;
	font-weight:bold
}

.smerror {
    border: 1px solid red !important;
}
.sm-bounce {
    animation-name:error;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}


@keyframes error {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.smlenght{
	display:none;
	color:red;
	padding:5px 0px
}
.thankyou{
	width: 740px;
    margin: 90px auto;
    font-size: 40px;
    text-align: center;
	min-height:300px;
}

.thankyou h3{font-size:35px;}