  body{
  margin:0;
  color:#000;
  background:#f1f1f1;
  font:600 16px/18px 'Open Sans',sans-serif;
}
@charset "utf-8";
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

body {
  background: #f1f1f1;
  color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
}

input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}

p {
  line-height: 1.5em;
}

after { clear: both; }

#login {
  margin: 50px auto;
  width: 320px;
}

#login form {
  margin: auto;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border-top: 6px solid #0e77b5;
  border-bottom: 6px solid #0e77b5;
      box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);
}
#login form h3{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #0e77b5;
  text-transform:uppercase;
}

#login form span {
  background-color: #0e77b5;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #434a52;
  color: #fff;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}

#login form input[type="text"] {
  background-color: #f1f1f1;
  border-radius: 0px 3px 3px 0px;
  color: #000;
  margin-bottom: 2em;
  padding: 0 16px;
  width: 235px;
  height: 50px;
}

#login form input[type="password"] {
  background-color: #f1f1f1;
  border-radius: 0px 3px 3px 0px;
  color: #000;
  margin-bottom: 2em;
  padding: 0 16px;
  width: 235px;
  height: 50px;
}

#login form input[type="submit"] {
  background: #0e77b5;
  border: 0;
  width: 100%;
   font-weight: 700;
  height: 46px;
  border-radius: 3px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#login form input[type="submit"]:hover {
  background: #0e77b5;
  color: #fff;
  font-weight: 700;
}
.hr{
  height:1px;
  margin:50px 0 30px 0;
  background:#0e77b5;
}
.foot-lnk a{
  text-align:center;
  color: #0e77b5;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}