.outer {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    text-align: center;
    width: 90%;
    max-width: 100%;
    padding: 0 15px;
}

.login-wr {
    position: relative;
    margin: 0 auto;
    background: #fff;
    max-width: 600px;
    padding: 0 0 15px 0;
}

.outer h2 {
    text-align: left;
    font-weight: 300;
    font-size: 1.6em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
    color: #474747;
}

.form {
    text-align: left;
}

input[type="text"], 
input[type="email"] {
    margin-bottom: 25px;
    height: 40px;
    width:100%;
    outline: 0;
    -moz-outline-style: none;
}

.form button {
    height: 40px;
    outline: 0;
  -moz-outline-style: none;
}      

input[type="text"] {
    background: url("../img/send/user.png") no-repeat left 10px center;  
}

input[type="email"] {
    background: url("../img/send/email.png") no-repeat left 10px center;  
}

textarea {
    background: url("../img/send/pencil.png") no-repeat left 10px top 10px;
}

textarea {
    width: calc(100% - 55px);
    height: 120px;
    max-width: 100%;
    border: 1px solid #bbb;
    padding: 10px 10px 10px 45px;
font-size: 14px;
}

input[type="text"],
input[type="email"] {
  width: calc(100% - 45px);
  max-width: 500px;
  border: 1px solid #bbb;
  padding: 0 0 0 45px;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #2196f3;
}
     
p {
  padding-bottom: 10px;
}

.form button {
  width: 100%;
  max-width: 150px;
  background: #e6ebee;
  border:none;
  border-bottom: 5px solid #d3dce1;
  color: #333;
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
