.card-body{
    text-align: right;
}
input{
    width: 33%;
    text-align: right;
    color:rgb(10, 10, 95) ;
    border-color:rgb(215, 215, 249);
}
.card{
   
    border-color: rgb(164, 162, 250)!important;
    
}
.card-title {
    color: rgb(14, 14, 110);
}
.card-text{
    color: rgb(90, 90, 204);
    
}
input[type=number]{
    -moz-appearance: textfield;
}
