@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  
        body {
            display: flex;
            height: 100vh;
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            width: 100%;
        }
        
        .right-panel {
        width: 35%;
    background: #1E3A5F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
        }
        .login-box {
            background: transparent;
            padding: 0px 50px;
            
            
            text-align: center;
        }
        .login-box h2 {
            margin-bottom: 20px;
        }
        .login-box input {
            width: 100%;
            text-align: center ;
            margin: 10px 0;
            padding: 7px 0px;
            border-radius: 4px;
            height: 35px;
            
        }
        .login-box button {
            width: 100%;
            padding: 10px;
            background: #1E3A5F;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        .login-box a {
            display: block;
            margin-top: 10px;
            color: #1E3A5F;
            text-decoration: none;
        }
        .logo {
            text-align: center;
        }
        .logo img {
            width: 75%;
            margin-bottom: 50px;
        
                
        }
        .clavediv  {
            text-align: initial;
           margin-top: 10px;
        font-family: "Poppins", serif;
        font-weight: 400;
        font-style: normal;
            color: white;
        }
        .userdiv {
            text-align: initial !important;
            margin-bottom: 10px;
           color: white;
        font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
                
        }
        .ui-inputfield{
  
    padding: 0px !important;
        }
        
        .ui-selectonemenu .ui-selectonemenu-label {
    
            text-align: center!important;
             width: 100% !important;
                 height: 35px !important;
                 line-height: 35px;
        } 
        
      
        .user{
            width: 100% !important;
            
        }
        .user{
            font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
        }
        .btn-login{
            
        font-family: "Poppins", serif !important;
  font-weight: 400;
  font-style: normal;
  
         width: 100%;
            
            padding: 10px 40px;
            background: #3E5879;
            color: #fff !important;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .btn-login:hover {
            background: #00509e;
        }
        .ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield{
            -webkit-box-shadow: none !important;
        } 
        
        .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
            margin-top: 6px !important;}
        
        .ui-state-hover{
           
     
              box-shadow: none !important;
        }
        .ui-state-focus{
           
     
              box-shadow: none !important;
        }
        
        .ui-widget-content {
    
    color: #000000 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important ;
    
    
    background: #1e3a5f !important;
    
    color: #ffffff;
    text-shadow:none !important; 
}

.ui-selectonemenu-panel .ui-selectonemenu-item {
    font-weight: normal;
    font-size: 16px !important; 
    cursor: pointer;
    font-family: "Poppins", serif !important; 
}
.ui-selectonemenu-panel .ui-selectonemenu-item:hover {
            background: #3a3a3a !important; 
            color: white !important;
        }
 .left-panel{
            width: 100%;
 
    display: flex;
    flex: 1;
}

.image-section {
    flex: 2;
    background: #333;
    color: white;
    position: relative;
    overflow: hidden;
}

.image-section .fotologin {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

 .active {
    opacity: 1 !important;
}

#javax_faces_developmentstage_messages{
    position: absolute;
    top: 0;
    left: 0;
}