.login-sec{
	background-image: url(images/login-background.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: end;
	padding-bottom: 80px; 
}
.login-box{
	max-width: 550px;
	padding: 30px;
	border-radius:10px;
	background-color: #ffffffd1;
	box-shadow:0 0 10px gray;
	margin-top: 60px;
}
.logo-div{
	background-color: #ffffffd1;
	border-radius: 5px;
	max-width: 250px;
	text-align: center;
	padding: 15px;
    padding-top: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.logo-main-div{
    display: flex;
    justify-content: flex-end;
}
.logo-div img{
	max-width: 220px;
}
@media only screen and (max-width: 991px){
	.login-box{
		margin-top: 100px;
	}
}