@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,600;1,700&display=swap');
*{
	margin:0;
	padding:0;
}

body{
	font-family:'Source Sans Pro', sans-serif;
	margin:0;
	padding:0;
	font-weight: 400;
	overflow-x: hidden;
	color:#131313;
	}


a:hover{
	text-decoration:none !important;
}

h2{
	font-size:55px;
	color:#2c2e3f;
	text-transform:uppercase;
}

ul{
	list-style-type:none;
}


/* login css start */
img {
    max-width: 100%;
}

::-webkit-input-placeholder { /* Edge */
  color: #47404f;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #47404f;
}

::placeholder {
  color: #47404f;
}

.login-page {
	background-image: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-page {
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}
.landing-page .alert.alert-block{
	position: absolute;
    width: 100%;
    top: 0;
	
}
.landing-page .container{
	max-width:980px;
	position:relative;
}
.landing-button{
	float: right;
    background: #06c4de;
    color: white;
    vertical-align: middle;
    align-items: center;
    right: 0;
    position: absolute;
}
.landing-left-side > p:first-child{
	font-family: Poppins;
    color: white;
    font-size: 30px;
    font-weight: bold;
	padding-top: 30px;
}
.landing-page .col-sm-6{
	float:left;
	padding:0px;
}
.landing-page .col-sm-6 img.landing-img{
	
    height: 400px;
    float: right;
    object-fit: fill;
}
.landing-page .col-sm-6 iframe{
	height: 250px;
	float: right;
	width:400px;
	margin-top: 35px;
}
.landing-left-side input{
	font-family: Poppins;
    font-size: 13px;
}
.landing-left-side input.btn:first-child{
	background: #06c4de;
    color: white;
	font-size:1rem;
}
.landing-left-side >div p{
	font-family: Poppins;
    color: white;
    font-size: 17px;
	margin-bottom:5px;
	margin-top:30px;
	word-break: break-all;
}
.landing-left-side #name_error{
	color:coral !important;
	
}
.landing-left-side #name_success{
	color:#78e1bc !important;
	
}
.login-logo h1 {
	font-size: 24px;
	color: #046ba4;
	margin: 40px 0 10px;
	position: relative;
	font-weight: 600;
}
.align-center {
    text-align: center;
}
.landing-page .content{
	width:970px;
}
.landing-page .col-sm-12{
	padding:0px;
}
.login-page button.btn.btn-primary.btn-block {
	display: inline-block;
	width: auto;
	background: #006aa5;
	border: #006aa5;
	font-family: ;
	font-size: 18px;
	letter-spacing: 0.8px;
	padding: 8px 36px;
	margin: 30px 0 50px;
	font-weight: 600;
}
.login-page label {
    font-family: Roboto-Regular;
    font-weight: normal !important;
    color: #000;
    font-size: 16px;
}
.login-box {
	width: 550px;
	margin: 55px auto 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-logo p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #373737;
}
.login-card-body {
	padding: 40px 60px;
	border-radius: 12px;
}
.login-logo {
	text-align:center;
}

.login-box .form-control {
	border-right: none;
}
.login-box .input-group-text {
	border-left: none;
	border-radius: .25rem;
	background:transparent;
}
/* login css end */


/* data table css */

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	border: none;
}
#dataTable_filter {
	display: none;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
display:none !important;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
display:none !important;
}
.dataTable th{
color: #2c3652;
}
/* data table css end */

.wdt-100 {
	width: 100%;
	display: inline-block;
}
.heading-title {
	color: #2c3652;
	font-size: 22px;
}
.fill-btn {
	background: #006aa5;
	border: none;
	color: #fff;
	padding: 5px 22px;
	margin: 0px 10px;
	border-radius: 5px;
}
.fill-btn:hover {
	background: #03649a;
	transition:0.2s ease-in-out;
}

.button-section {
	float: right;
}
.main-heading {
	float: left;
	color: #2c3652 !important;
	font-weight: 600 !important;
}
.btn-cls {
	border: 1px solid #006aa5;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 10px 10px auto;
	color: #006aa5;
	background: transparent;
	display: inline-block;
}
.btn-cls:hover {
	color: #fff;
	background:#006aa5;
	transition:0.2s ease-in-out;
}
.input-search-icon {
	position: absolute;
	left: 15px;
	z-index: 999;
	top: 7px;
}
input.input-with-icon {
	padding-left: 35px;
	position:relative;
}