@font-face {
	font-family: 'Daikon-Regular';
	src: url(../fonts/Daikon-Regular.ttf), url(../fonts/Daikon-Regular.woff),
		url(../fonts/Daikon-Regular.woff2);
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Daikon-Regular' !important;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}

html {
	height: 100%;
	width: 100%;
}

a {
	color: #004fb4;
}

input, select, button, .btn {
	outline: none;
	box-shadow: none !important
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	background-image: none;
}

.btn-theme {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0ff;
	border-radius: 5px;
	text-decoration: none;
	color: #004fb4;
	font-weight: 500;
}

.btn-theme:hover {
	background-color: #dff;
	color: #004fb4;
	text-decoration: none;
}

.btn-blue {
	display: inline-block;
	padding: 10px 20px;
	background-color: #004fb4;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	border: 1px solid #004fb4;
}

.btn-blue:hover {
	background-color: #fff;
	color: #004fb4;
	text-decoration: none;
}

.pattern-bg {
	height: 100vh;
	flex: 1 0 auto;
	position: relative;
	background-color: #004fb4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.pattern-bg:before {
	height: 100vh;
	flex: 1 0 auto;
	position: absolute;
	background: url('../img/bg-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.1;
	left: 0;
}

.pattern-bg h1 {
	font-size: 94px;
	line-height: 1em;
	font-family: 'Daikon-Regular' !important;
	color: #17ffff;
}

.pattern-bg h3 {
	font-size: 40px;
	line-height: 1em;
	font-family: 'Daikon-Regular' !important;
	color: #00ffff
}

.pattern-bg h4 {
	font-size: 40px;
	color: #fff;
	line-height: 36px;
}

.coming-soon-title {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

.coming-soon-title::before, .coming-soon-title::after {
	position: absolute;
	left: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 2px;
	background-color: #ffffff;
	content: '';
}

.coming-soon-title::after {
	left: auto;
	right: -100px;
}
/*------ login page start ---------*/
.login-box {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin: 0 auto;
}

.login-wrapper h3 {
	color: #231f20;
	font-size: 24px;
}

.form-control-feedback {
	position: absolute !important;
	top: 0 !important;
	right: 0;
	z-index: 2;
	display: block;
	width: 40px;
	height: 50px;
	line-height: 50px !important;
	text-align: center;
	pointer-events: none;
	font-size: 17px;
	color: #004fb4;
	opacity: 0.8;
}

.login-box .form-group {
	position: relative;
}

.login-box .form-control {
	height: 50px;
}

.was-validated .form-control:valid, .form-control.is-valid {
	background-image: none;
}


/*------ login page end ---------*/