.form-custom {
    max-height: 100%;
    overflow: auto;
    padding-right: 0px;
}

.dynamic_theme_block .panel-body {
    box-shadow: none;
}

#npf-form .panel .panel-body .fade {
    opacity: 1;
}

.form-control {
    border: 1px solid #aa8634 !important;
    border-radius: 8px !important;
    height: calc(1.5em + .75rem + 2px);
}

.form-control:focus,
.form-control:active {
    border: 1px solid #84cc16 !important; 
    box-shadow: none !important;
}

#npf-form .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    height: calc(1.5em + .75rem + 2px);
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #aa8634;
    padding-left: 10px;
}

.dynamic_theme_block .form-custom .form-group.Mobile {
    flex-grow: 1;
}

.dynamic_theme_block .form-custom .form-group.Mobile .form-control {
    border-radius: 0px 8px 8px 0px !important;
}

.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 5px;
}

.dynamic_theme_block .form-custom .merge_field_div {
    margin-bottom: 0px;
}

.dynamic_theme_block .form-custom .form-group.StateId {
    padding: 0 3px 0 0;
}

.dynamic_theme_block .form-custom .form-group.CourseId {
    width: 100%;
    padding-right: 0px;
}

.dynamic_theme_block .npf_cpt_new .cptImgBox.newCptImg {
    overflow: hidden;
}

.dynamic_theme_block .npf_cpt_new img {
    height: calc(1.5em + .75rem + 2px);
    border-radius: 8px;
    border: 1px solid #aa8634;
    width: 98%;
}

.afterCImage_new,
.beforeCImage_new {
    height: calc(1em + 1rem + 2px);
    border-radius: 8px;
}

.afterCImage_new {
    right: 10px;
}

.dynamic_theme_block .form-custom .npf_cpt_new {
    z-index: 9;
}
.dynamic_theme_block .panel-heading{display:none;}
.dynamic_theme_block .btn-register,
.dynamic_theme_block .btn-login {
    background-color: #84cc16;
    border-color: #84cc16;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 18px 0 0;
    font-size: 17px;
    -webkit-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

.dynamic_theme_block .btn-register:hover,
.dynamic_theme_block .btn-login:hover {
    background-color: #84cc16;
    border-color: #84cc16;
    color: #fff !important;
}

span.agree-condition {
    font-size: 12px;
}
[type='checkbox'], [type='radio']{
    width: 0.8rem;
    height: 0.8rem;
    border-radius:2px;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
    background:#84cc16;
    color:#fff;
}
.modal-header .close{order:2}
.widget_input{
    flex-wrap:nowrap;
}
.help-block a{
    color:#84cc16;
}
.dynamic_theme_block .fpass{display:flex;justify-content:space-around;align-content:end;align-items:center}
.dynamic_theme_block .fpass a{
    color:inherit;
}
