.card{

    border-radius:20px;

}

.card img{

    max-width:90px;

}

.form-control{

    border-radius:12px;

}

.btn{

    border-radius:12px;

}

@media(max-width:768px){

.card{

    margin:15px;

}

.card-body{

    padding:30px;

}

}