body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background:url(pexels-catiamatos-1072179.jpg);
    background-size: cover;
}

.login-container {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    text-align: center;
    color: #fff;
}

.login-container h2 {
    margin-bottom: 20px;
}

.login-container input[type="text"], .login-container input[type="password"] {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.options {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    
}
.Remember {
    height: -10px;
    margin-bottom: px;
}
.Forgot {
    color: white;
    font-size: 12px;
    margin-right: 9px;
    margin-top: 5px;
}

button {
    width: 96%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #3498db;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #2980b9;
}
