body {
    text-align: center;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    color: white;
    background-image: linear-gradient(rgb(0, 85, 255), rgb(0, 54, 107));
}

.contentContainer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    margin: auto;
    padding: 0px;
    width: 90%;
}

.passwordLabel{
    font-size: 3em;
    width: 90%;
}

.passwordBox{
    font-size: 3em;
    width:70%;
    margin-bottom: 20px;
}

.submit{
    font-size: 3em;
    width: 30%;
}