*{
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}
 .login-container-jk {
    background-color:white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 450px;
    

}
h2 {
    text-align: center;
}
/* .input-group-jk {
    margin-bottom: 15px;
} */
.input-group-jk label {
    font-size: 14px;
    color: #333;
}
.input-group-jk input {
    width: 90%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login-btn {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.login-btn:hover {
    background-color: #45a049;
}
.forgot-password {
    text-align: center;
    margin-top: 10px;
}
.forgot-password a {
    color: #007BFF;
    text-decoration: none;
}
.forgot-password a:hover {
    text-decoration: underline;
}
.signup {
    text-align: center;
    margin-top: 20px;
}
.signup a {
    color: #007BFF;
    text-decoration: none;
}
.signup a:hover {
    text-decoration: underline;
} 
.input-group-jk {  
    position: relative;   
    margin-bottom: 15px;   
}  

.input-group-jk-wrapper {  
    display: flex;  
    align-items: center;  
}  

.input-group-jk-wrapper input {  
    width: 100%;  
    padding-right: 30px;   
}  

.toggle-password {  
    position: relative;  
    left: 10px;  
    cursor: pointer;  
    color: #007bff;   
    z-index: 2;   
}  

.toggle-password:hover {  
    color: #0056b3;   
}  


.card {
    border-radius: 1rem;
}

.toggle-password {
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
}
