body {
  background: #CBCCD0;
}

img {
    display:block;
    margin:auto;
}

.fld 
{
  font-family: PT Sans, sans-serif;
  display: inline-block;
  border: 1px solid #DDD;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  opacity: 1;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.05);
  padding: 14px 18px;
  font-size: 18px;
  margin-bottom: 15px;
}

.btn {
  font-family: PT Sans, sans-serif;
  background: #014898;
  border: none;
  float: none;
  width: 100%;
  display: block;
  padding: 15px 18px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 0;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 2px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

.login {
  font-family: PT Sans, sans-serif;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 45px;
  width: 380px;
  height: 280px;
  background: #fff;
  border-radius: 4px;
}

