html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #4c5566;
}

.form-signin {
    width: 300px;
    margin: -30px 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 30%;
}

.form-signin input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-signin .form-control {
    padding: 10px;
    font-size: 12px;
    height: 34px;
    padding: 6px 12px;
}

label.remember-me {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 100;
}

.input-group-btn .btn {
    line-height: 23px;
}

h1 {
    color: white;
    font-weight: 100;
}

h1 small {
    color: rgba(255,255,255,0.6);
    font-weight: 100;
    margin-left: 10px;
}