﻿.login-picture {
	/*background-image: url('../../images/Login.png');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/login-image.png');
}
.login-row
{
	min-height : 100vh;
}
img{
	background-color:none;
}
@media (max-width: 768px) {
	.login-picture {
		display: none;
	}
}

@media (min-width: 768px) {
	.div2 {
		display: flex;
		flex-direction: column;
		align-items:normal;
		justify-content: center;
		border: 1px solid rgb(188, 187, 187);
		max-width: 800px;
		width: 100%;
		padding: 50px 50px;
		border-radius: 15px;
	
	}
}

/* Large screens (desktops, 1024px and up) */
@media (min-width: 1024px) {
	.div2 {
		
		width: 100%; /* Increase top margin */
	}
}



