/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
@font-face {
    font-family: 'interstatelight';
    src: url('../fonts/interstate-light-webfont.woff2') format('woff2'), url('../fonts/interstate-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'interstateregular';
    src: url('../fonts/interstate-regular-webfont.woff2') format('woff2'), url('../fonts/interstate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'interstatebold';
    src: url('../fonts/interstate-bold-webfont.woff2') format('woff2'), url('../fonts/interstate-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------
    1 - General Styles
------------------------------------*/
*,
body {
    font-family: "interstateregular", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'interstateregular';
}


.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8E959C;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8E959C;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8E959C;
}

.form-body {
    background-color: #fff;
    height: 100%;
}

    .form-body > .row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        height: 100%;
    }

.website-logo {
    display: inline-block;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
}

    .website-logo img {
        width: 100px;
    }

    .website-logo a {
        display: inline-block;
    }




.form-holder .form-content ::-webkit-input-placeholder {
    color: #526489;
}

.form-holder .form-content :-moz-placeholder {
    color: #526489;
}

.form-holder .form-content ::-moz-placeholder {
    color: #526489;
}

.form-holder .form-content :-ms-input-placeholder {
    color: #526489;
}

.form-content .form-items {
    max-width: 480px;
    text-align: left;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto
}

.logo {
    display: flex;
    padding-bottom: 10px;
}

.logo-img {
    margin-bottom: 20px;
}

    .logo-img img {
        height: 40px;
    }

.login-text {
    color: #333E48;
}

.form-content label {
    color: #333E48;
    text-align: left;
    font-size: 15px;
    /*font-weight: 200;*/
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}



.form-content input[type="text"].username,
.form-content .dropdown-toggle.btn-default {
    background-color: #fff;
    color: #5D6771;
    border: 1px solid;
    border-color: #8D8D8D;
    width: 100%;
    padding: 12px 12px 12px 16px;
    text-align: left;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
}


.form-content input.password,
.form-content .dropdown-toggle.btn-default {
    background-color: #fff;
    color: #5D6771;
    border-color: #8D8D8D;
    padding: 12px 12px 12px 16px;
    text-align: left;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
}
.form-control.eyeicon {
    display: block;
    width: 100%;
    padding: 12px 12px 12px 16px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333E48;
    background-color: #fff;
    background: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-text {
    display: flex;
}

    .select-text h4 {
        font-size: 15px;
        color: #333E48;
    }

.flag {
    display: flex;
    margin-bottom: 20px;
}

.amaerica-flag,
.canada-flag {
    padding: 0px 0 0 0;
}

.canada-flag {
    padding-left: 20px;
}

.flaginput input[type=radio] {
    display: none;
}

    .flaginput input[type=radio] + label {
        border: 2px solid #fff;
        padding: 2px !important;
        display: block !important;
        margin-bottom: 0 !important;
        border-radius: 5px;
        cursor: pointer;
    }

        .flaginput input[type=radio] + label:after {
            display: none;
        }

    .flaginput input[type=radio]:checked + label {
        border: 2px solid #ED7300;
    }

.form-select.select-icon {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: .95rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333E48;
    background-color: #fff;
    background: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 14px 8px;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    border-color: #70787F;
}

.form-control {
    font-family: "interstatelight", sans-serif;
    min-height: 48px;
    border-color: #70787F;
}

button {
    text-align: end;
    padding: 3px;
    padding-bottom: 44px;
}

.btn-primary.signin {
    border-radius: 20px;
    border-color: #ED7300;
    background-color: #ED7300;
    padding: 4px 13px 4px 13px;
    border: 2px solid #ED7300;
    font-size: .95rem;
}


.btn-primary.signin:hover {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

    .btn-primary.signin:focus {
        background: linear-gradient(0deg, #ED7300, #ED7300), linear-gradient(0deg, #A14E00, #A14E00);
        border: 2px solid #A14E00
    }

    .btn-primary.signin:active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        background: #C76000;
        border-color: #C76000;
        color: #FFFFFF;
    }

.btn-primary.disabled,
.btn-primary:disabled,
fieldset:disabled .btn-primary {
    background: #F8C799;
    border-color: #F8C799;
    color: #FFFFFF;
    opacity: 1;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #ED7300;
    background-color: #fff;
    border-color: #fff;
}

.img-holder {
    width: 550px;
    background-color: #ED7300;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    padding: 60px;
    text-align: left;
    z-index: 999;
}

    .img-holder .info-holder h3 {
        color: #fff;
    }

        .img-holder .info-holder h3 span {
            color: #fff;
        }

    .img-holder .bg {
        position: absolute;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/loginbg.png);
        background-size: cover;
        background-position: left top;
        z-index: -1;
    }

    .img-holder .info-holder {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .img-holder .info-holder h3 {
            display: block;
            color: #fff;
            font-size: 36px;
            margin-bottom: 30px;
            width: 100%;
            max-width: 268px;
            padding-right: 30px;
        }

        .img-holder .info-holder h2 {
            color: #fff;
            text-align: left;
        }

            .img-holder .info-holder h2 span {
                color: #fff;
            }


        .img-holder .info-holder p {
            display: block;
            color: #fff;
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 50px;
            width: 100%;
            max-width: 300px;
            padding-right: 30px;
        }


.btn-light {
    border-radius: 30px;
    padding: 6px 13px 6px 13px;
    color: #ED7300;
    line-height: 24px;
    background-color: #fff;
    border: none
}

    .btn-light:hover {
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
        color: #ED7300;
        background-color: #fff;
    }

    .btn-light:focus {
        background: #FDF1E6;
    }

    .btn-light:active,
    .btn-light:not(:disabled):not(.disabled):active,
    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        background: #FAD5B3;
        color: #ED7300;
    }

    .btn-light.disabled,
    .btn-light:disabled,
    fieldset:disabled .btn-light {
        background: #fff;
        color: #F8C799;
        opacity: 1;
    }



.button {
    text-align: right;
    padding: 3px;
    padding-bottom: 44px;
}

.form-check-input:checked {
    background-color: #ee7301;
    border-color: #ee7301;
}
.pswd_icon {
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    padding-right: 12px;
    padding-top: 10px;
    cursor: pointer;
    border-left: none;
}

input.password {
    border-right: none;
}

 

img, svg {
    vertical-align: middle;
    color: #ED7300;
}
/* Input Checkbox Styles */
.form-check .form-check-input {
    border: 0px solid #ED7300;
    border-radius: 2px !important;
}

.custom-checkbox input {
    position: relative;
    z-index: 3;
}

.custom-checkbox label:before {
    background: #fff;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    left: -36px;
    top: -10px;
    z-index: 2;
}

.custom-checkbox label {
    position: relative;
}


.custom-checkbox .form-check-input:hover + label:before {
    background: rgba(237, 115, 0, 0.1);
    cursor: pointer;
}

.custom-checkbox .form-check-input:focus + label:before {
    background: rgba(237, 115, 0, 0.2);
    cursor: pointer;
}

.custom-checkbox .form-check-input:active,
.custom-checkbox .form-check-input:focus {
    border: 2px solid #ED7300;
}

    .custom-checkbox .form-check-input:active + label:before {
        background: rgba(237, 115, 0, 0.3);
        filter: brightness(100%);
    }

.form-check-input:checked[type=checkbox] + label:before {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
    background: rgba(237, 115, 0, 0.3);
}

.custom-checkbox .form-check-input:hover,
.custom-checkbox .form-check-input:active,
.custom-checkbox .form-check-input:focus {
    box-shadow: none;
}

/* Input Checkbox Styles  End */
@media(min-width:1500px) {
    .img-holder {
        width: 40%
    }

        .img-holder .info-holder {
            margin-top: 0px;
        }

            .img-holder .info-holder p {
                padding-right: 0;
                margin-bottom: 70px;
            }

            .img-holder .info-holder h3 {
                font-size: 36px;
                margin-bottom: 50px;
            }
}
@media (max-width: 1200px) and (min-width: 991px) {

    .form-body > .row {
        height: auto
    }
}
@media(max-width:1200px) {

    .h2,
    h2 {
        font-size: 36px;
    }

    .form-body .form-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .form-body > .row {
        flex-direction: inherit;
    }

    .logo {
        justify-content: center;
    }

    .img-holder {
        position: static;
        height: auto;
        width: 100%;
        min-height: 400px;
        top: auto;
        bottom: 0;
    }

        .img-holder .info-holder {
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            max-width: 525px;
            position: static;
            margin: auto
        }

    .form-content .form-items {
        padding: 15px 0;
        max-width: 460px;
    }

    .button {
        padding-bottom: 0;
    }

    .img-holder {
        padding: 30px;
        text-align: center;
        margin-top: auto;
        display: flex;
        position: relative;
    }

        .img-holder .info-holder p {
            max-width: 100%;
            padding-right: 0;
        }

        .img-holder .info-holder h3 {
            padding: 0;
            max-width: 100%;
        }
}

@media(max-width:520px) {

    .h2,
    h2 {
        font-size: 22px;
    }

    .form-content .form-items {
        padding: 15px 30px;
    }

    .img-holder .info-holder p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .form-body > .row {
        height: auto;
    }

    .img-holder {
        min-height: 200px;
    }
}
