.middle {
    display: table-cell;
    vertical-align: middle;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index:1;
}

html, body {
    height : 100%;
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background : #f2f2f2;
    height: 100%;
    min-height: 400px;
}

.login-wr {
    position: relative;
    margin: 0 auto;
    background: #fff;
    max-width: 350px;
    box-shadow: 3px 3px 10px #333;
    padding: 15px 15px 0 15px;
}

h2 {
    text-align: left;
    font-weight: 200;
    font-size: 1.6em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
    color: #474747;
}

.form {
    padding-top: 20px;
    text-align: center;
}

input[type="email"], 
input[type="password"],
input[type="text"],
button {
    margin-bottom: 25px;
    height: 40px;
    outline: 0;
    -moz-outline-style: none;
}

input[type="email"] {
    background: url("img/user.png") no-repeat left 10px center;    
}
input[type="password"],input[type="text"] {
    background: url("img/pencil.png") no-repeat left 10px center;    
}

input[type="email"],
input[type="password"],
input[type="text"] {
    width: calc(80%);
    border: 1px solid #bbb;
    padding: 0 0 0 45px;
    font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    border: 1px solid #2196f3;
}  
      
a {
    text-align: center;
    font-size: 12px;
    color: #3498db;
}
      
button {
    width: 75%;
    background: #ff0000;
    border: none;
#    border-bottom: 5px solid #ff3300;
    color: white;
    font-size: 18px;
    font-weight: 200;
    cursor: pointer;
    transition: box-shadow .4s ease;
}
button:hover {
     background: #ff3333;
}

p {
	padding-bottom: 10px;
}
