.no-border-card{
    border: none;
    border-radius: 20px;
}

.card{
    height: auto;
}

.main-card-title{
    background: #4E4E4E;
    padding: 19px 85px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    border-radius: 15px;
}

.title-row {
    margin-top: -52px;
}

.form-control {
    border: 1px solid #C2C2C2;
    box-shadow: none;
    background: #E5E5E5;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.form-control:focus {
    box-shadow: none;
    border-color: #C2C2C2;
    background: #E5E5E5;
}

.btn-orange, .btn-orange:hover{
    padding: 10px 49px;
    background: linear-gradient(135deg, #F77C0B 0%, #FF9D00 100%);
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.search_fine{
    margin-top: 80px;
    margin-bottom: 60px;
}

.footer {
    background: #404A53;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.table-bordered {
    border-color: #b9b9b9;
}

@media screen and (max-width: 1366px) {
    .main-card-title{
        padding: 19px 30px;
        font-size: 24px;
    }
}

@media screen and (max-width: 915px) {
    .main-card-title {
        padding: 19px 17px;
        font-size: 18px;
    }
}