.content-wrapper {
    background: #F8F9FA;
}
.form-group {
    margin-bottom: 30px;
}
.form-group label {
    font-size: 14px;
    font-weight: normal;
    color: #767676;
    margin-bottom: 5px;
}
.form-group input,
.form-group select {
    height: 50px;
}
.form-group input,
.form-group select,
.form-group textarea {
    border: 1px solid #ECECEC;
    border-radius: 4px;
}
.form-group textarea::placeholder {
    color: #A5A5A5;
}
.form-group .btn-primary {
    font-size: 16px;
    width: 180px;
    height: 50px;
}
.form-group .btn-primary.async {
    font-size: 0;
}
form {
    width: 100%;
}
.modal-title {
    color: #767676;
    font-size: 22px;
    font-weight: normal;
}
.modal-content {
    background: #F8F9FA;
}
.modal-header {
    border-bottom: none;
    padding: 30px 40px 10px;
}
.modal-body {
    background: #F8F9FA;
    padding: 0 40px;
}
.table {
    background: #fff;
}
.btn-confirm {
    min-width: 200px;
    height: 40px;
    margin: 30px 0;
}
.close span svg {
    width: 12px;
    height: 12px;
}
.date_custom{
    margin-top: 3px;
    height: 40px !important;
}