/*
 * Page: Login & Register
 * ----------------------
 */
.wrapper {
	display: table;
}

.modal-content{
    width: 100%;
    justify-content: center;
}

.wrapper .container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tbl {
	display: table;
	width: 100%;
}

/* .loginContainer {
	margin: 5% auto;
	width: 30%;
} */

.td {
	display: table-cell;
	vertical-align: middle;
}

.td:first-child {
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.td:last-child {
	width: 320px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 22px !important;
	text-align: center;
	/* pointer-events: none; */
}

.loginHeader {
	text-align: center;
	background: #fff;
	/*background: #55565A;*/
	/* padding: 15px !important; */
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0px;
	border-bottom: 1px solid #f7f7f7;
	/* box-shadow: 0px -1px 5px 2px #ABA9A8; */
}

.loginHeader a {
	background: #FFF none repeat scroll 0% 0%;
	/* height: 61px; */
	display: inline-block;
	/* padding: 4px; */
}

.loginHeader a img {
	width: 169px;
}

.login-logo, .register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
	background: #FFF7F7;
}

.login-logo a, .register-logo a {
	color: #444;
}

.login-page, .register-page {
	background: #fff;
}

.login-page .bg, .register-page .bg {
	/* background: url('../img/printer-790396_1920.jpg') no-repeat;*/
	background-position: center top;
	position: relative;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-size: cover;
	opacity: 0.15;
}

.login-page .container, .register-page .container {
	position: relative;
	z-index: 2;
}

.login-box, .register-box {
/* 	width: 100%; */
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	overflow: hidden;
}

.login-page .container {
	padding-top: 0px;
	vertical-align: middle;
}

.loginFooter {
	text-align: center;
	padding: 10px 15px;
	border-top: 1px solid #aa0000;
	text-align: right;
	margin-top: 30px;
}

.loginFooter img {
	height: 30px;
	width: auto;
}
/*.btn-sign
{
    color: #53565a;
    background-color: rgba(255, 196, 59, 0.66);
    border-color: rgba(255, 196, 59, 0.66);
}*/
.btn-sign:hover {
	color: #53565a;
	background-color: var(--burgundyHover);
	border-color: var(--burgundyHover);
}

.loginFooter a {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.7);
}

@media ( max-width : 768px) {
	.login-box, .register-box {
		width: 100%;
		margin-top: 0px;
	}
}

@media ( max-width : 767px) {
	.td:last-child {
		padding-left: 0px;
	}
	.main-header .navbar .centerDiv {
		left: 50%;
		background: none;
		padding: 0px;
		transform: none;
		left: 55px;
		top: 0px;
		right: 55px;
		padding: 5px 0;
		font-size: 12px;
		line-height: 1.3;
	}
	.navbar-custom-menu>.navbar-nav>li.user-menu>a {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.main-header .sidebar-toggle {
		padding: 7px 10px;
	}
	.loginFooter {
		text-align: center;
	}
}

.login-box-body, .register-box-body {
	background: #f6f6f6;
	padding: 5px 10px;
	border-top: 0;
	color: #666;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback
	{
	color: #777;
}

.login-box-body select {
	width: 100%;
	padding: 6px;
}

.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: left;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	background: var(--burgundy);
}

.login-box-msg i, .register-box-msg i {
	font-size: 25px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1.2;
}

.social-auth-links {
	margin: 10px 0;
}

.col-xs-12.loginBtn {
	/* text-align: center; */
	margin-top: 10px;
}

/*** Loader CSS Start ***/
.page-loading {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

.page-loading .logo {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 5%;
}

.loader {
	width: 500px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 53%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: var(--fontLucida);
	text-transform: none;
	font-weight: 600;
	color: #56565a;
	letter-spacing: 1px;
}

.loader::before, .loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	/* background: #fccc08; */
	position: absolute;
	-webkit-animation: load .7s infinite alternate ease-in-out;
	/* animation: load .7s infinite alternate ease-in-out; */
}

.loader::before {
	top: 0;
}

.loader::after {
	bottom: 0;
}

@
-webkit-keyframes load { 0% {
	left: 0;
	height: 30px;
	width: 15px;
}

50%
{
height
:
 
8
px
;

    
width
:
 
40
px
;

  
}
100%
{
left
:
 
500
px
;

    
height
:
 
30
px
;

    
width
:
 
15
px
;

  
}
}
@
keyframes load { 0% {
	left: 0;
	height: 30px;
	width: 15px;
}

50%
{
height
:
 
8
px
;

    
width
:
 
40
px
;

  
}
100%
{
left
:
 
500
px
;

    
height
:
 
30
px
;

    
width
:
 
15
px
;

  
}
}
/*** Loader CSS End ***/
header {
	background: #ffffff;
	padding: 0;
	position: relative;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	height: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/**** Newly Added *********/




.logo img {
	width: 100%;
}

.newtabstyle {
	border-bottom: 0px;
	/* margin-top: 40px; */
}

.newtabstyle li a {
	color: #000;
	font-size: 14px;
	margin: 0px 10px;
}

.newtabstyle li a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #ff0000;
}

.newtabstyle li.active a, .newtabstyle li.active a:focus, .newtabstyle li.active a:hover
	{
	color: #fff;
	background-color: #3d3734;
	border-radius: 0px;
}

.h3class {
	float: left;
	display: inline-block;
	font-size: 18px;
	color: #ff0000;
	margin: 0;
	font-weight: 600;
	padding: 5px 10px;
}

.margintopclass {
	margin-top: 25px;
	display:grid;
}

#home {
	background-image: url("../img/yes5-bg.jpg");
	min-height: 95vh;
	background-position: 100% 100%;
	background-size: cover;
}

/* #menu5 {
	background-image: url("../img/yes2-bg.jpg");
	min-height: 95vh;
	background-position: 100% 100%;
	background-size: cover;
} */
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0;
}
.newh1class {
	text-align: center;
    font-size: 65px;
    background-color: rgb(62 62 62 / 30%);
    padding: 10px 0px;
    color: #fff;
}

.newh2class {
	text-align: center;
	font-size: 72px;
	color: #002060;
	margin-top: 30px;
}

.red {
	color: #ff0000;
}

.emptybox {
	min-height: 80px;
}



footer img {
	height: 30px;
	width: auto;
}

.newh3class {
	font-size: 28px;
	font-weight: 600;
	margin-top: 30px;
	color: #1f4e79;
}

.form-group {
	margin-bottom: 15px;
}


/* .emptybox2 {
	min-height: 80px;
}
 */
.FPClass {
	float: right;
	font-size: 11px;
}




#menu, #home {
    color: #000;
    /* float: right; */
    font-size: 15px;
    margin: 0px 0;
    text-decoration: none;
}
.nav-tabs li.active:after {
	display: none !important;
}
.nav-tabs>li>a {
    color: #000 !important;
}

#captcha_id{
	width: 100px;
    height: 40px;
   /* font-family: arial;*/
    font-family: var(--fontLucida);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: rgb(137,11,119);
    background-color: rgb(133,173,183);
    border: none;
}

.fullwidth {
	margin: 18px auto 20px;
}


.toggle-password{pointer-events:all}