body {
   font-family: 'Roboto', sans-serif;
   background: url('Background.png') no-repeat center center fixed;
   background-size: cover;
   height: 100vh;
   color: #000000;
}

h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    text-align: center;
}

.login-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.back {
    font-size: 1.2rem;
    color: #000000;
    text-decoration: underline;
    margin-top: 15px;
}

.submit-btn {
    font-size: 1.25rem;
    text-align: center;
    background-color: #4CAF50;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    padding: 8px 8px;
}