﻿.Forget-content-center {
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically within the container */
    position: absolute; /* Use absolute positioning */
    top: 50%; /* Position 50% from the top */
    left: 50%; /* Position 50% from the left */
    transform: translate(-50%, -50%); /* Shift by half its own width and height */
    text-align: center;
    background-color: #ddca;
    flex-direction: column;
    max-width: 400px;
    padding: 20px;
}

 .Forget-content-center form div {
        margin-bottom: 15px; /* Add spacing between input fields */
    }

#messageModal {
    z-index: 1055 !important; /* Ensure it's above the backdrop */
}

.modal-backdrop {
    z-index: 1040 !important; /* Ensure it's behind the modal */
}

#background-content {
    z-index: auto; /* Reset z-index */
    position: relative; /* Ensure proper stacking context */
}
label {
    color: #66424D; 
    font-size: 16px !important; 
    justify-content: Left !important;
     margin: 10px !important; 
    font-weight: bold;
    cursor: pointer;
    
}
input {
    width: 100% !important;
    height: 20px;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 20px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
}