.card-custom{
    border-radius: 0;
    z-index: 999;
}

.card-custom .form-control{
    border-radius: 0;
}
.home{
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: chocolate;
    clip-path: polygon(84% 36%, 82% 17%, 100% 0, 100% 100%, 0 100%, 8% 81%, 34% 69%, 47% 49%);
}
.card-custom button{
    border-radius: 0;
    background: chocolate;
}