
/*

WEBBA CREATIVE TECHNOLOGIES - 2022
LUCA DEGUIN - DERN MODIF : 22/04/22

THIS PROJECT IS NOT OPEN SOURCE

-*/


@media only screen and (min-width: 700px){
    body
    {
        background-image: url("../img/background.webp");
        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;
        border-radius: 20px;
        box-shadow: 4px 10px 13px 7px rgb(65 63 63 / 20%) !important;
    }
    
    .logoWebba
    {
        height: 5.5vh;
        width: auto;
        padding-top: 0px;
        padding-bottom: 1.8vh;
    }
    
    #logo
    {
        text-align: center;
    }
    
    h2
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 0;
    }
    
    #username, #password
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        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;
        border-radius: 100px;
        text-align: center;
        box-shadow: 2px 5px 15px 0px rgb(65 63 63 / 20%) !important;
    }
    
    p
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 20px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
        color: #6a6a6a;
    }
    
    a
    {
        text-decoration: none;
        color: blueviolet;
    }
    
    h6
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 12px;
        text-align: left;
        color: #9c9c9c;
        margin: 0;
    }
    
    #submit
    {
        width: 440px;
        height: 50px;
        margin-top: 30px;
        border: 2px solid #000000;
        color: #ffffff;
        background-color: #000000;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        cursor: pointer;
        border-radius: 100px;
        box-shadow: 2px 5px 15px 0px rgb(65 63 63 / 20%) !important;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    #submit:hover
    {
    
        border: 2px solid #303030;
        color: #ffffff;
        background-color: #303030;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        cursor: pointer;
        border-radius: 100px;
    }
    
    }
    
    @media only screen and (max-width: 700px){
    
    body
    {
        background-image: url("../img/background.webp");
        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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 30px;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 0;
    }
    
    #username, #password
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 20px;
        font-size: 18px;
        text-align: center;
        margin-left: 0;
        color: #6a6a6a;
    }
    
    a
    {
        text-decoration: none;
        color: blueviolet;
    }
    
    h6
    {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        cursor: pointer;
        background-color: white;
    }
}