
.cont {
   width: 100%;
   height: 100%;
   background: #b6fecb;
   overflow: hidden !important;
   font-family: "Verdana";
}
.block {
   max-width: 360px;
   background: #fff;
   padding: 30px;
   margin: 100px auto;
   box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
input[type="text"], input[type="password"]
{
   border: 1px #c0c0c0 solid;
   height: 30px;
   width: 100%;
   font-size: 16px;
   color: #909090;
   padding: 0 10px;
   background: #fff;
   transition: 0.3s;
   font-family: "HelveticaNeue";
}

input[type="text"]:hover
{
   background: #f8f8f8;
}

input[type="text"]:focus
{
   background: #f8f8f8;
   color: #3c3c3c;
}
.title
{
   font-family: "Verdana";
   font-weight: bold;
   font-size: 25px;
   text-align: center;
   color: #454545;
   margin-bottom: 30px;
}

.desc
{
   font-family: "Verdana";
   font-size: 12px;
   color: #ff0000;
   text-align: center;
   margin-bottom: 30px;
}
.links {
   float: right;
}
.links a{
   color: #2c8741;
   text-decoration: none;
   font-size: 14px;
}
.links a:hover{

   text-decoration: underline;

}
.footer {
   width: 100%;
   display: block;
}

.bdy
{
   margin-bottom: 10px;
}

.egn_btn{
   width: 100%;
}
.inpic
{
   position: relative;
   margin-bottom: 20px;
}
.inpic .hint
{
   font-size: 11px;
   color: #18954d;
}