.loginSection{
    background-color: aliceblue;
    border-radius: 20px;
    padding: 20px; 
}

header {
    font-size: 2em;  
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

figure{
    margin: 0%;
    display: flex;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
}

label {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

input[type="email"],
input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.showPassword{
    margin-left: 750px;
}

footer {
    font-size: 0.8em;
    margin-top: 20px;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgotPasswordNav{
    display: flex;
    flex-direction: column;
}