*{
   font-family: 'Roboto', sans-serif;
}

body{
   background-color:#f1f5f9;
}

.card{
   border-radius:5px !important;
}

.sign__in{
   background-color:#191a4d !important;
   /* background-color:#0071e9 !important; */
   color: #ffffff !important;
   font-size : 14px !important;
   border-radius:20px !important;
}

.image{
   display:flex;
   align-items:center;
   justify-content:center;
}
.image img{
   width:200px;
   padding:20px 0;
}