/* Minification failed. Returning unminified contents.
(223,39): run-time error CSS1046: Expect comma, found '0'
(223,43): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Poppins', sans-serif !important;
	color: #000;
	font-size: 14px;
}
.container {
	max-width: 1378px;
}
.btn {
	background: #18103d;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 14px 12px;
}
.btn:hover {
	background: #000;
	color: #fff;
}
.header {
	background: #fff;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2);
	padding: 15px 0;
}
.email-grp, .phone-grp {
	display: flex;
	align-items: center;
}
a {
	/*color: #3f3f3f;*/
    color: #ffffff;
}
a:hover {
	color: #00a3ff !important;
}
.email-grp p, .phone-grp p {
	padding: 0;
	margin: 0;
}
.email-grp a, .phone-grp a {
	color: #3f3f3f;
	display: flex;
}
.email-grp {
	margin: 0 24px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #3f3f3f
}
.email-grp i, .phone-grp i {
	padding-right: 8px;
	font-size: 16px;
}
.login-banner {
	background: url(../img/login-banner.jpg) no-repeat top center;
	background-size: cover;
	padding: 10% 0 0;
	height: 100vh
}
.login-content {
	color: #fff;
	padding-top: 12%
}
.login-tagline {
	padding-bottom: 15px;
	text-transform: uppercase;
}
.login-content h1 {
	font-size: 66px;
	font-weight: 600;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.login-content h1 span {
	font-weight: 300
}
.login-des span {
	position: relative;
	padding-right: 45px;
}
.login-des span::after {
	position: absolute;
	right: 0;
	top: 5px;
	background: url(../img/arrow.png) no-repeat center center;
	width: 30px;
	height: 13px;
	content: '';
}
.login-box {
	max-width: 600px;
	width: 100%;
	float: right;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,.3);
}
.login-box h2 {
	font-weight: 600;
	color: #00a3ff;
	font-size: 28px;
}
.login-sub {
	font-size: 16px;
	color: #59636d;
	padding-bottom: 35px;
}
.login-form-box .form-control {
	height: 50px;
	border: 1px solid #cdcccc;
	padding-left: 20px;
	padding-right: 54px;
}
/*.login-form-box .form-group i {
	position: absolute;
	right: 21px;
	top: 14px;
	color: #aeb0cd;
	font-size: 21px;
}*/
.form-check label {
	color: #2b2b2b;
	font-weight: 400;
	font-size: 14px;
	padding-left: 15px;
}
.form-check-input {
	position: absolute;
	margin-top: 0;
	margin-left: -1.25rem;
	width: 25px;
	height: 25px;
	border-radius: 0;
}
.forgot-password {
	margin-top: 0;
	text-align: right;
}
.forgot-password a, .register a {
	color: #00a3ff;
	font-weight: 300;
	text-decoration: underline
}
.forgot-password a:hover, .register a:hover {
	color: #3f3f3f;
	text-decoration: none
}
.rem-row {
	margin-top: 22px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.register {
	color: #59636d;
	font-weight: 300;
}
.footer {
	background: #18113d;
	padding: 15px 10px;
	color: #fff;
}
.footer p {
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.error {
    color:red;
    font-size:20px;
    font-weight:bold;
}
.form-control {
    display:inline;
    width:97%;
}
.register-banner {
    height: 100%;
    padding-bottom: 50px;
}


.forgot-popup .modal-title {
    width: 100%;
}

.forgot-popup .modal-header {
    background: #0098ff;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
}

.forgot-mid {
    background: #0098ff;
    color: #fff;
}

    .forgot-mid label {
        color: #fff;
    }

.forgot-popup-width {
    max-width: 576px;
    width: 96%;
}
.btn-luser {
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 15px auto;
    background-color: #18103d;
    padding: 15px 40px;
    color: #fff;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 16%);
}

    .btn-luser:hover {
        background: #000;
    }
.alert {
    font-size: 13px;
}
span#lblHrText a {
    color: #007bff !important;
}

.gridHeader a:hover {
    text-decoration: none;
    color: #ffffff;
}
.gridHeader {
    background-color: #0097FE;
}
.gridItem a {
    color: #0097fe;
}
