body {background: url('../images/bg.jpg') no-repeat top center; background-size:cover; background-attachment: fixed; font-family: 'Roboto', sans-serif; font-size: 14px; color: #666;}
input {
  margin: 12px 0px;
  width: 320px;
  display: block;
  border: none;
  padding: 15px 0;
  font-size: 15px;
  border-bottom: solid 2px #ccc;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #8cb665 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #8cb665 4%);
  background-position: -320px 0;
  background-size: 320px 100%;
  background-repeat: no-repeat;
  color: #888;
}

input:focus, input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
  border-bottom: solid 2px #fff;
}

input::-webkit-input-placeholder {
 font-family: 'roboto', sans-serif;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 color: #888 !important;
 font-size: 13px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

.continer{width:320px; padding:30px 30px; margin:0 auto; margin-top:20px; margin-bottom:20px; background-color:#fff; border-top:4px solid #cc0000;}
.logo {}
.btn{background-color:green; background: #82ae58; /* Old browsers */
background: -moz-linear-gradient(top, #82ae58 0%, #55872c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #82ae58 0%,#55872c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #82ae58 0%,#55872c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ae58', endColorstr='#55872c',GradientType=0 ); /* IE6-9 */ border:none; font-size: 16px; font-weight:700; color: #fff; width:100%; padding:15px 0px 15px 0px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; cursor:pointer;}
.edit {padding:10px 0px 5px 0px; font-size: 16px; line-height:25px; font-weight:700; color: #444;}
.successful {padding:10px 0px 5px 0px; text-align:center;}

.successfulicon {padding:10px 0px 10px 0px;}
.view {padding:10px 0px 20px 0px; color: #888;}
.view a {color: #888;}
.view a:hover {color: #555;}

.unsuccessful {padding:10px 0px 5px 0px; text-align:center;}








