body {
    background-color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: white;
}

h1 {
    margin: 0;
    font-size: 3.5vw;
    color: white; 
    padding-bottom: 5vh;
}

h2 { 
    font-size: 2vw;
    margin-top: 0;
    text-align: left;
    color: white;
    padding-left: 7vw;
}

form {
    text-align: center;
    background-color: black;
    border-radius: 5vw;
    width: 50%;
    padding: 5vh;
}

.password-wrapper {
    display: inline-block;
    position: relative;
}

#password {
    font-size: 2vw;
    text-align: center;
    padding-right: 3vw;
}

i {
    position: absolute;
    font-size: 1.5vw;
    right: 0.5vw;
    top: 25%;
    cursor: pointer;
}

#hide {
    display: none;
}

#submit {
    position: relative;
    cursor: pointer;
    margin-left: 1vw;
    width: 5vw;
    height: 4vh;
    bottom: 0.75vh;
}