.bg-img {
    background: url(../Images/newimg/twice-banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-div {
    width: 50%;
    margin-right: 10px;
}
.input-div:last-child {
    margin-right: 0px;
}
.reg-label
{
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-control
{
    color: #151515;
    font-size: 13px;
    font-weight: 400;
}
.form-control::placeholder{
    color: #151515;
    font-size: 13px;
    font-weight: 400;
  }
  .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.form-control:not(:last-child)
  {
    color: #151515;
    font-size: 13px;
    font-weight: 400;
  }
  .form-control:focus
  {
    color: #151515;
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
    background: #f5f6f6;
  }
  .form-control {
    background: #f5f6f6 !important;
    border: 0px;
    border-radius: 0px;
    height: 46px;
}
.gj-datepicker-bootstrap [role=right-icon] button
{
    border: 0px !important;
    background: #f5f6f6;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #6c757d;
    background-color: #f5f6f6 !important;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons
{
    top: 14px !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div
{
    background-color: #891212 !important;
    border-color: #891212 !important;
}
.gj-picker-bootstrap table tr td div, .gj-picker-bootstrap table tr th div
{
    font-size: 12px;
}
.gj-picker-bootstrap table tr td.focused div, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #891212 !important;
    color: #fff !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #6c757d;
    background-color: #f5f6f6;
    border-color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single
{
    height: 46px !important;
    background: #f5f6f6 !important;
    border: 0px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder
{
    color: #151515 !important;
    font-size: 13px;
    font-weight: 400;
}
.select2-container--bootstrap4 .select2-results__option
{
    font-size: 13px;
}
.select2-search--dropdown .select2-search__field
{
    font-size: 13px;
}
.alumni-reg-select .select2-container--bootstrap4 .select2-selection--single {
    height: calc(2em + .75rem + 2px) !important;
    border-radius: 0px;
}
.alumni-reg-select .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(2em + .75rem);
}
.alumni-reg-select .select2-container--bootstrap4.select2-container--focus .select2-selection
{
    box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before
{
    color: #fff;
    border-color: #891212 !important;
    background-color: #891212 !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px !important;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #891212;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-label::before
{
    border: #891212 solid 1px;
}
.checkstyle
{
    font-size: 13px;
    color: #151515;
    font-weight: 400;
    display: flex;
    line-height: 24px !important;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
    line-height: 24px;
}
.reg-btn
{
    background: #108cd4 !important;
    border-color: #891212;
    color: #ffffff;
    transition: all linear .3s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    height: 46px;
}
.reg-btn:hover, .reg-btn:active, .reg-btn:focus
{
    background: #ffffff;
    color: #891212;
}

.form-group {
    margin-bottom: 1rem;
    width: 100% !important;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 4em;
    line-height: 1em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.1em dashed #108cd4 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
}