html{
    min-height: 100%;
    height: 100%;
    width: 100%;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.form-label{
    position: absolute;
    left: 25px;
    top: -9px;
    background-color: white;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14pt;
}


.container{
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



.input-username{
    width: 98%;
    height: 50px;
    border: thin solid black;
    border-radius: 10px;
    font-size: 13pt;
    text-align: center;
}
.input-password{
    width: 98%;
    height: 50px;
    border: thin solid black;
    border-radius: 10px;
    font-size: 13pt;
    text-align: center;
}

.button-login{
    width: 80%;
    height: 70px;
    background-color: #E5472A;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    border: none;
    border-radius: 15px;
}

.password-v-div a{
    font-size: 14pt;
}

.logopic{
    margin-top: 14.28%;
    margin-bottom: 12%;
}
.login-h2{
    margin-bottom: 5%;
    font-size: 30pt;
}
.text-div-login{
    margin-top: 14.28%;
    margin-bottom: 14.28%;
}
.div-username{
    margin-top: 20%;
    margin-bottom: 14.28%;
}
.div-password{
    margin-top: 14.28%;
    margin-bottom: 14.28%;
}
.password-v-div{
    margin-top: 20%;
    margin-bottom: 14.28%;
}
.button-div{
    margin-top: 14.28%;
    margin-bottom: 14.28%;
}

@media (min-width: 820px){
    .logopic{
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .login-h2{
        margin-bottom: 10%;
    }
    .text-div-login{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .div-username{
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .div-password{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .password-v-div{
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .button-div{
        margin-top: 10%;
        margin-bottom: 5%;
    }
}