@import
	url("../../webjars/edms-common-frontend/1.0.0/css/global.min.css");

@import
	url("../../webjars/edms-common-frontend/1.0.0/css/FormBox/form_box.min.css")
	;

@import url("../../../elibsdrona/vendor/css/select/select2.css");

@import url("../../../elibsdrona/vendor/css/common/landingpage.css");

@import url("../../../elibsdrona/vendor/css/common/logodronamini.css");

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

footer {
	flex: 1 0 auto;
}

nav {
	font-weight: 300;
}

body>.containerLS {
	min-height: 75vh;
}

.bodyLS {
	background: url(../img/background.jpg) no-repeat top fixed;
	background-size: 100%;
	background-color: rgba(29, 161, 242, 1.00);
	font-family: 'Noto Sans', sans-serif !important;
}

.bold {
	font-weight: bold;
}

.signupRow {
	margin-bottom: 0 !important;
}

.logoDrona {
	position: relative;
	width: 198.75px;
	height: 26.25px;
	background-size: contain;
	background-image: url(../img/head/dronaLogo.png);
	margin-left: 10px;
	cursor: pointer;
}

.headDronaPanel {
	position: fixed;
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: flex-end;
	display: flex;
}

.topNav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
	width: 100%;
	background: url(../img/head/TopPanel_left.png),
		url(../img/head/TopPanel_center.png),
		url(../img/head/TopPanel_right.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 8px 50px, calc(100% - 15px) 50px, 8px 50px;
	background-position: left top, 8px top, right top;
}

.topNavLeft {
	/* background: url(../img/head/DronaBrand01.png);
	background-repeat: no-repeat; */
	
}

.loginSignupBtnCont {
	position: relative;
	/* background: url(../img/head/DronaBrand03.png);
	background-repeat: no-repeat; */
	background-position: right;
}

.btnE {
	background-color: #006CCC !important;
}

.btnE:hover, .btnE:active {
	background-color: #1f7acc !important;
}

.modal-content {
	font-size: 14px;
}