/*==== Start Common Css ====*/
body{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
.noPadding{
    padding:0;
}
h3 
{
    font-weight: 600;
    margin: 0;
}
p {
color: #9198B2;
font-size: 14px;
}
.btnTheme {
	background: #fff;
	border-radius: 12px;
	color: #122620;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	height: 44px;
	transition: all 0.3s;
	border: 1px solid #fff;
}
li{
    list-style-type: none;
}
.form-control:focus{
    outline:none;
    box-shadow:none;
}

.toggle_password_ {
    position: absolute;
    top: 25px;
    right: 4%;
    cursor: pointer;
    transform: translate(-50% , -50%);
    bottom: auto;
  }
  .show-icon {
	background-image: url('../images/Show.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 4;
	height: 23px;
	width: 23px;
	position: absolute;
	bottom: 0;
	right: 0px;
	background-size: 100%;
}
.hide-icon.hide-icon {
	background-image: url('../images/Show.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 4;
	height: 23px;
	width: 23px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-size: 100%;
}
.hide-icon.hide-icon::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 28px;
	background: #8bb6dc;
	transform: rotate(30deg);
	right: 9px;
	top: -2px;
}
/*==== End Common Css ====*/

/* Start Main Css */

.loginForm_ {
	display: flex;
	width: 100%;
	height: 100vh;
	background: transparent linear-gradient(270deg, #408FD1 0%, #14346D 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 56px #00000026;
	position: relative;
}
.adminLogin {
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.loginHorizontalForm_ {
	display: inline-block;
	width: 100%;
	margin-top: 18px;
}
.logo {
	display: flex;
	justify-content: center;
}
.logo img {
	max-width: 53px;
	width: 100%;
}
.loginHeading {
	color: #fff;
}
.loginParah {
	color: #FFFFFF;
	opacity: 0.5;
}
.loginIcon {
	position: absolute;
	top: 0;
	left: 0;
}
.loginIcon img {
	width: 20px;
}


.floating-label-group .form-control {
	background: transparent;
	border-bottom: 1px solid #fff !important;
	border: none;
	border-radius: 0;
	opacity: 1;
	color: #fff;
	font-size: 14px;
	padding-left: 33px;
	font-weight: 600;
}
.forget-link {
	display: flex;
	justify-content: end;
}
.forget-link a {
	color: #fff;
	font-size: 14px;
}
.floating-label-group {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}
.floating-label {
	font-size: 14px;
	color: #fff;
	position: absolute;
	pointer-events: none;
	top: 2px;
	left: 34px;
	transition: all 0.1s ease;
	opacity: 0.5;
}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
		top: -15px;
		bottom: 0px;
		left: 34px;
		font-size: 14px;
		opacity: 1;
		color: #fff;
		transition: all 0.5s;
		
	}
.floating-label-group .form-control:focus {
		border-bottom: 2px solid white !important;
	}
	.footerMenu li:last-child {
		padding-right: 0;
	}
/* End Main Css */

/* Start Footer Css */

.footerMenu {
	width: 100%;
	padding: 0;
	justify-content: space-between;
	position: absolute;
	bottom: 21px;
	left: 0;
	right: 0;
	text-align: center;
}
.footerMenu li {
	display: inline-block;
	padding-right: 18px;
}
.footerMenu li a {
		color: #88B1D9;
		font-size: 13px;
	}

.footerMenu li span {
	color: #6B8FB2;
	font-size: 14px;
}

.eyeIcon {
	position: absolute;
	right: 17px;
	top: 16px;
	color: #7697b7;
}

/* End Footer Css */


.loginHorizontalForm_ .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
     border-color: transparent; 
    box-shadow: none;
}




input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

