

body {
    height: 100%;
    background: url(../assets/img/img_bkgd_shine_reg_cover.jpg) #1a2445;
    background-position: center -300px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    font-family: 'Praxis_Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a {
    color: #fff;
    text-decoration: underline;
}

    a:hover {
        color: #988642;
    }

select::-ms-expand {
    display: none;
}



div.container.main {
    position: relative;
    top: 180px;
    left: 0;
    right: 0;
    max-width: 758px;
    /*padding: 0;*/
    margin: 0 auto;
    color: #fff;
}

    div.container.main h1 {
        display: block;
        max-width: 758px;
        padding: 0 0 20px 0;
        margin: 0 auto;
        color: #fff;
    }

.form-signin-heading {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 3.4rem;
    margin: 0;
    padding: 12px 0 10px 0;
}

.form-signin-wrapper, .form-signin-wrapper-wb {
    text-align: center;
    padding: 20px 57.5px;
    min-height: 640px;
}

.form-signin-wrapper-wb {
    min-height: 830px;
    padding: 0px 0px;
}


.checkbox {
    margin-bottom: 10px;
    font-weight: normal;
}

.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

    .form-control:focus {
        z-index: 2;
    }

input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin-forgot {
    margin: 20px 0 10px 0;
}




/* OVERRIDES
-------------------------------------------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #988642;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #988642;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #988642;
}

:-moz-placeholder { /* Firefox 18- */
    color: #988642;
}

.tooltip .tooltip-inner {
    text-align: left;
    background: #fff;
    color: #988642;
    padding: 10px;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff;
}

.form-check-input {
    max-width: 40px;
    display: inline-block;
}

/*  Multistep Form
**********************/

.msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
    display: block;
}

    /*.msform-min-height {
	min-height: 560px;
}

.msform-min-height-wb {
	min-height: 700px;
}

.msform-min-height fieldset {
	min-height: 360px;
}

.msform-min-height-wb fieldset {
	min-height: 560px;
}*/

    .msform fieldset {
        background: none;
        border: none;
        border-radius: 3px;
        /*    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
        padding: 0px 0px 20px 0;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;
        text-align: left;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        .msform fieldset.nom-thank-you {
            ;
            text-align: center;
        }

            .msform fieldset.nom-thank-you h3 {
                font-size: 3.0rem;
                margin: 20px 0 30px 0;
            }

            .msform fieldset.nom-thank-you p {
                font-size: 1.1rem;
                margin: 20px auto;
            }


        /*Hide all except first fieldset*/
        .msform fieldset:not(:first-of-type) {
            /* display: none;*/
        }

    .msform .form-group {
        margin: 0 30px;
    }



    .msform label {
        padding: 5px 0 3px 0;
        font-size: 1.2rem;
        color: #988642;
        /*text-transform: uppercase;*/
        text-align: left;
    }

    /*inputs*/
   /*inputs*/
.msform input, .msform textarea {
    padding: 9px 10px 10px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    width: 96%;
    box-sizing: border-box;
    color: #988642;
    font-size: 1.1rem;
}

        .msform input:read-only, .msform textarea:read-only {
            background: rgba(255,255,255, 0.5);
            color: #313131;
        }

        .msform input:focus, .msform textarea:focus {
            outline: none;
            border: 2px solid #988642;
        }

    .msform .findAddress {
        background: #988642;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        border: 2px solid #988642;
    }

        .msform .findAddress:focus {
            border: 2px solid #fff;
        }


    .msform .select-style {
        border-radius: 20px;
        padding: 3px 10px 4px 20px;
        margin-top: 4px;
        margin-bottom: 12px;
        color: #988642;
        font-size: 1.1rem;
        overflow: hidden;
        background: #fff url("../assets/img/img_select_arrow.jpg") no-repeat 96% 50%;
    }

        .msform .select-style select {
            border-radius: 20px;
            width: 100%;
            color: #988642;
            height: 56px;
            font-size: 1.1rem;
            padding: 5px 0px;
            border: none;
            box-shadow: none;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
        }

            .msform .select-style select:focus {
                outline: none;
            }

        .msform .select-style:focus {
            border: 1px solid #988642;
        }

    .msform .select-style-list {
        border-radius: 20px;
        padding: 3px 10px 4px 20px;
        margin-top: 4px;
        margin-bottom: 12px;
        color: #988642;
        font-size: 1.1rem;
        overflow: hidden;
        background: #fff;
    }

        .msform .select-style-list select {
            width: 100%;
            color: #988642;
            font-size: 1.1rem;
            padding: 5px 0px;
            border: none;
            box-shadow: none;
            background: transparent;
            background-image: none;
            -webkit-appearance: none;
        }

    .msform .form-check {
        padding: 0 0 0 20px;
        margin: 0 30px;
    }

    .msform .form-check input {
    width: auto;
}

        .msform .form-check label {
            cursor: pointer;
        }

    .msform .confirmDetailsCheck, .msform .wbDetailsCheck {
        margin: 12px 0;
        text-align: left;
        height: 24px;
        cursor: pointer;
        background: #fff;
    }

    .msform .wbDetailsCheck {
        margin: 8px 0;
    }

    .msform .confirmDetailsText {
        color: #fff;
        text-transform: none;
        cursor: pointer;
        font-size: 1rem;
    }

    .msform .form-group label.validator {
        display: inline;
    }

    .msform .form-group.select-required {
        display: inline;
        width: auto;
        padding: 0;
        margin: 0;
    }

        .msform .form-group.select-required label {
            margin: 0;
            display: inline;
            margin-left: -24px;
        }

    .msform .form-group.select-style.required {
        display: inline-block;
        width: 84%;
        overflow: visible;
    }

.regUsernameTT {
    font-family: 'FontAwesome';
    content: "\f29c";
    color: #fff;
    position: absolute;
    top: 20px;
    right: -36px;
    margin: 0 0 0 20px;
}

.regSecondaryBranchTT {
    font-family: 'FontAwesome';
    content: "\f29c";
    color: #fff;
    position: absolute;
    top: 7px;
    right: -36px;
    margin: 0 0 0 20px;
}

/*buttons*/
.msform .action-button, .msform .action-button-previous {
    width: 160px;
    background: #988642;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 20px;
    margin: 10px 30px 0 0px;
    text-transform: uppercase;
    font-size: 1.4rem;
    float: right;
}

    .msform .action-button:hover, .msform .action-button:focus {
        /* box-shadow: 0 0 0 2px white, 0 0 0 3px #c11db6;*/
        background: #fff;
        color: #988642;
    }

.msform .action-button-previous {
    background: rgba(101,103,106,0.4);
    margin: 10px 0px 0 20px;
    float: left;
    width: 185px;
    font-size: 0.9rem;
}

    .msform .action-button-previous:hover, .msform .action-button-previous:focus {
        /*box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;*/
        background: #fff;
        color: #988642;
    }

/*headings*/

.nom-form-header {
    /* border-bottom: 2px solid #fff;*/
    padding: 20px 0 0px 0px;
    margin-bottom: 10px;
    background: none;
    color: #fff;
    text-align: left;
}

.nom-form-header-wb {
    padding: 20px 0 0px 0px;
    margin-bottom: 10px;
    background: none;
    color: #fff;
    position: absolute;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: -210px;
    width: 720px;
    /*    left: -57px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.fs-title, .fs-subtitle {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Praxis_Bold';
}

.fs-subtitle {
    font-weight: normal;
    font-size: 1.6rem;
    padding: 0;
    font-family: 'Praxis_Regular';
}

/*progressbar*/
.progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
}

.progressbar-width-wb {
    margin: 140px 0 30px 0;
}

.progressbar-width li {
    width: 22%;
}

.progressbar-width-wb li {
    width: 15%;
}

.progressbar li {
    list-style-type: none;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}


    .progressbar li.active {
        color: #fff;
    }

    .progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 40px;
        height: 40px;
        line-height: 38px;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        color: #988642;
        background: #fff;
        border-radius: 50px;
        border: none;
        margin: 0 auto 10px auto;
    }



    /*progressbar connectors*/
    .progressbar li:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        left: -50%;
        top: 18px;
        z-index: -1; /*put it behind the numbers*/
        -webkit-transition: background-color .4s ease-out;
        -moz-transition: background-color .4s ease-out;
        -o-transition: background-color .4s ease-out;
        transition: background-color .4s ease-out;
    }

    .progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
    }

    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    .progressbar li.active:before {
        background: #988642;
        color: #fff;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
    }

    .progressbar li.active:after {
        background: #988642;
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
    }


    .progressbar li.check:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        counter-increment: step;
        color: #fff;
        background: #988642;
        border-radius: 50px;
        /*	border: 4px solid #988642;*/
        -webkit-transition: background-color .2s ease-out;
        -moz-transition: background-color .2s ease-out;
        -o-transition: background-color .2s ease-out;
        transition: background-color .2s ease-out;
    }



/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.fade-in {
    opacity: 0;
    opacity: 1 \9; /*just in case ie*/
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        animation-delay: .3s;
    }

    .fade-in.two {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        animation-delay: .6s;
    }

    .fade-in.three {
        -webkit-animation-delay: .9s;
        -moz-animation-delay: .9s;
        animation-delay: .9s;
    }


@media only screen and (max-width: 575px) {

    body {
        background-position: center -500px;
    }


    .form-signin-wrapper {
        padding: 0;
    }

    .form-signin {
        top: 97px;
        /*max-width: 80%;*/
    }

        .form-signin h1 {
            max-width: 290px;
        }

    .msform .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .form-signin-heading {
        font-size: 2.6rem;
        padding: 16px 0 10px 0;
    }

    .msform .action-button, .msform .action-button-previous {
        width: 100%;
        float: none;
    }

    .msform .action-button-previous {
        margin: 10px 0px 0 0px;
        width: 100%;
        float: none;
    }

    .msform fieldset.nom-thank-you h3 {
        font-size: 2rem;
    }

    .nom-form-header-wb {
        padding: 20px 0 0px 0px;
        margin-bottom: 10px;
        background: none;
        color: #fff;
        position: absolute;
        display: block;
        margin: 0 auto;
        text-align: center;
        top: -210px;
        width: 310px;
        /*left: -39px;*/
    }

        .nom-form-header-wb .fs-title, .nom-form-header-wb .fs-subtitle {
            font-size: 1.6rem;
            text-transform: uppercase;
        }

        .nom-form-header-wb .fs-subtitle {
            font-size: 1rem;
        }
}

@media only screen and (max-width: 767px) and (min-width: 575px) {

    body {
        background-position: center -400px;
    }


    .form-signin-wrapper {
        padding: 0;
    }

    .form-signin {
        top: 170px;
        /*max-width: 80%;*/
    }

        .form-signin h1 {
            max-width: 560px;
        }


    .nom-form-header-wb {
        padding: 20px 0 0px 0px;
        margin-bottom: 10px;
        background: none;
        color: #fff;
        position: absolute;
        display: block;
        margin: 0 auto;
        text-align: center;
        top: -210px;
        width: 560px;
        /*left: -65px;*/
    }
    /*	.msform .form-group {
		margin: 0;
	}*/

    .form-signin-heading {
        font-size: 2.6rem;
        padding: 16px 0 10px 0;
    }

    .msform .action-button, .msform .action-button-previous {
        width: 100%;
        float: none;
    }

    .msform .action-button-previous {
        margin: 10px 0px 0 0px;
        width: 100%;
        float: none;
    }

    .msform fieldset.nom-thank-you h3 {
        font-size: 2rem;
    }
}

body form input[type=checkbox] {
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #988642;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    left: -5px;
    top: -5px;
    padding: 0px;
}

    body form input[type=checkbox]:checked:after {
        content: '\2714';
        width: 12px;
        height: 12px;
        position: absolute;
        top: -7px;
        left: 7px;
        font-size: 32px;
    }

    body form input[type=checkbox]:checked {
        color: #002776;
        border: 3px solid #988642;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        body form input[type=checkbox]:active, body form input[type=checkbox]:checked:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

body form input[type="checkbox"]:focus {
    outline: none;
}

body form .msform input[type="checkbox"]{
    width:40px;
}

body form .terms input[type=checkbox] {
    left: 20px;
    top: 20px;
}

body form .action-button.login-button{
    margin-right:54px
}