@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*======login=====*/
body {
   
   align-items: center;
   justify-content: center;
   font-family: 'poppins', sans-serif;
   
}

.form-control::placeholder{
    color: #b2b2b8;
   

}

.btn{
    background-color: #274284;
    border: none;

}

.btn:hover{
    background-color: #5a6c99;
    border: none;
    font-weight: 500;
                
}

.icone{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;

}
img{
   width: 240px;
   height: 120px;
   
}

p{
font-size: 13px;
}

