*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.crm_form {
    margin: 0;
    font-family: "Google Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
}

.crm_form .header {
    height: initial !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
    background-color: #3e3c3c;
    padding-bottom: 0px !important;
    height: 100px;
    border-radius: 5px 5px 0px 0px;
}

.crm_form .header .title {
    text-align: center;
    font-weight: bold;
    width: 100%!important;
    line-height: 60px;
    font-size: 19px;
    color: white;
}

.crm_form .body {
    padding: 20px;
    background-color: #3e3c3c;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.crm_form .form-group {
    margin-bottom: 1rem;
}

.crm_form .form-control {
    display: block;
    width: 100%!important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #3e3c3c;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.crm_form label {
    color: white !important;
}

.crm_form input:focus {
    outline-width: 0;
}

.crm_form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid white;
}

.crm_form input,
select {
    padding: 8px !important;
    font-size: 16px !important;
}

.crm_form .small,
small {
    font-size: 80%;
    font-weight: 400;
}

.crm_form .text-muted {
    color: #6c757d !important;
    padding-left: 5px;
}

.crm_form .form-text {
    display: block;
    margin-top: .25rem;
}

.crm_form .btn-primary {
    color: #fff;
    background-color: #8c3d3d;
}

.crm_form .btn {
    float: initial !important;
    height: 40px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100%!important;
    border: none;
}

.crm_form .center {
    margin: 0 auto;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
.crm_form .select-group{
    margin-bottom: 1rem;
}