body {
    font-family: "Roboto", sans-serif;
    background-color: #064E89;
	font-size:14px;
}
html, body {
    height: 100%;
}
.form-body {
    background-color: #064E89;
    height: 100%;
}
html, body {
	height: 100%;
}
.form-body {
	background-color: #0093FF;
	height: 100%;
}
.form-body > .row {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
}
.website-logo {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	top: 50px;
	left: 50px;
	right: initial;
	bottom: initial;
}
.website-logo img {
	width: 100px;
}
.website-logo a {
	display: inline-block;
}
.website-logo-inside {
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.website-logo-inside img {
	width: 100px;
}
.website-logo-inside a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.website-logo-inside .logo {
	display: inline-block;
	margin: 0 auto;
	text-align: center !important;
}
.website-logo-inside .logo img {
	width: 193px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (min-width: 767px) {
.col-md-less-padding {
	padding-right: 0px !important;
}
}
.img-holder {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 700px;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	padding: 60px;
	text-align: center;
	z-index: 999;
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.img-holder .info-holder {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	display: block;
}
.img-holder .info-holder h3 {
	color: #00000;
	font-size: 23px;
	font-weight: 900;
	margin-bottom: 30px;
	width: 100%;
	padding-right: 30px;
}
.img-holder .info-holder h2 {
	display: inline-block;
	color: #064E89;
	text-align: center;
	font-size: 32px;
	font-weight: 900;
	max-width: 378px;
}
.img-holder .info-holder h2:not(.animated) {
	width: 100%;
}
.img-holder .info-holder h2 span {
	font-size: 32px;
	font-weight: 900;
	color: #FE4777;
}
.img-holder .info-holder p {
	color: #064E89;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	width: 100%;
	padding-right: 30px;
}
.img-holder .info-holder img {
	width: 100%;
	max-width: 600px;
}
.img-holder .bg {
	position: absolute;
	opacity: 0.23;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

/*@media (min-height: 700px) {
.img-holder {
	position: fixed;
}
.website-logo {
	position: fixed;
}
}*/
.form-holder {
	/*margin-left: 60%;
	width: 100%;*/
}
.form-content {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
/*	padding: 60px;*/
	min-height: 100%;
	border-left:1px solid #2F2F2F;
}
 .form-holder .form-content ::-webkit-input-placeholder {
 color: #526489;
}
 .form-holder .form-content :-moz-placeholder {
 color: #526489;
}
 .form-holder .form-content ::-moz-placeholder {
 color: #526489;
}
 .form-holder .form-content :-ms-input-placeholder {
 color: #526489;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
 .form-control ::-webkit-input-placeholder {
 color: #526489;
}
 .form-control :-moz-placeholder {
 color: #526489;
}
 .form-control ::-moz-placeholder {
 color: #526489;
}
 .form-control :-ms-input-placeholder {
 color: #526489;
}
.form-content {
	position: relative;
	background-color: #fff;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
/*.form-content .form-group {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}*/
/*.form-content::after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0px;
	width: 364px;
	height: 361px;
	background-image: url(../images/login-pattern.png);
	z-index: 1;
}*/
.form-content .form-items {
	display: inline-block;
	width: 100%;
	padding:50px;
	text-align: left;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
}
.form-content h3 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 10px;
}
.form-content p {
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 30px;
}
.form-content small.error-message {
	color: lightcoral;
}
.form-content label {
	color: #2F2F2F;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 10px;
}
.form-content textarea {
	position: static !important;
	width: 100%;
	padding: 8px 20px;
	border-radius: 6px;
	text-align: left;
	background-color: #fff;
	border: 0;
	font-size: 15px;
	font-weight: 300;
	color: #8D8D8D;
	outline: none;
	resize: none;
	height: 120px;
	-webkit-transition: none;
	transition: none;
	margin-bottom: 14px;
}
.form-content textarea:hover, .form-content textarea:focus {
	border: 0;
	background-color: #ebeff8;
	color: #8D8D8D;
}
.form-content .form-button {
	margin-top: 30px;
	margin-bottom: 25px;
}
.form-content .form-button .ibtn {
	border-radius: 10px;
	border: 0;
	padding: 20px 28px;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	outline: none;
	display: block;
	width: 100%;
}
.form-content .form-button .ibtn:last-child {
	margin-right: 0;
}
.form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus {
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}
.sign-in {
	color: #2F2F2F;
	text-align:center;
}

.sign-in a {
	color: #000000 !important;
}


/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 1366px) {
.form-holder .form-content {
	padding: 125px 0px 60px;
}
}

@media (max-width: 992px) {
.img-holder {
	position: static;
	width: 100%;
	padding: 0px 30px 30px 30px;
}
.form-holder {
	margin-left: 0;
}
.form-body.on-top .form-holder .form-content, .form-body.on-top-mobile .form-holder .form-content {
	padding: 60px;
}
.website-logo {
	position: relative;
	top: 50px;
	left: 50px;
	right: initial;
	bottom: initial;
}
.form-body.without-side .img-holder {
	display: inline-block;
}
.form-body.without-side .form-holder .form-content {
	padding: 125px 30px 60px;
}
.form-body.on-top-mobile .website-logo {
	position: absolute;
}
.form-body.on-top-mobile .img-holder {
	display: block;
	position: relative;
	width: 100%;
	min-height: initial;
	height: initial;
	overflow: initial;
	padding: 40px;
}
.form-body.on-top-mobile .img-holder .info-holder.simple-info h3 {
	margin-bottom: 16px;
}
.form-body.on-top-mobile .img-holder .info-holder.simple-info p {
	margin-bottom: 10px;
}
.form-body.on-top-mobile .img-holder .info-holder.simple-info img {
	margin-bottom: 20px;
}
.form-body.on-top-mobile .form-holder {
	margin-left: 0;
}
}

@media (max-width: 768px) {
.container-custom-padding > .row > [class^=col] {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}
.container-custom-padding > .row > [class^=col]:first-child {
	padding-left: 0.4rem;
}
.container-custom-padding > .row > [class^=col]:last-child {
	padding-right: 0.4rem;
}
}

@media (max-width: 575px) {
.form-body.on-top .img-holder, .form-body.on-top-mobile .img-holder {
	padding: 90px 40px 40px;
}
.form-content .row.top-padding .form-button {
	text-align: left !important;
	margin-top: 30px;
}
}
.form-items .form-group {
    position: relative;
}
.error-icon{
    font-size: 22px;
    position: absolute;
    top: 13px;
    right: 20px;
    width: 30px;
    height: 30px;
}
.error-icon .fa{
    color: #F44336;
    font-size: 19px;
}
.d-inline-block {
    display: inline-block !important;
  }
  .border-end {
    border-right: 1px solid #DEE2E6 !important;
  }
  .px-2 {
    padding-right: .5rem !important;
  }
.contry-wra {
    padding: 0px 5px;
    border-radius: 4px;
    width: 100%;
    background: #FFFFFF;
    color: #495057;
    border: 1px solid #CED4DA;
  }
  .contry-wra:focus {
    color: #212529;
      background-color: #fff;
      border-color: #86B7FE;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }
  .contry-wra input {
    display: inline-block;
    width: calc(100% - 70px);
    border: none;
    height: auto !important;
  }
  .contry-wra input:focus {
    box-shadow: none;
  }
  .country-code {
    width: 30px;
    float: left;
    margin: 8px 0px 0 0px;
  }
/* LOGIN ADS SLIDER CSS START */

.login-ads {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.login-ads .image {
	width: 100%;
	object-fit: cover;
}
.login-ads .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 30px;
	height: 100%;
	width: 100%;
}
.slide p {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.slide .quote-icon {
	font-size: 30px;
	color: #4070f4;
}
/* swiper button css */
.swiper-button-next, .swiper-button-prev, .swiper-button-next.nav-btn, .swiper-button-prev.nav-btn {
	display: none;
}



/*10-06-2023 AJITH CSS START*/
.body-bg {
  width: 100vw;
  height: 100vh;
  background: url(/assets/corporate/images/co-login-bg.jpg) no-repeat center;
  background-size: cover;
  padding:75px;
}
.page-content {
	width: 100%;	
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.form-v10-content {
	background: #fff;
	width: 100%;
	/*width: 1100px;*/
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
	-o-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
	-ms-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
	margin: 0px 0;
	position: relative;
	font-family: montserrat, sans-serif
}
.form-v10-content .form-detail {
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex
}

.form-v10-content .form-detail .form-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 50%;
	/*width: 100%*/
}

.form-v10-content .form-detail .form-right {
	width: 100%;
	background: #ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}


@media screen and (max-width:1199px) {
.form-v10-content {
	margin: 95px 20px
}
}

@media screen and (max-width:991px) and (min-width:768px) {
.form-v10-content .form-detail .form-group {
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	width: auto;
	padding: 0 50px 0 60px
}
.form-v10-content .form-detail .select-btn, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
	right: 15%
}
}

@media screen and (max-width:767px) {
.form-v10-content .form-detail {
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column
}
.form-v10-content .form-detail .form-right {
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px
}

}

@media screen and (max-width:575px) {
.form-v10-content .form-detail .form-group {
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column
}
.form-v10-content .form-detail .form-row, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-1, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-2, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-3, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-1, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	width: auto;
	padding: 0 30px
}
.form-v10-content .form-detail .select-btn, .form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn, .form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
	right: 15%
}
.form-v10-content .form-detail h2 {
	padding: 33px 30px 0
}
.form-v10-content .form-detail .form-checkbox {
	padding: 0 30px
}
.form-v10-content .form-detail .form-checkbox .checkmark {
	left: 30px
}
.form-v10-content .form-detail .form-right .form-row-last {
	padding-left: 0;
	text-align: center;
	margin: 44px 0 30px
}
}


.corporate-login {
	display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.corporate-icon {
  padding:0px 0px 0px 20px;
  height:66px;
  background:#ECECEC;
  color: #000000;
  min-width: 50px;
 display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
font-size:24px;

}

.corporate-login input:focus ~ .floating-label,
.corporate-login input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 80px;
  font-size: 11px;
  opacity: 1;
  outline:none;
}

.inputText {
  font-size: 14px;
  font-weight:600;
  height: 66px;
  background:#ECECEC;
  border:0px;
  width:100%;
  -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
outline:none;
padding-left:17px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 80px;
  top: 20px;
  transition: 0.2s ease all;
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}
.forgot {
	color:#000000;
}

.forgot:hover {
	text-decoration:none;
	color:#2F2F2F;
}


@media screen and (max-width:1400px) {
.form-content .form-items {
  padding: 0px;
}
.form-content {
  padding: 30px;
}
}
@media screen and (max-width:767px) {
.form-v10-content .form-detail .form-left {
	padding-bottom: 0px
}
.form-v10-content .form-detail .form-left {
	width:100%;
}
.img-holder .info-holder {
	position: relative;
	top: 0%;
	-webkit-transform: translateY(-0%);
	-moz-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	text-align: center;
	display: block;
}
.form-right {
	order:-1;
}
.form-content {
	border-left:0px solid #2F2F2F;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.img-holder {
	padding: 0px 30px 0px 30px;
	min-height:inherit;
}
.form-v10-content .form-detail .form-right {
-webkit-border-top-left-radius: 10px !important;
-webkit-border-top-right-radius: 10px !important;
-moz-border-radius-topleft: 10px !important;
-moz-border-radius-topright: 10px !important;
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
}
.form-v10-content {
	margin: 0px 0px 90px 0px;
}
}
@media screen and (max-width:580px) {
.body-bg{
	padding:15px;
}
.form-v10-content {
	margin: 0px 0px 15px 0px;
}
.pull-left {
  float:none;
}

.pull-right {
  float: none;
}
.remember-me{
text-align:center;	
}
.forgot {
	display:block;
	text-align:center;
}
}

.file-upload-padding{
    padding-top: 20px;
}
.inputText.mobile{
    padding-left: 57px;
    position: relative;
}
/*.mobile-icon {
    position: relative;
}*/
/*.mobile-icon.c-code::after{
    position: absolute;
    left: 55px;
    top: 23px;
    content: "(+91)";
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
}

.mobile-icon .c-code{
    position: absolute;
    left: 60px;
    top: 23px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 50;
}*/

.mobile-icon .c-code{
    position: absolute;
    left: 76px;
    top: 23px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 50;
}