.whitepanel{
	background-color : white;
	padding-top: 30px;
	min-height: 100vh;
	
}

.bluecolorpanel{
	background-color: #3e5f7f;
	min-height: 100vh;
	
}
.container-fluid {
	margin-left: -15px;
	margin-right: 0;
	width: 100%;

}
*, ::after, ::before {
    box-sizing: border-box;
}
whitepanel {
    display: flex;
    justify-content: center;
	background-color: white;
    padding-top: 30px;
    min-height: 100vh;
}
.col-md-5 {
	width: 41.666667%; /* Matches the 5/12 grid column size for md and above */
	float: left;
	padding: 15px;     /* Matches Bootstrap's default gutter padding */
  }
  
  @media (min-width: 768px) {
	.col-md-5 {
	  width: 41.666667%; /* Width for medium (md) screens and above */
	}
  }
  @media (min-width: 768px) {
    .offset-md-2 {
        margin-left: 16.666667%; /* Offset by 2 columns (2/12) */
    }

    .col-md-8 {
        width: 66.666667%; /* Width for 8 columns (8/12) */
        float: left; /* Allow columns to be side by side */
    }
}
.d-none {
    display: none !important;
}
.btn {
    display: inline-block;         /* Allows padding and margin */
    font-weight: 400;             /* Sets the font weight */
    color: #fff;                  /* Text color */
    text-align: center;           /* Center the text */
    text-decoration: none;        /* Removes underline */
    padding: 0.375rem 0.75rem;    /* Vertical and horizontal padding */
    font-size: 1rem;              /* Font size */
    line-height: 1.5;             /* Line height */
    border: 1px solid transparent; /* Border */
    border-radius: 0.25rem;       /* Rounded corners */
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out; /* Transition effect */
    cursor: pointer;              /* Pointer cursor on hover */
}
img {
    vertical-align: middle;
    border-style: none;
}
.text-center {
    text-align: center !important;
}
.btn:hover {
    opacity: 0.9; /* Slightly darkens the button on hover */
}
@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%; /* Flexbox fallback for IE */
        flex: 0 0 100%; /* Takes full width */
        max-width: 100%; /* Maximum width */
    }
}
.p-0 {
    padding: 0 !important;
}
@media (min-width: 768px) {
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.btn-block {
    display: block;              /* Makes the button take up the full width */
    width: 100%;                 /* Sets the width to 100% */
}
.row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	background-color: #3e5f7f;
}

.row{
    background-color: #3e5f7f;

}

.logoContainernew {
	width: 332px;
	height: 91px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}

.logoContainerMobile{
	width: 250px;
	height: 91px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}

.form-group{
	margin-bottom: 17px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.formgrp-marginminus{
	margin-bottom: -17px;
}
.no-bottom-margin{
	margin-bottom: 0px;
}
input[type="text"],input[type="Password"],
select.form-control {
  	background: transparent;
  	border: none;
  	border-bottom: 1.5px solid #989898;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-radius: 0;
 	
  	font-style: regular;
	font-family: "Open Sans", sans-serif;
  	font-size: 14px;
  	color: #555555;
  	padding: 9px 0px 9px 9px;
}

input[type="text"]:focus,input[type="Password"]:focus,
select.form-control:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
}
::placeholder{
	font-style: regular;
   	font-family: "Open Sans", sans-serif;
   	font-size: 14px;
   	color: #cac9c9;
}


.slidertext{
	margin-top: 30px;
	color: #f2f2f2;
	font-size: 14px;
	font-weight: 550;
	text-align: justify;
	margin-bottom: 5px;
	font-family: "Open Sans", sans-serif;

}

.toppadding5{
	padding-top: 5px;
}

.disclaimer{
	font-size: 10.5px;
	font-weight: regular;
	color: #989898;
	text-align: justify;

}

.loginwarningred {

	margin-top: 15px;
	text-align: center;
	color: #e44236;
	width: 100%;

}
/* .material-symbols-rounded{
	color: #8f8d8c;
	font-size: 14px;
	padding: 10px;
	position: absolute;
	pointer-events: none;
	right: 0px;
	
} */
.inner-addon .fa {
	color: #8f8d8c;
	font-size: 14px;
	
	
}
.newpoweredby{
	
	font-size: 10.5px;
	font-style: regular;
	color: #989898;
}

.poweredbylogonew {
	width: 153px;
	height: 42px;

}
.graphicimagesbox{
	padding-top: 30px;

}
.forgotpasslink{
	color: #337ab7;
}
.returnloginlink{
	color: #337ab7;
	
}
.padding-bottom13{
	padding-bottom:13px;
}
a:hover{
	text-decoration-color: #23527c;
}

.btn-primary {
	background-color: #3e5f7f;
	border-color: #2e6da4;
	border-radius: 2px;
	color: #ffffff;
	
}



.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
	{
	background-color: #286090;
	border-color: #204d74;
}


.sup { 
	vertical-align: super; 
	font-size: 11px;
	padding-top: 10px;
}

.carousel-inner-pwd-rule{
	background-color: #f2f2f2; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 4px;
	font-Size: 10.5px;
	color: #989898;
}

.pwdmessagebox{

	padding-right: 1%;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.pass-requirements{
	padding: 5px 0px 5px 0px;
	
}

.pass-require-lock{

	display:inline;
	float:right;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 5px;

}

.pass-require-label{
	text-align: center;
	
	margin:0;
	display:relative;

}

.margin-top-10{
	margin-top: 10px;
}
.margin-bottom7{
	margin-bottom: 7px;
}
.captcha-inputstyle{
	background-color: #ffffff;
	padding-bottom: 16px;
	margin: 0px 3px 10px 3px;
	border-radius: 4px 4px 0px 0px;
}

.button-style{
	float: right;
	color: #8f8d8c;
	border: none;
	font-size: 14px;
	background-color: #f2f2f2;
	
}

.captcha-div-style{
	border: 0px;
	border-radius: 4px 4px 0px 0px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}



.list-of-pass-rules{
	list-style-type: disc ;
	margin-left: -6%;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	

}
li::marker {
	font-size: 1.5em;
} 

.panel-body{
	padding: 0px 0px 0px 0px;

}

.margin-bottom110{
	margin-bottom: 110px;
}

.slidertext {
	position: static !important;
    margin-top: 5px;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 450;
    text-align: justify;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    height: 140px;
}
.slide-change{
	width:100%;
	height:600px;
	
}
.whitepanel{
	
	display: flex;
    justify-content: center;
}
.forgotpass{
	position: relative;
    display: inline-block;
}
.paddingL142{
	padding-left:142px;
}
.paddingL100{
	padding-left:100px;
}

.center-block {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090 !important;
    background-image: none !important;
    border-color: #204d74 !important;
}
.text-align{
	text-align: center;
}
.margin-left100{
	margin-left:100px;
}
/* custom bootstrap class */

.bluecolorpanel {
    /* background-color: #007bff;  */
    color: white;
    padding: 0; /* Padding equivalent to Bootstrap's p-0 */
}

/* .graphicimagesbox {
    margin: 0 auto;
} */

.carousel {
    position: relative;
    overflow: hidden; /* Hide overflowing images */
    width: 100%; /* Full width */
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth transition */
    height: 600px; /* Set height */
}

.carousel-item {
    min-width: 100%; /* Each slide takes full width */
    display: none; /* Initially hide all slides */
}

.carousel-item.active {
    display: block; /* Show active slide */
}

.carousel-caption {
    bottom: 20px;
    left: 20px;
    /* background: rgba(0, 0, 0, 0.5);  */
    padding: 10px;
    border-radius: 5px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    position: relative;
	z-index: 1000;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
	font-size: 0px;
    background-color: white;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer; /* Pointer on hover */
}

.carousel-indicators li.active {
    background-color: #007bff; /* Highlight active indicator */
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    border-radius: 50%; /* Circular control buttons */
}

.carousel-control.prev {
    left: 10px; /* Position for previous button */
}

.carousel-control.next {
    right: 10px; /* Position for next button */
}
/* Mimicking Bootstrap 4's form-control */
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
  }
  
  .form-control:disabled, 
  .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
  }
  
  /* For form-control on <textarea> elements */
  textarea.form-control {
	height: auto;
  }
  
  .form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
  }
  
  .form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
  }
  .col-md-8{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  body {
	margin:0;
	font-size: 14px;
	 line-height: 1.42857143;
	 background-color: #fff;
 }
 button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.custom-carousel {
	margin-left: 100px; /* Custom margin */
  }
  

  
  .col-md-8 {
	width: 66.66667%; /* Bootstrap's column width for medium devices */
  }
  alert {
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	position: relative;
  }
  
  /* Custom Danger Alert Class */
  .alert-danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  
  /* Dismissible Alert Styles */
  .alert-dismissible {
	padding-right: 3rem;
  }
  .alert{
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .carousel-caption{
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 550;
    text-align: justify;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}

.hide {
	display: none !important;
}
  


