
:root {
    --theme-color: #45d1ca;
}
@font-face {
    font-family:"AdaniRegular";
    src: url("fonts/AdaniRegular.ttf") /* TTF file for CSS3 browsers */
}
body{
   font-family: 'AdaniRegular',sans-serif;
   color:black;
}
.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     background: url(../images/login_bg.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
 	 -moz-background-size: cover;
	 -o-background-size: cover;
  	 background-size: cover; 
}  
.form-signin {
    margin: 0 auto;
    top: 0px;
    text-align: center;
}
.form-signin .form-signin-heading, .form-signin {
    margin-bottom: 4px;
}
.form-signin h1{
  padding:10px;
  font-weight:400;
  font-size:14px;
  margin:0 0 50px ;
}
.form-signin h2{
  font-size:34px;
  margin:0;
}
.navbar-default{
	background-color:white;
	margin-bottom:2px;
	border:none;
}
.btn-login, .btn-login:hover, .btn-login:active, .btn-login:visited,.btn-login-focus {
    background-color: var(--theme-color);
    font-weight:bold !important;
}
.input-field label{
	font-size: 12px;
	font-weight: 500;
    color: black;
}
.select-group-addon label{
	font-size: 12px;
	font-weight: 500;
    color: black;
}

select.browser-default {
	border: 1px solid #C1C5C8 !important;
	border-radius: 4px;
	margin: 0 0 15px;
	max-width: 95%;
	padding-left: 8px;
	color: #1d2129;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-group-addon:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #000;
	position: absolute;
	right: 27px;
	top: 26px;
	z-index: 1;
	width: 10%;
	pointer-events: none;
	font-size: 22px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=search-md].valid, input[type=search-md]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid var(--theme-color);
    box-shadow: 0 1px 0 0 var(--theme-color);
}    
.login-box{
    max-width: 280px;
    margin:0 auto;
}
.brand_text{
	font-family: 'open-sans',sans-serif;
	font-size: 16px;
	font-weight:800;
	color:black !important;
}
.form-group{
	margin-bottom:0px;
}
.brand_sm_text{
	font-size:9px;
	font-weight:500;
	color: black !important;
	top: -20px;
    position: relative;    
}
.form-brand-text{
	font-weight:800;	
}
.login-box input{
    border-bottom: 1px solid var(--theme-color);
    height: 2.5rem;
}
#loginbutton{
	letter-spacing: 2px;
	margin-top: 30px;
	color: white;
}
.default_text{
	font-weight:400;
}
.navbar-brand{
	left: 30%;
}
.company_logo{
height: 75px !important;
    padding: 0px 0px !important;
    display: block !important;
    width: 100%;
    min-width: 163px;
    object-fit: contain;
    margin-bottom: 8px;
margin-left:-65px
}
.login-box .help-block {
    color: red;
    text-align:left !important;
}
.hidden{
	display:none;
}
.center-txt{
	text-align: center;
}
.alert-error {
    font-size: x-large;
    color: red;
}

@media (min-width: 1281px) {

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
	.navbar-brand {
	    left: 5%;
	}
	.login-box{
	    max-width: 230px;
	}
	.form-signin h2 {
	    font-size: 25px;
	}
	.login-box input {
	    height: 2rem;
	}
	.form-signin .form-signin-heading, .form-signin {
   		margin-bottom: 2px;
	}
	#loginbutton {
	    margin-top: 20px;
	}
/*New */
.company_logo_product{
/* height: 68px !important; */
padding: 0px 0px !important;
margin-top: 30px;
}
.card {
   /* box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12), 4px 4px rgb(69 209 202);*/
    border-radius: 8px;
}


/* new login starts */
body {
    background-color: #e7e8e9;
}
.login-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 0;
}
.image-section {
    flex: 1;
    background: url('../images/bank_login_bg.png') no-repeat center center;
    background-size: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 420px;
    width: 425px;
}
.image-section .text {
    color: #06377b;
    font-size: 20px;
    margin: 35px;
    /* font-weight: bold; */
    text-align: center;
}

.image-section .text span {
    font-weight: bold;
    font-size: 24px;
    color: #cd151d;
    position: relative;
    display: inline-block;
}

.image-section .text span::after {
    content: "";
    display: block;
    width: 50px; /* Adjust the width of the underline */
    height: 2px; /* Adjust the thickness */
    background-color: navy; /* Adjust the color */
    position: absolute;
    left: 50%;
    bottom: -5px; /* Adjust the gap between text and line */
    transform: translateX(-50%);
}
.login-box {
    max-width: 400px;
    margin: auto;
    padding: 20px;
}
.logo {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
}
.login-box input {
    width: 100%;
    margin-bottom: 15px;
}
.btn-login {
    background: linear-gradient(to right, #ff512f, #1e3971);
    color: white;
    /* width: 320px; */
    height: 45px;
    padding: 10px;
    border: none;
    border-radius: 11.38px;
}
/* .powered-by {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
} */
input::placeholder {
    color: gray; /* Change to any color */
    opacity: 1; /* Ensure it's fully visible */
}
.form-style {
    padding: 4px 0 4px 36px !important;
    /* padding-left: 36px !important; */
    height: 45px !important; 
    width: 320px !important;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 11.38px !important;
    background-color: #f2f2f2 !important;
}
.powered-by {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.powered-text {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 5px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-container img {
    width: 50px;
}

.text-container {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.brand-name .dot {
    color: #e40046;
}

.tagline {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 5px 0 0;
}

.p-4 {
    padding:0 4px;
}

.text-left {
    text-align: left !important;
}

@media (max-width: 620px) { /* Adjust the breakpoint as needed */
    .logo {
        padding: 16px 4px;
    }
    .login-section {
     padding: 40px 0px 40px 0;
   } 
   .powered-by {
    margin-top: 55%;
   }
   .image-section {
    display: none;
   }
   .form-style {
    width: 248px !important;
   }
   .form-group {
    position: relative;
   }
   .form-signin{
    text-align: left;
   }
   .container {
     overflow: auto;
   }
}
 @media (min-width: 621px) and (max-width: 1279px) { 
  /* @media (max-width: 621px) {  */
    .container {
        overflow: hidden;
    }
   .login-section {
     padding: 40px 0px 40px 0;
   }
   .form-group {
    position: relative;
   }
   .form-signin{
    text-align: left;
   }
   .container {
    overflow: auto;
  }
  .powered-by {
    margin-top: 30%;
   }

}  
/*login ends*/


/* logout starts */
.logout_bg {
    background: url('../images/esaf_logout_bg.png') no-repeat center center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    padding-top: 30px;

}
.logout-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px 0;
    text-align:center;
}
.logout-title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.logout-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}
.logout-btn {
    background: linear-gradient(to right, #ff512f, #1e3971);
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 700;
}
.logout-btn a {
    color: #fff;
    text-decoration: none;
}
.logout-icon {
    width: 80px; 
    height: auto;
    margin-bottom: 15px;
}
/* logout ends*/


