﻿.form-field {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.form-horizontal .form-group label {
    display: block;
    margin: 0px 0px 5px 0px !important;
}

.form-field .form-group {
    margin: 0px !important;
    width: 100%;
}

    .form-field .form-group:nth-child(2) {
        margin-left: 15px !important;
        margin-right: 0px !important;
    }

.form-group input {
    margin: 0px;
}

.box-header {
    padding: 15px 25px;
}

.form-horizontal .row {
    display: flex;
    flex-wrap: wrap
}

.ml-1 {
    margin-left: 10px;
}

.form-field.for-date .form-group input {
    width: 100%;
}

.custom-form {
    max-width: 80%;
    width: 100%;
}
