﻿/*HomePage_login.css Start*/
body {
    /*background-image: url('../images/bg_overlay.jpg');*/
    background-image: url('../Images/bg-page-section.png');
    /*background-image: url('../Images/bg-banner.jpg');*/
    background-color: rgba(51, 51, 51, 0.93);
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.div {
    display: table;
    height: 100%;
    position: absolute;
    width: 34%;
    z-index: 1000;
}

.world {
    -webkit-animation: spin1 30s linear 1000;
    -moz-animation: spin1 30s linear 1000;
    -o-animation: spin1 30s linear 1000;
    -ms-animation: spin1 30s linear 1000;
    animation: spin1 30s linear 1000;
    -sand-transform: rotate(40deg);
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    5% {
        -webkit-transform: rotate(-14deg);
    }

    10% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin1 {
    100% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin1 {
    100% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin1 {
    100% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin1 {
    100% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-keyframes spin1 {
    100% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.enter_w {
    position: absolute;
    width: 100%;
}

.enter {
    margin-left: auto;
    margin-right: auto;
    width: 272px;
    height: 37px;
}

    .enter a {
        width: 272px;
        height: 37px;
        display: block;
        background-image: url(../images/enter.png);
        background-repeat: no-repeat;
        text-indent: -99999em;
        transition: all 300ms ease 0s;
    }

        .enter a:hover {
            width: 272px;
            height: 37px;
            display: block;
            background-image: url(../images/enter.png);
            background-repeat: no-repeat;
            text-indent: -99999em;
            background-position: 0px -46px;
            transition: all 300ms ease 0s;
        }

/*HomePage_login.css End*/
/*loader_login.css Start*/
.loading-overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.loading-center {
}

.loading-text {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.first-line {
    opacity: 0;
    position: relative;
    width: 100%;
    text-align: center;
    transform: translateY(40px);
}

.second-line {
    opacity: 0;
    transform: translateY(40px);
    margin-top: 0px !important;
}

.tag-line {
    color: #C09F68;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    position: relative;
    padding-bottom: 15px;
}

    .tag-line:after, .tag-line:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .tag-line:after {
        width: 50%;
        height: 1px;
        background-color: #fff;
        background-color: rgba(255,255,255,0.5);
        margin: 0 auto;
    }

.cssload-thecube {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(255,255,255);
            /*background-color: #C09F68;*/
            background-color: #286090;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(59px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(59px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(59px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(59px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(59px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(59px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(59px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(59px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(59px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(59px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(59px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(59px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(59px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(59px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(59px) rotateY(180deg);
        opacity: 0;
    }
}




/*Loader_login.css End*/
/*Style_login.css Start*/
@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

#container {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    margin: 0px auto;
}

#home-container {
    width: 100%;
    margin: 0 auto;
}

#top-links {
    float: right;
    left: 30px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

    #top-links ul {
        list-style: none;
    }

        #top-links ul li {
            margin-right: 15px;
            color: rgba(255, 255, 255, 0.70);
            font-size: 12px; /*float:left;*/
            display: inline;
        }

            #top-links ul li a {
                text-decoration: none;
                color: rgba(255, 255, 255, 0.70);
                text-transform: uppercase;
                font-family: Futura-Book,Arial,sans-serif;
                font-size: 14px;
            }

#logov {
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 1;
}

    #logov img {
        max-width: 60%;
        margin: 0px 0 0;
    }

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: url("../images/loading-page.jpg")50% 0 no-repeat fixed;
    background-size: cover;
    display: none !important;
}

#loader-bar {
    letter-spacing: 5px;
    margin: 16% auto 0;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

    #loader-bar img {
        margin-bottom: 15px;
    }

#counter {
    font-size: 30px;
    margin-bottom: 20px;
}

.progress {
    font-size: 16px;
}

#pageHolder {
    min-height: 200px;
    overflow: hidden;
}
/*Style_login.css End*/

.caption, .titlesbar > a > span > i {
    color: rgba(255, 255, 255, 0.89) !important;
}

    .profile .fa-titles, .caption .fa-titles {
        border: 2px solid rgba(255, 255, 255, 0.89) !important;
    }

/*.titlesbar {
    padding: .6% 0% 2.4%;
    border-bottom: 1px dotted #c0a367 !important;
}*/
.titlesbar {
    padding: .6% 0% 0%;
    border-bottom: 0px dotted #c0a367 !important;
}

.signup {
    /*box-shadow: 0 2px 10px #c0a367 !important;*/
}

.btn-themed {
    /*color: #ddd;
    background-color: #286090 !important;*/
}

    .btn-themed:hover {
        /*background-color: #286090 !important;
        color: #fff !important;*/
    }

/*.formError .formErrorContent {
    width: 100%;
    background: linear-gradient(to bottom, #286090 0%,#286090 100%) !important;
    position: relative;
    color: #fff;
    min-width: 150px;
    font-size: 11px;
    border: 2px solid #286090 !important;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #286090 !important;
    border-right: 2px solid #286090 !important;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #286090 !important;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}*/
.formError {
    position: absolute;
    left: 172px !important;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.35);
    border-top: 1px solid #e4e4e4;
    padding-top: 6px;
}

.panel-footer {
    background-color: transparent;
    border-top: 0px solid #c0a367;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .form-input {
        height: 50px !important;
    }

    .footer .poweredby {
        text-align: center;
        float: none;
        padding: 2px 0;
        text-transform: capitalize !important;
    }

    .footer .copy {
        text-align: center;
        float: none;
    }
}

@media screen and (min-width: 550px) and (max-width: 768px) {
    .form-input {
        height: 50px !important;
    }

    #signin button {
        padding: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .loading-overlay {
        position: relative;
        top: 20%;
    }

    .loading-text {
        font-size: 30px;
    }

    .loginform {
        position: relative;
        left: 0 !important;
        width: 100%;
        padding: 10px;
    }

    .footer {
        height: 47px;
    }

    .second-line img {
        width: 200px !important;
    }

    .loginform .account-Section {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    body {
        overflow-x: hidden;
        padding: 10px;
    }

    .loading-text {
        font-size: 40px !important;
    }

    .loginform {
        position: relative !important;
        width: 100%;
        padding: 10px;
        top: 25%;
        /*left: 5% !important;*/
        /*bottom:0 !important;*/
    }

    .footer {
        height: 47px;
    }

    .enter_w {
        display: none;
    }

    .container {
        /*position: relative !important;*/
        margin-top: 15% !important;
    }
}

@media screen and (max-width: 1024px) {
    .loginform {
        position: relative;
        left: 18% !important;
        bottom: 15% !important;
    }

    .enter_w {
        position: relative;
        top: 90px !important;
    }

    .form-input {
        height: 50px !important;
    }

    #signin button {
        height: 50px !important;
    }
    /*.container {
        margin-top: 15% !important;
    }*/
}

@media screen and (max-width: 1024px),screen and (max-height:600px) {
    .loginform {
        position: relative;
        left: 18% !important;
        bottom: 15% !important;
    }

    .enter_w {
        display: block;
    }

    /*.container {
        margin-top: 15% !important;
    }*/
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .loginform {
        /*position: relative !important;*/
        /*width: 100%;*/
        left: 18% !important;
        bottom: 15% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .loginform {
        /*position: relative !important;*/
        /*width: 100%;*/
        left: 25% !important;
        bottom: 10% !important;
    }

    .enter_w {
        position: relative;
        top: 70px !important;
    }
}

@media screen and (min-width: 1366px) and (min-height:768px) {
    .loginform {
        position: relative;
        left: 26% !important;
        bottom: 20% !important;
    }
}

@media screen and (min-width: 1367px) {
    .loginform {
        position: relative;
        left: 26% !important;
        bottom: 25% !important;
    }

    .container {
        /*position: relative !important;*/
        margin-top: 5% !important;
        font-size: 20px !important;
    }

    .form-input {
        height: 50px;
    }

    #signin button {
        height: 50px;
    }
}

.text-upper h4 {
    color: #306163;
    text-transform: none;
}

.lblLoginHeading {
    color: goldenrod;
}

.btnAlign {
    text-align: center;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-themed {
    font-weight: bold;
    width: 81px;
}

.btn-default {
    font-weight: bold;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 0px;
}

/* do not group these rules placeholder*/
*::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.29) !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: rgba(168, 168, 168, 0.35) !important;*/
    color: #b4b3b0 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: rgba(168, 168, 168, 0.35) !important;*/
    color: #b4b3b0 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b3b0 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b3b0 !important;
}

.panel {
    background-color: rgba(0, 0, 0, 0.45) !important;
    border: 1px solid rgba(234, 232, 227, 0) !important;
}

.panel-default > .panel-heading {
    border: 1px solid rgba(234, 232, 227, 0) !important;
}

.signup .form-control {
    border: 1px solid rgba(48, 97, 99, 0.57) !important;
}

.btn-custom {
    background: #00235a !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 2px solid #00235a !important;
}

    .btn-custom:hover {
        background: #fff !important;
        color: #00235a !important;
        border-radius: 2px !important;
        border: 2px solid #00235a !important;
    }

#signin .form-control {
    color: #fff !important;
}

/*Material*/
.input-effect {
    position: relative;
    display: block;
    bottom: 0;
    width: 0;
    height: 2px;
    bottom: 2px;
    margin: auto;
    transition: all .3s ease-in-out;
    /*background-color: #03236d;*/
    /*background-color: #c0a367;*/
    background-color: #238be3;
}

.Material-input:focus ~ .input-effect {
    width: 100%;
}

.Material-input {
    position: relative;
    border-radius: 0;
    border: 0;
    padding: 17px 0px 0px 0px;
    color: #000;
    height: 50px;
    box-shadow: none;
    border-bottom: 1px solid gray;
}

    .Material-input:focus {
        box-shadow: none;
        border-color: gray;
    }

.form-control-Mate {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid gray;
}

/*Guest Form*/
.text-danger {
    color: #ea2b27 !important;
}

@media screen and (max-width:768px) {
    .register-form .wizard-header img, .Guest-form .wizard-header img, .Forgot-Pass-form .wizard-header img {
        margin-bottom: 20px;
        width: 60% !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .register-form .wizard-header img, .Guest-form .wizard-header img, .Forgot-Pass-form .wizard-header img {
        margin-bottom: 20px;
        width: 30% !important;
    }

    .register-form .wizard-header h3, .Guest-form .wizard-header h3 {
        font-weight: 700;
        padding: 0;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 10px;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .register-form .wizard-header img, .Guest-form .wizard-header img {
        margin-bottom: 20px;
        /*width: auto !important;*/
    }

    body {
        overflow: auto !important;
    }
}


/*Register Form*/
.register-form, .Guest-form, .Forgot-Pass-form, .terms-condition {
    /*background-image: url(&quot;/CSS/assets/img/dimg10.jpg&quot;); height: auto;*/
    /*background-image: url('../images/bg_overlay.jpg');*/
    /*background-image: url('/Content/sjoganiexports.com/website/_content/index/slider/1920x630-2.jpg');*/
    background-image: url('../Images/bg-banner.jpg');
    background-color: rgba(51, 51, 51, 0.93);
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

    .register-form .form-control, .Guest-form .form-control, .Forgot-Pass-form .form-control {
        border: none !important;
    }

    .register-form .wizard-card .wizard-title, .Guest-form .wizard-card .wizard-title {
        margin: 0;
        color: #ecca57;
    }

    .register-form .termsAlign, .Guest-form .termsAlign {
        font-family: Arial;
    }

    .register-form .wizard-card[data-color="green"] .moving-tab, .Guest-form .wizard-card[data-color="green"] .moving-tab {
        position: absolute;
        text-align: center;
        padding: 12px;
        font-size: 12px !important;
        text-transform: uppercase;
        -webkit-font-smoothing: subpixel-antialiased;
        background-color: rgb(60, 126, 134) !important;
        top: -4px;
        left: 0px;
        border-radius: 4px;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 500;
        box-shadow: 0 16px 26px -10px rgba(153, 146, 130, 0.3), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
    }

    .register-form .btnBackArrow {
        color: rgb(59, 125, 132);
    }

    .register-form .wizard-header .lblaccount {
        color: #00235a;
        padding: 0;
        margin: 0;
    }

.wizard-card[data-color="green"] .form-group .form-control {
    background-image: linear-gradient(#05aab6, #05a9b6), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

/*Guest login*/
.Guest-form .form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.Guest-form .wizard-container {
    padding-top: 18px !important;
    z-index: 3;
}

.Guest-form .wizard-card .wizard-header, .Forgot-Pass-form .wizard-card .wizard-header {
    text-align: center;
    padding: 0px 0 8px !important;
}

.Guest-form .image-container, .Forgot-Pass-form .image-container {
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    position: absolute !important;
    width: 100% !important;
}

.Guest-form .termsAlign {
    margin-left: 31px;
}

.Guest-form .wizard-header h3 {
    font-weight: 700;
}

.Guest-form .card {
    background-color: #FFFFFF;
    padding: 0px 0;
    width: 100%;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

.Guest-form .form-group {
    padding-bottom: 7px;
    margin: 25px 0 0 0;
    margin-right: 0px;
    margin-left: 0px;
}

.Guest-form .nav-pills > li > a {
    border: 0 !important;
    border-radius: 0;
    line-height: 28px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555 !important;
}


@media screen and (min-width:991px) and (max-width:1366px) {
    .Guest-form .wizard-header .img {
        margin-bottom: 20px;
        width: 15% !important;
        float: right !important;
        right: 50px !important;
        position: relative !important;
    }
}


/*Start loader*/

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.js #loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7b7b7b;
    z-index: 10000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00235a;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #20bae4;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00235a;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width:991px) and (max-width:1366px) {
    .Guest-form .wizard-header .img {
        margin-bottom: 20px;
        width: 15% !important;
        float: right !important;
        right: 50px !important;
        position: relative !important;
    }

    .wizard-card .tab-content {
        min-height: initial !important;
    }

    .wizard-container .logoImg {
        width: 20% !important;
    }
}

.Forgot-Pass-form .ForgPassContent {
    color: black;
    font-family: sans-serif;
}

.register-form .wizard-card[data-color="green"] .moving-tab, .Guest-form .wizard-card[data-color="green"] .moving-tab, .Forgot-Pass-form .wizard-card[data-color="green"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px !important;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #00235a !important;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(153, 146, 130, 0.3), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.register-form .btnBackArrow {
    color: #00235a !important;
}

.Forgot-Pass-form .nav-pills {
    background-color: rgba(200, 200, 200, 0.2);
    padding-top: 11px !important;
}

.Forgot-Pass-form a {
    color: #2f7e88;
    font-family: sans-serif;
}
