
.form-group input, .form-group select {
    margin: 0px 0 0;
}

.form-group textarea {
    margin: 0px 0 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 5px 0px;
    font-weight: 400;
}

.radio input[type=radio]{
    margin-left: -85px;
    height: 20px;
}

.table>tbody>tr>td{
    vertical-align: middle;
}

@media (max-width: 1024px){
    .container {
        height: 75px;
    }

    #time-table {
        display: none;
    }
    
    #home.first-section {
        position: relative;
        min-height: 245px;
    }
    
    .first-section {
        padding: 3em 0 0em !important;
    }
}