body {
    width: 100%;
    height: 100vh;
    background-image: url(../images/login.png);
    background-size: auto;
    background-repeat: repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    
}