	  .bg-login {
		  background-image: url("../images/material_login/background.jpg"); 
		  height:100vh;
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: cover;
	  }
	  .text-login {
		  height:auto;
		  width:40vw;
	  }
	  .crd-login{
		 padding: 1rem;
	  }
	  .crd-info{
		 max-width: 375px;
		 font-size: 12px; 
	  }
	  .text-insight-blue {
	    color: #3ea9ed;
	  }
input:focus, input.form-control:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-login {
  --bs-btn-font-weight: 600;
  --bs-btn-color: white;
  --bs-btn-bg: #4267B2;
  --bs-btn-border-color: #4267B2;
  --bs-btn-hover-bg: #898F9C;
  --bs-btn-hover-border-color: #898F9C;
  --bs-btn-focus-shadow-rgb: rgb(245, 239, 245);
  --bs-btn-active-bg: #c4bfc4;
  --bs-btn-active-border-color: #c4bfc4;
  --bs-btn-active-bg: #f5eff5;
  --bs-btn-active-border-color: #f5eff5;
}
