.container .col-md-6 {
    background-color: rgba(255, 255, 255, 0.8); /* white with 80% opacity */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px; /* optional: to round the corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* optional: to add a shadow */
}

.toggle-password {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}