*
{
    padding: 0%;
    margin: 0%;
    
}
.login-page
{
    height: 100%;
    background-image: linear-gradient(rgba(112, 13, 13, 0.6),rgba(0,0,0,0.6));
    background-size:cover;
    background-position: center;
    background-attachment:fixed;
    padding-top: 20px;
    text-align-last: center;
    color: #fff;
}