body {
    background-image: url("https://barnatech.b-cdn.net/vidflow/vidflow_background1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    margin: 0;
    font-family: "Inder", sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logindiv {
    background-color: #c0c0c0;
    border-radius: 20px;
    text-align: center;
    padding: 40px 20px;
    width: 350px;
}

.logindiv h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.field {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: none;
}

.login {
    background-color: #505050;
    color: white;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.login:hover {
    background-color: #404040;
}

.label {
    font-size: 16px;
}
