.card .card-body form p {
    display: flex;
    flex-direction: column;

}

.card .card-body form p input {
    border-radius: 8px;
    height: 42px;
    width: 100%;
    
}