:root{
    --primary: #3074fe;
}
body{
    overflow: hidden;
    background-image: url(../images/09.png);
    background-repeat: no-repeat;
    width: 100%;
}

#form{
    width: 300px;
    margin: auto;
    margin-top:100px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background-color: white;
    overflow: hidden;
    padding: 10px;
}
#title{
    width: 100%;
}
#title div{
    display: inline-block;
    position: absolute;
    margin-top:5px;
    text-align: left;
}
#title img{
    display: inline-block;
    width: 80px;
}
#title p{
    margin: 0px;
    font-family: 'Calibri';
}
#ascitech{
    font-size: 17px;
}
#learning{
    font-size: 28px;
}
#form-element{
    width: 100%;
    text-align: center;
}
input{
    width: 250px;
    padding: 10px;
    border-radius: 7px;
    border:0px;
    outline: none;
    background-color: #f2f2f2;
    font-family: 'Calibri';
    margin-top: 10px;
}
#btn-connexion{
    width: 270px;    
    padding: 10px;
    border: 0px;
    border-radius: 7px;
    margin-top: 10px;
    outline: none;
    background-color: #3074fe;
    color: white;
    cursor: pointer;
}
