.user-bottom-div {
    display: block;
    text-align: center;
    background-color: #ddd;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.lsb-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    margin: 0;
}

.login-form-wrapper {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.1) 0 3px 5px;
    padding: 30px 10px;
    border-top: 5px solid #337ab7;
}

.login-form {
    margin: 20px;
}

