@media only screen and (min-width: 700px){
body
{
    background-image: url("images/fond_webba_2021.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000000px;
}

.loginBox
{
    margin:auto;
    vertical-align: middle;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 450px;
    height: 950px;
    padding: 50px;
}

.logoWebba
{
    width: 150px;
    height: auto;
    padding-top: 10px;
}

#logo
{
    text-align: center;
}

h2
{
    font-family: "Roboto";
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
}

#username, #password
{
    font-family: "Roboto";
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 420px;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    border: 1px solid #696969;
    margin-top: 20px;
}

p
{
    font-family: "Roboto";
    padding: 20px;
    font-size: 15px;
    text-align: center;
    margin-left: 0;
    color: #6a6a6a;
}

a
{
    text-decoration: none;
    color: blueviolet;
}

h6
{
    font-family: "Roboto";
    font-size: 12px;
    text-align: left;
    color: #9c9c9c;
    margin: 0;
}

#submit
{
    width: 440px;
    height: 50px;
    margin-top: 30px;
    border: 2px solid #2D2D2D;
    color: #2D2D2D;
    font-family: "Roboto";
    cursor: pointer;
    background-color: white;
}

}

@media only screen and (max-width: 700px){

body
{
    background-image: url("images/fond_webba_2021.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000000px;
}

.middle
{
padding:20px;
margin:auto;
text-align:center;
}

.loginBox
{
    margin:auto;
    vertical-align: middle;
    background-color: white;
    margin-top: 10px;
    width: 95%;
    height: 1020px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.logoWebba
{
    width: 150px;
    height: auto;
    padding-top: 10px;
}

#logo
{
    text-align: center;
}

h2
{
    font-family: "Roboto";
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
}

#username, #password
{
    font-family: "Roboto";
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 280px;
    outline: medium none;
    padding: 5px 5px 5px 10px;
    border: 1px solid #696969;
    margin-top: 20px;
}

p
{
    font-family: "Roboto";
    padding: 20px;
    font-size: 18px;
    text-align: center;
    margin-left: 0;
    color: #6a6a6a;
}

a
{
    text-decoration: none;
    color: blueviolet;
}

h6
{
    font-family: "Roboto";
    font-size: 12px;
    text-align: justify;
    color: #9c9c9c;
    margin: 0;
}

#submit
{
    width: 297px;
    height: 50px;
    margin-top: 30px;
    border: 2px solid #2D2D2D;
    color: #2D2D2D;
    font-family: "Roboto";
    cursor: pointer;
    background-color: white;
}


}