/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Feb-2025, 11:58:33 AM
    Author     : jb
*/
    input[type="password"]::-ms-reveal {
      display: none;
    }  
  
    .full_password-wrapper {
      position: relative;
      width: 70%;
    }

    .full_bc_Password {
      width: 100%;
      height: 20px;
      padding: 5px 5px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;  
	  display: block;
    }

    .login_password-wrapper {
      position: relative;
	  width: 400px;
    }

	
   .login_bc_Password {
      width: 400px;
      height: 20px;
      padding: 5px 5px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;  
	  display: block;
    }
	
	
    .toggle-password {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      cursor: pointer;
      border: none;
      background: none;
      padding: 0;
      outline: none;
    }

    .toggle-password img {
      width: 24px;
      height: 18px;
    }
    
    .LoginContainer {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
    }	

    .LoginParaShowHide {
            margin: 0;
            padding: 0;
    }			

    .LoginTextOverride {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;        
        display: block;
        height: 30px;
        width: 400px;
        padding: 5px 5px;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
    }
    
   .login_bc_PasswordOverride {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;               
      width: 400px;
      height: 30px;
      padding: 5px 5px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;  
	  display: block;
    }    