body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.75);
}
.card {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
}
.card h1 {
    margin: 0 0 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}
.form-group input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #f79420;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #000;
}
.error-message {
    color: red;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.forgotPassword{
    margin-top:  1.5em;
   
}

.forgotPassword a{
    text-decoration: none;
    color: #000;
   
}

.backToLogin{
    margin-top:  1.5em;
}

.backToLogin a{
    text-decoration: none;
    color: #000;
   
}


.loginTitle{
    font-weight: lighter;
}