/* CHANGES ARE DONE HERE, COULDN'T FIND .SCSS FILE THAT MATCHES */
legend {
    text-align: center;
    font: 300 1.7em/1em 'Mulish', 'Open Sans', sans-serif;
}

fieldset {
    position: relative;
}

label {
    display: block;
    font: 800 16px/30px 'Mulish', 'Open Sans', sans-serif;
    margin: 20px 0 7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    label {
        font: 700 16px/30px 'Mulish', 'Open Sans', sans-serif;
    }
}

label:first-child {
    margin-top: 7px;
}

label em {
    font-weight: 400;
    color: #bbb;
    font-style: normal;
    white-space: nowrap;
    font-size: 12px;
}

.absoluteLabel-container {
    position: relative;
}

label.absoluteLabel {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    font: 1em/2.5em 'Mulish', 'Open Sans', sans-serif;
    color: #666;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text], input[type=password], select, select.form-control, textarea, input.form-control {
    position: relative;
    width: 100%;
    border: 1px solid #1E1E1E !important;
    background-color: #fff;
    border-radius: 8px;
    color: #1E1E1E;
    font: 1em 'Mulish', 'Open Sans', sans-serif;
    padding: 0 0 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

    input.form-control:focus, input[type=text]:focus, select:focus, textarea:focus {
        border: 3px solid rgba(255, 204, 0, 1) !important;
        box-shadow: 0px 0px 6px 0px rgba(255, 206, 4, 0.6);
        outline: none;
    }

    input[type=text]:disabled {
        background: #efefef;
    }

input[type=text], input[type=password], select {
    height: 40px;
    line-height: 40px;
}

textarea {
    height: 120px;
    line-height: 26px;
    padding-top: 5px;
}

option {
    width: 100%;
    float: left;
}

.checker {
    display: inline-block;
    vertical-align: middle;
}

    .checker span {
        display: block;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #1E1E1E;
        border-radius: 2px;
        margin-right: 2px;
    }

    .checker.focus span {
        border: 1px solid #999;
    }

    .checker span.checked {
        background: url(/site.resource/images/sprites.png) -385px -103px no-repeat;
    }

div.checker input {
    vertical-align: top;
    width: 20px !important;
    height: 20px !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
}

.checker + label {
    display: inline-block;
    vertical-align: text-top;
    font: 400 .813em 'Mulish', 'Open Sans', sans-serif;
    margin: 0 10px;
}

    .checker + label a {
        font-size: 1em;
        display: inline;
    }

.validation-failed {
    border: 1px solid red !important;
    box-shadow: 0 0 5px red;
}

.radio {
    display: inline-block;
    vertical-align: middle;
}

    .radio span {
        display: block;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #1E1E1E;
        border-radius: 8px;
        margin: 2px 2px 1em;
    }

    .radio.focus span {
        border: 1px solid #999;
    }

    .radio span.checked {
        background: url(/site.resource/images/sprites.png) -372px -77px no-repeat;
    }

div.radio input {
    vertical-align: top;
    width: 20px !important;
    height: 20px !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
}

.radio + label {
    display: inline-block;
    vertical-align: text-top;
    font: 400 .813em 'Mulish', 'Open Sans', sans-serif;
    margin: 0 10px;
}

    .radio + label a {
        font-size: 1em;
        display: inline;
    }

body:not(.sfPageEditor) .k-dropdown, select {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
}

.CBHSform li .k-dropdown {
    margin-bottom: 0;
}

body:not(.sfPageEditor) .k-dropdown-wrap {
    border: 1px solid #1E1E1E;
    background-color: #fff;
    border-radius: 2px;
    color: #666;
    font-size: 13px;
}

    .k-dropdown-wrap.k-state-hover {
        border-color: #1E1E1E;
    }

    .k-dropdown-wrap.k-state-focused {
        border: 1px solid #999;
    }

    .k-dropdown-wrap .k-input {
        line-height: 24px;
    }

    .k-dropdown-wrap .k-select {
        height: 28px;
        width: 22px;
        border-left: 1px solid #1E1E1E;
        display: inline-block;
        margin: 0;
    }

body:not(.sfPageEditor) .k-icon {
    width: 16px;
    height: 16px;
    background: url(/site.resource/images/arrow-sprites.png) 6px -592px no-repeat;
    opacity: 1;
}

.k-animation-container, .k-popup.k-list-container {
    overflow: auto;
    padding-bottom: 20px;
}

.k-list-container {
    border: 1px solid #ccc;
    background: #fff;
    max-height: 180px !important;
}

.k-list {
    font-size: 15px;
    background: #fff;
}

    .k-list .k-state-selected {
        background-color: #FFCC00;
        color: #1E1E1E;
    }

    .k-list .k-item:hover {
        background-color: #1E1E1E;
        color: #fff;
        cursor: pointer;
    }

.k-datepicker {
    display: block;
    width: 100%
}

.k-picker-wrap {
    display: block;
    border: 1px solid #1E1E1E;
    border-radius: 3px;
    padding: 0 30px 0 0;
}

.k-datepicker .k-picker-wrap .k-input {
    height: 24px;
}

.k-picker-wrap .k-input {
    height: 28px;
    font: .8em/1.75em 'Mulish', 'Open Sans', sans-serif;
}

    .k-picker-wrap .k-input:focus {
        border: 0;
    }

.k-datepicker .k-select {
    border: 0;
    padding: 0;
}

body:not(.sfPageEditor) .k-datepicker .k-select .k-i-calendar {
    display: block;
    width: 30px;
    height: 28px;
    background: url(/site.resource/images/sprites.png) -440px -103px no-repeat;
}

.k-popup.k-calendar-container {
    border: 1px solid #1E1E1E;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
}

body:not(.sfPageEditor) .k-calendar {
    width: 200px;
    font-size: 13px;
}

    .k-calendar .k-header {
        background: #f6f6f7;
    }

body:not(.sfPageEditor) .k-calendar .k-header a.k-link {
    color: #666;
    background-image: url(/site.resource/images/sprites.png);
}

            .k-calendar .k-header a.k-link .k-icon, .k-calendar .k-header a.k-nav-fast {
                background: 0 0;
            }

body:not(.sfPageEditor) .k-calendar .k-header a.k-link.k-nav-prev {
    background-position: -389px -76px;
}

body:not(.sfPageEditor) .k-calendar .k-header a.k-link.k-nav-next {
    background-position: -411px -76px;
}

    .k-calendar .k-content th {
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #1E1E1E;
        color: #666;
    }

.k-content td, .k-content thead + tbody > tr:first-child td, .k-content thead + tbody > tr:first-child td:first-child {
    border: 0;
    padding: 0;
}

.k-calendar .k-content td.k-other-month a {
    color: #999;
}

.k-calendar .k-content td.k-state-hover {
    background: #1E1E1E;
    color: #fff;
}

.k-calendar .k-content td.k-state-selected {
    background: #e27121;
}

.k-calendar .k-content a.k-link, .k-calendar .k-footer a.k-link {
    color: #666;
}

.k-calendar .k-content td.k-state-hover a.k-link, .k-calendar .k-content td.k-state-selected a.k-link {
    background: #1E1E1E;
    color: #fff;
}

.k-numerictextbox {
    display: block;
    width: 100%;
    font-size: 13px;
}

.k-numeric-wrap {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 60px 0 0;
}

    .k-numeric-wrap.k-state-focused {
        border-color: #999;
    }

    .k-numeric-wrap .k-select, .k-numeric-wrap input, .k-numeric-wrap input:focus, .k-numeric-wrap input:hover {
        border: 0;
    }

    .k-numeric-wrap .k-link {
        display: inline-block;
        width: 29px;
        height: 30px;
        border-left: 1px solid #1E1E1E;
    }

        .k-numeric-wrap .k-link .k-icon {
            margin-left: 3px;
            background-position: 6px -594px;
        }

            .k-numeric-wrap .k-link .k-icon.k-i-arrow-n {
                background-position: -39px -594px;
            }

.btn, .btn a, input[type=submit] {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border: 1px solid #FFCC00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #1E1E1E;
    text-align: center;
    font: 600 16px/38px 'Mulish', 'Open Sans', sans-serif;
    padding: 0;
    background: #FFCC00;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
}

.btn-side-auto-wrapper .btn, .btn-side-auto-wrapper .btn a, .btn-side-auto-wrapper input[type=submit] {
    width: auto;
}

.btn a {
    border: 0;
    text-shadow: none;
    box-shadow: none;
    height: 42px;
}

    .btn a:hover, .btn:focus, .btn:hover, input[type=submit]:focus, input[type=submit]:hover {
        background: #1E1E1E;
        color: #fff;
        border: 1px solid #1E1E1E;
        text-decoration: none;
        cursor: pointer;
        outline-offset: inherit;
    }

.btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
}

.btn-blue, .btn-blue a, input[type=submit].btn-blue {
    display: inline-block;
    width: 100%;
    height: 44px;
    text-decoration: none;
    border: 1px solid #0a265b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font: 600 20px/42px 'Mulish', 'Open Sans', sans-serif;
    text-shadow: -1px -1px 0 #0b3584;
    text-transform: uppercase;
    padding: 0;
    background: #013aa6;
    background: linear-gradient(to bottom, #013aa6 0, #194caf 100%);
    box-shadow: 2px 2px 5px #888;
}

    .btn-blue a {
        border: 0;
        text-shadow: none;
        box-shadow: none;
        height: 42px;
    }

    .btn-blue:focus, .btn-blue:hover, .btn-blue:hover a, input[type=submit].btn-blue:focus, input[type=submit].btn-blue:hover {
        background: #0247cb;
    }

    .btn-blue:active {
        position: relative;
        top: 2px;
        box-shadow: none;
    }

input[type=button] {
    box-shadow: none;
}

    input[type=button]:active, input[type=submit]:active {
        position: relative;
        top: 2px;
        box-shadow: none;
    }

.btn + .btn {
    margin-top: 10px;
    margin-left: 10px;
}

.btn.btn-secondary {
    background: white;
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
}

    .btn.btn-secondary:hover {
        background: #1E1E1E;
        color: white;
        border: 1px solid #1E1E1E;
    }

.btns-horizontal .btn + .btn {
    margin-top: inherit;
}

.sf_intro .btn {
    clear: both;
}

.CBHSform li a {
    display: block;
    font-size: 13px;
}

.resposive-table a span.btn-blue {
    height: auto;
    line-height: 22px;
    padding: 10px 20px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.saveQuote small {
    display: block;
    color: #5078c2;
    margin: 10px 0;
}

.saveQuote .btn, .saveQuote input[type=submit] {
    width: 100%;
    padding: 0;
}

    .saveQuote .btn + .btn, .saveQuote input[type=submit] + input[type=submit] {
        float: right;
        margin-top: 10px;
    }

.cancelQuote small {
    display: block;
    color: #5078c2;
    margin-bottom: 20px;
}

.cancelQuote .btn, .cancelQuote input[type=submit] {
    width: 100%;
    padding: 0;
}

    .cancelQuote .btn + .btn, .cancelQuote input[type=submit] + input[type=submit] {
        float: right;
        margin-top: 10px;
    }

.pagination {
    text-align: center;
    font: 13px/20px 'Mulish', 'Open Sans', sans-serif;
}

    .pagination a, .pagination ul, .pagination ul li {
        display: inline-block;
        margin: 0;
    }

    .pagination span {
        padding: 0 7px;
    }

.myBill .bankingDetailPanel .inner {
    padding: 5px 10px;
}

.postalNotValidatedMessage, .postalValidatedMessage, .residentialNotValidatedMessage, .residentialValidatedMessage {
    display: block;
    font: 13px/21px 'Mulish', 'Open Sans', sans-serif;
    background: url(/site.resource/images/arrow-sprites.png) no-repeat;
    padding-left: 30px;
    margin: 5px 0;
}

.postalNotValidatedMessage {
    margin-bottom: 0;
}

.postalValidatedMessage, .residentialValidatedMessage {
    color: #1E1E1E;
    background-position: 0 -1400px;
    display: table-cell;
}

.postalNotValidatedMessage, .residentialNotValidatedMessage {
    color: #FFCC00;
    background-position: 0 -1699px;
    display: table-cell;
}

.greyPanel {
    background: #efefef;
    padding: 15px;
}

@media only screen and (min-width:640px) {
    .saveQuote small {
        display: block;
        color: #5078c2;
        margin-bottom: 20px;
    }

    .saveQuote .btn, .saveQuote input[type=submit] {
        float: left;
        width: auto;
        padding: 0 20px;
    }

        .saveQuote .btn + .btn, .saveQuote input[type=submit] + input[type=submit] {
            float: right;
            margin: 0;
        }

    .k-numeric-wrap {
        padding: 0 30px 0 0;
    }

        .k-numeric-wrap .k-link {
            display: block;
            width: 29px;
            height: 15px;
            border-left: 1px solid #1E1E1E;
        }

            .k-numeric-wrap .k-link:hover {
                background-color: #ededed;
            }

            .k-numeric-wrap .k-link .k-icon {
                vertical-align: top;
            }

    .btn, .btn-blue, input[type=submit] {
        width: auto;
        padding: 0 20px;
    }

    .addressDetails input.btn-blue[type=submit], .addressDetails input.btn-blue[type=button], .postalAddressDetails input.btn-blue[type=submit], .postalAddressDetails input.btn-blue[type=button], .residentialAddressDetails input.btn-blue[type=submit], .residentialAddressDetails input.btn-blue[type=button] {
        margin-top: 23px;
    }

    .paymentHistory {
        max-width: 328px;
        margin: 0 auto;
        text-align: left;
    }
}

@media only screen and (min-width:980px) {
    input[type=text], select, textarea {
        height: 30px;
        font: .813em/1.538em 'Mulish', 'Open Sans', sans-serif;
    }

    @media only screen and (min-width: 992px) {
        .text-right-lg-only {
            text-align: right;
        }
    }

    @media only screen and (max-width: 991px) {
        .text-right-lg-only {
            text-align: initial;
        }
    }

    input[type=text], input[type=password] {
        height: 30px;
        line-height: 30px;
    }

    .k-ie input[type=text] {
        padding-top: 0;
    }

    textarea {
        height: 120px;
    }

    label.absoluteLabel {
        font: .813em/2.308em 'Mulish', 'Open Sans', sans-serif;
        height: 30px;
    }

    .memberDetails li:first-child .k-dropdown {
        width: 44.6996%
    }

    .k-picker-wrap .k-input {
        font: .813em/2.154em 'Mulish', 'Open Sans', sans-serif;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
    .k-icon, .postalNotValidatedMessage, .postalValidatedMessage, .residentialNotValidatedMessage, .residentialValidatedMessage {
        background-image: url(/site.resource/images/arrow-sprites@2x.png) !important;
        background-size: 55px 1730px;
    }

    .checker span.checked, .k-calendar .k-header a.k-link, .k-datepicker .k-select .k-i-calendar, .radio span.checked {
        background-image: url(/site.resource/images/sprites@2x.png) !important;
        background-size: 600px 300px;
    }

        .k-calendar .k-header a.k-link .k-icon, .k-calendar .k-header a.k-nav-fast {
            background: 0 0 !important;
        }
}

.gap {
    margin-top: 25px;
    margin-bottom: 15px;
}

.download {
    display: inline-block;
    width: auto;
    height: 44px;
    text-decoration: none;
    border: 0 solid #0a265b;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font: 16px/42px 'Mulish', 'Open Sans', sans-serif;
    text-shadow: -1px -1px 0 #0b3584;
    padding: 0 10px;
    background: #013aa6;
    background: linear-gradient(to bottom, #013aa6 0, #194caf 100%);
    box-shadow: 2px 2px 5px #888;
}

@media only screen and (max-width:640px) {
    .k-picker-wrap .k-input {
        font: .8em/1.154em 'Mulish', 'Open Sans', sans-serif;
    }
}

.OrangeSmallBtn {
    width: 75%;
    margin: 10px;
    text-decoration: none;
    border: 1px solid #FFCC00;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: left;
    background: #FFCC00;
    text-align: center !important;
}

    .OrangeSmallBtn a {
        color: #1E1E1E;
        font: 600 20px/42px 'Mulish', 'Open Sans', sans-serif;
        box-sizing: border-box;
        padding: 15px;
        text-decoration: none;
        text-align: center !important;
    }

@media only screen and (max-width:320px) {
    .k-dropdown, select {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 1em;
        margin-right: -82px;
    }
}

span.LikeaTextBox {
    border: solid 1px #bcbcbc;
    min-width: 254px;
    display: table;
    min-height: 32px;
}

.exactCenter {
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 100;
}

/*spinner  don't remove!!! (necessary for webforms) */
@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
    -moz-animation: spinner-loader 1500ms infinite linear;
    -webkit-animation: spinner-loader 1500ms infinite linear;
    animation: spinner-loader 1500ms infinite linear;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 0.6em;
    height: 0.6em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;
}


.zindex {
    z-index: 2;
}

.padding-left-24 {
    padding-left: 24px;
}

.dependant-terminated, .dependant-terminated .k-input {
    color: red;
}

#MembersDropDownList.dependant-terminated {
    color: red;
}

    #MembersDropDownList.dependant-terminated option {
        color: #666;
    }

        #MembersDropDownList.dependant-terminated option.dependant-terminated {
            color: red;
        }

.btncbhs.grey-light, .btncbhs.grey-light:hover {
    background: #efefef !important;
    color: #1E1E1E;
    border-color: #1E1E1E !important;
}

.btncbhs.white, .btncbhs.white:hover, .btncbhs.white:focus {
    background: #fff !important;
    color: #1E1E1E;
    border-color: #1E1E1E !important;
}

.modal-content {
    background-color: #fff !important;
    color: #1E1E1E !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.close, .modal-title {
    color: #1E1E1E !important;
}

.modal-footer {
    text-align: center !important;
    border-top: none !important;
}

.modal-backdrop.in {
    opacity: 0.9 !important;
    background: url(/Site.Resource/images/backgroundGreyStripe.gif) #f1f1f1 !important;
}

a, a:hover, a:visited, a:active {
    color: #1E1E1E;
}

.number-code > div {
    display: flex;
    justify-content: center;
}

    .number-code > div > input:not(:last-child) {
        margin-right: 16px;
    }

body div .row input.code-input {
    font-size: 48px;
    font-weight: 500;
    width: 80px;
    max-width: 80px;
    height: 80px;
    text-align: center;
    flex: 1 0 1em;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid rgb(30, 30, 30);
}

    body div .row input.code-input:invalid {
        box-shadow: none;
    }

    body div .row input.code-input:focus {
        outline: none;
        border: 3px solid rgb(255, 204, 0);
        box-shadow: 0px 0px 6px 0px rgba(255, 206, 4, 0.6);
    }

.modal-content .login {
    max-width: unset;
}

@media screen and (max-width: 450px) {
    body div .row input.code-input {
        font-size: 38px;
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 630px !important;
    }
}

.btncbhs {
    display: inline-block;
    padding: 10px 22px;
    border: none;
    border-radius: 8px;
}

    .btncbhs.blue, .btncbhs.orange, .btncbhs.grey, .btncbhs.chatcolour, .btncbhs.black {
        color: #1e1e1e;
        font-size: 13px;
        text-transform: uppercase;
    }

    .btncbhs.blue {
        background: #1e439c;
    }

.btncbhs.blue:hover {
    background: #4b69b0;
    text-decoration: none;
}

.btncbhs.orange {
    background: #FFCC00;
    border: 1px solid #FFCC00;
}

    .btncbhs.orange:hover {
        background: #1E1E1E;
        text-decoration: none;
        color: #fff;
        border: 1px solid #1E1E1E;
    }

.btncbhs.orange-outline {
    background: #fff;
    color: #1E1E1E;
    border: 2px solid #FFCC00;
}

.btncbhs.orange-outline:hover {
        background: #FFCC00;
        color: #fff;
    }

.btncbhs.chatcolour {
    background: #1E1E1E;
    color: #fff;
}

.btncbhs.grey {
    background: #808080;
}

    .btncbhs.grey:hover {
        background: #606060;
        text-decoration: none;
    }

.btncbhs.grey-light {
    background: #efefef;
}

.btncbhs.grey-light:hover {
        background: #efefef;
        text-decoration: none;
    }
.btncbhs.black {
    background: #1e1e1e;
    color: #fff;
    border: 1px solid #1e1e1e;
}

 .btncbhs.black:hover {
    background: #fff;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
}

.mfa-green-container {
    padding: 12px 8px 12px 20px;
    text-align: left;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 17px solid rgb(59, 178, 115);
}

    .mfa-green-container p {
        line-height: 24px;
    }

.error .mfa-green-container {
    border-left: 17px solid red;
}

.modal .close, .modal .close:hover, .modal .close:active {
    padding: 0;
    background-color: unset;
    border: none;
    text-align: right;
}
/*# sourceMappingURL=forms.css.map */
