@font-face {
    font-family: 'Nexa1';
    src: url('../fonts/Nexa-Heavy.ttf') format('truetype'); 
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-ExtraLight.ttf') format('truetype'); 
    font-weight: bold;
    font-style: normal;
  }
.fond-login{
    background-color: #2E95D2;
}
.img-logo{
    width: 60%;
    margin-left: 10%;
    margin-bottom: 3%;
}
.img-coming{
   width: 70%; 
   margin-left: 15%;
}
.but-contact{
    background-color: #ffffff;
    color: black;
    border-radius: 30px;
    margin-left: 35%;
    width: 30%;
    height: 50px;
    border: none;
}
.text-login {
    color: #fff;
    font-family: 'nexa',sans-serif;

}
.text-p{
    margin-left: 14%;
}