.form_class  *,  *:before,  *:after  {
    -moz-box-sizing:  border-box;
    -webkit-box-sizing:  border-box;
    box-sizing:  border-box;
}
.form_class  {
    font-family:  'Nunito',  sans-serif;
    color:  #384047;
    background-image: url('http://designvkp.com/wp-content/uploads/2015/07/pattern.png');
    background-position:  0px 0px;
    background-repeat:  repeat;
    animation:  animatedBackground 40s linear infinite;
    opacity: 0.9;
}
@keyframes animatedBackground  {
    from  {
    background-position:  0 0;
}
to  {
    background-position:  100% 0;
}
}
.form_class2  {
    max-width:  600px;
    margin:  10px auto;
    padding:  10px 20px;
    background:  #f4f7f8;
    border-radius:  8px;
}

.form_class2 a{
	color:#fff;
	font-weight:400;
	text-decoration:none;
	font-size:26px;
}

.form_class2 h1  {
    margin:  0 0 30px 0;
    text-align:  center;
}
.form_class2 input[type="datetime-local"],  input[type="file"], input[type="text"] ,textarea,  select  {
    background:  rgba(255, 255, 255, 0.1);
    border:  none;
    font-size:  16px;
    height:  auto;
    margin:  0;
    outline:  0;
    padding:  15px;
    width:  100%;
    background-color:  #e8eeef;
    color:  #8a97a0;
    box-shadow:  0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom:  30px;
}
.form_class2 input[type="radio"],  input[type="checkbox"]  {
    margin:  0 4px 8px 0;
}
.form_class2 select  {
    padding:  6px;
    height:  32px;
    border-radius:  2px;
}
.form_class2 button  {
    padding:  19px 39px 18px 39px;
    color:  #FFF;
    background-color:  #4bc970;
    font-size:  18px;
    text-align:  center;
    font-style:  normal;
    border-radius:  5px;
    width:  100%;
    border:  1px solid #3ac162;
    border-width:  1px 1px 3px;
    box-shadow:  0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom:  10px;
}
.form_class2 fieldset  {
    margin-bottom:  30px;
    border:  none;
}
.form_class2 legend  {
    font-size:  1.4em;
    margin-bottom:  20px;
}
.form_class2 label  {
    display:  block;
    margin-bottom:  8px;
}
label.light  {
    font-weight:  300;
    display:  inline;
}
.number  {
    background-color:  #5fcf80;
    color:  #fff;
    height:  30px;
    width:  30px;
    display:  inline-block;
    font-size:  0.8em;
    margin-right:  4px;
    line-height:  30px;
    text-align:  center;
    text-shadow:  0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius:  100%;
}
@media screen and (min-width: 480px)  {
    form  {
    max-width:  480px;
}
}