.logindiv {
    height: 95%;
    width: 95%;
    background-color: burlywood;
    padding: 1%;
}

input {
    width: 48%;
    height: 8%;
    text-align: center;
    font-size: 4vw;
    margin: 10%;
}

#passwordinput {
    margin-top: 0;
}

button {
    height: 9%;
    width: 22%;
}

button span {
    font-size: 2.8vw;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {
    background-color: #3e8e41
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: ' »';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.dowloadButton {
    margin-left: 3%;
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.dowloadButton:hover {
    background-color: #3e8e41
}

.dowloadButton:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.dowloadButton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.dowloadButton span:after {
    content: ' »';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.dowloadButton:hover span {
    padding-right: 25px;
}

.dowloadButton:hover span:after {
    opacity: 1;
    right: 0;
}

#checkbox69 {
    display: none;
    position: relative;
    height: 100%
}

#labelcheck{
    font-size: 3vw;
    font-family: monospace;
    margin-top: 4%;
}