@charset "utf-8";
p a, p a:hover {
    text-decoration: none;
    color: #296c8b;
}
.version {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #06F;
	padding: 2px;
	margin: 0px;
	text-align: center;
	display: block;
	cursor: help;
	float: right;
	position: fixed !important;
	right: 5px;
	bottom: 5px;
}
.lockscreen {
	background-color: #ffffff !important;

	margin: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;

}
.lockscreen .logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 20%;
	background-color: rgb(181, 210, 255);
	
}
.lockscreen .login-wrap {
	display: flex ;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80%;
	background-color: rgba(6, 95, 237, 0.074);
}
.lockscreen .logo img {
	width: 150px;
	text-align: center;
}
.input-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}
.formLog {
	display: flex ;
	flex-direction: column ;
	justify-content: center ;
	align-items: center;
	padding: 30px;
	height: 100% !important;
	max-width: 70vw;
}
.dropzone {
	border: 2px dashed #ddd;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	background: #f9f9f9;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dropzone:hover {
	border-color: #2196F3;
	background: #E3F2FD;
}

.dropzone .drag-icon-cph {
	margin: 15px 0;
}

.dropzone .drag-icon-cph i {
	font-size: 48px;
	color: #757575;
}

.dropzone.border-primary {
	border-color: #2196F3;
	background: #E3F2FD;
}
