*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: black;
	transition: background-color 5000s ease-out 0.5s;
}
.background{
	width: 100%;
	min-width: 1500px;
	height: 100%;
	min-height: 800px;
}
.logo{
	width: 400px;
	position: absolute;
	left:10px;
	top: 10px;
}
.box1{
	width: 380px;
	height: 500px;
	position: absolute;
	left: 250px;
	top: 200px;
}
.box1_1{
	background-color: white;
	border-radius: 10px;
	width: 300px;
	height: 350px;
	padding: 50px 40px 50px 40px;
	
}
.tableBox{
	width: 300px;
	height: 350px;
}
.box_userandpass{
	width:100%;
	height: 50px;
	background-color: #f8f8f8;
	border: #b5b6ba 1px solid;
	border-radius: 8px;
}
.img_userandpass{
	width: 40px;
	margin-left: 10px;
}
.input_userandpass{
	width: 230px;
	height: 40px;
	margin-top: 5px;
	font-size: 15px;
	border: 0px;
	outline: none;
	background-color: #f8f8f8;
}
.input_cptc{
	width: 100%;
	height: 50px;
	border: #d5d6da 1px solid;
	background-color: #F8F8F8;
	border-radius: 8px;
	text-align: center;
	font-size: 15px;
}
.img_cptc{
	margin-left: 30px;
}
.loginBox{
	width: 100%;
	height: 50px;
	background-color:#1f2519;
	border-radius: 8px;
	font-size: 20px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inputhover input:hover{
	background-color: #34495e;
}
.forget{
	color:#a8a8a8 ;
	
	text-decoration: none;
}
.box1_2{
	width: 380px;
	height: 50px;
	color: white;
	margin-top: 30px;
}
.end{
	width: 100%;
	text-align: center;
	color: #a8a8a8;
	position: absolute;
	bottom: 0;
}