.form_card{
    margin-top: 4%;
    width: 90%;
    margin-left: 5%;
    height: 300px;
}

.card-title{
    display: flex !important;
    justify-content: center !important;
    color: #495057;
}

.select_segmento{
    width: 100%;
    padding: .375rem .75rem;
    border-radius: 100px;
    border: 1px solid #ced4da;
}

.btn-custom{
    border-radius: 20px;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    width: 350px;
    background: #2ab24b;
    color: #fff;
    margin-top: 3%;
    margin-left:28%;
}

.card-body{
    width: 812px;
}

.card{
    border-radius: 20px  !important; 
    -webkit-box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
    -moz-box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
    box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
}

.img-fluid{
    height: 100% !important;
    border-radius: 20px !important;
    -webkit-box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
    -moz-box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
    box-shadow: 17px 19px 18px -23px rgba(0,0,0,0.48);
}

.form-control{
    border-radius: 100px !important;
}


@media (min-width: 1480px){
    .card-body {
        width: 1250px;
    }

    .btn-custom{
        margin-left:36%;
    }
}

@media (max-width: 480px){
    .form_card{
        margin-top: 7%;
        width: 95%;
        height: 300px;
        margin-left:1%;
    }
    
    .card-body{
        width: 100%;;
    }

    .form_card img{
        display: none;
    }

    .btn-custom{
        margin-left:5%;
    }
}