html, body, main {
	width: 100%;
	height: 100vh;
}


.background-left {
    position: relative;
    background-image: url('/static/img/login.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; 
}

.background-right {
    position: relative;
    background-image: url('/static/img/cover.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;  
	opacity: 1;
}


