
.login-background {
	margin:0!important;
	padding:0;
	width:100vw;
	height:100vh;
	overflow:hidden;
}

.login-background img {
	width:100%;
	object-fit:cover;
	overflow:hidden;
}

.company_logo {
	position:absolute;
	top:5vh;
	left:10vw;
	width:20vh;
	height:20vh;
}

.company_logo img {
	width:100%;
	object-fit:cover;
}

.login-container {
	position:absolute;
	top:40vh;
	left:5vw;
	width:20vw;
	height:20vw;
	background-color:white;
	border-radius: 50%;
}

.login-line {
	width:80%;
	height:2vw;
	margin:0 auto;
	text-align:center;
}

.ll_text{
	width:25%;
	float:left;
}

.ll_control {
	width:100%;
	
}

.ll_top-pad {
	margin-top:7vw;
}