body{
    font-family: Arial, Helvetica, sans-serif;
    background:url(../img/bg.png);
    background-size: 110%;
    background-repeat: no-repeat;
    
}

img{
    width: 120px;
    height: 120px;
}
main{
    float: right;
    margin-top: 130px;
    margin-right: 125px;
}

input{
    border: none;
    border-radius: 5px;
    width: 320px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    color: rgb(50, 64, 90);
    text-align: center;
}
p{
    font-size: 18px;
    color: white;
}

button{
    height: 35px;
    width: 150px;
    font-size: 16px;
    color: white;
   
    border:1px solid white;
    border-radius: 30px;
    background-color: rgb(26, 152, 224);
    cursor: pointer;
}
button:hover{
    text-shadow: white 0 0 10px;
    box-shadow:  white 0 0 10px;
}

.erreur{
    background-color: rgba(255, 255, 255, 0.432);
    width: 300px;
    height: 30px;
    margin-top: 10px;
    border-radius: 15px;
}

.erreur p{
    color: red;
    font-size: 14px;
    padding-top: 5px;
}
