body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
    width: 350px;
    background-size: cover;
background-repeat: no-repeat;
}

h2 {
    text-align: center;
    color: #460101;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
}

input[type="text"],
input[type="password"] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #7a0b0b;
}

input[type="submit"] {
    background-color: #460101;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #2c0101;
}

.login-link {
    text-align: center;
    margin-top: 20px;
}

.login-link a {
    text-decoration: none;
    color: #2c0101;
    font-weight: bold;
    font-size: 14px;
}

.login-link a:hover {
    text-decoration: underline;
}

.algo{
    
background-size: cover;
background-repeat: no-repeat;
}