body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 5rem;
}

h1 {
    margin-bottom: 1.5rem;
}

.password-icon {
    height: 24px;
    margin-right: 0.5rem;
}

.btn-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Remove vertical centering and add spacing at the top */
.center-container {
    margin-top: 50px; /* Add spacing from the top */
}


.btn-custom {
    width: 300px; /* Increase button width */
}

.btn-secondary {
    background-color: #28a745; /* Suitable green color */
    border-color: #28a745;
}

.btn-secondary:hover {
    background-color: #218838; /* Darker green for hover effect */
    border-color: #1e7e34;
}


#qr-code-generator-btn {
    background-color: #ff5722; 
    border-color: #ff5722; 
    color: white; 
}

#qr-code-generator-btn:hover {
    background-color: #e64a19; 
    border-color: #e64a19;
}