body {
    font-family: 'Poppins','Helvetica', sans-serif;
    background: url('https://sfvaj.dhaccounts.com//img/bg1.jpg') center/cover fixed; 
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

form {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 55%;
    text-align: center;
    position: relative;
}

label {
    display: block;
    margin-bottom: 10px;
    color: #495057;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: 'Poppins','Helvetica', sans-serif;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Poppins','Helvetica', sans-serif;
}

button {
    background-color: #085a64;
    color: #ffffff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-family: 'Poppins','Helvetica', sans-serif;
}

button:hover {
    background-color: #1a7c88;
}

/* Success message */
.success-message {
    display: none;
    background-color: #28a745;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}
 #formTitle {
     background: none;
     color: #181c32;
     font-size: 25px;
     font-weight: bold;
}

#logoContainer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: auto;
}

#logoContainer img {
    width: 100px; /* Adjust the width as needed */
    height: auto;
    margin-bottom: 10px;
}
