
.login-form{
    background: white;
    border-radius: 4px;
    box-shadow: 0 15px 50px -40px gray;
    padding: 14px;
}

.login-form input[type=text],
.login-form input[type=password]{
    border : 1px solid gray;
    height: 30px;
    line-height: 30px;
    background: whitesmoke;
}