html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0;
    font-family: "Lexend", Arial, Helvetica, sans-serif;
}

html.dark {
    background-color: rgb(29, 29, 29);
    color: white;
}

.login {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.keyinp {
    position: relative;
    width: 325px;
    height: 48px;
}

#keyinp {
    border-radius: 17px;
    background-color: white;
    color: black;
    border: none;
    outline: none;
    width: 245px;
    height: 16px;
    padding: 16px;
    padding-left: 40px;
    margin: 0px;
    font-family: "Lexend", Arial, Helvetica, sans-serif;
    font-size: 16px;
}