/*.container-fluid {
    min-width: 450px;
}*/

@import url('colorconfig.css');

html {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 1.4;
    font-size: 12px;
    overflow-y: scroll;
    
}

/*body {
    font-family: 'Open Sans';
    background: #fff url(../images/body-bg.png);*/ /*font-size:10px;
    background: #00b0ef url(../images/bg-9-full.jpg) no-repeat center center fixed; 
    background: #00b0ef url(../images/bg-lords3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.main-wrapper {
    /*margin-top: 75px;*/
}
.login-loader {position: fixed;top: 0;z-index: 1000;width: 100%;display: block;height: 100%;background-color: rgba(0,0,0,0.3);}
.Browser-message-section{position: relative;width: 600px;margin: 120px auto;background-color: #ffffff;padding:10px 20px;border-radius: 4px;
-o-box-shadow: 0 2px 4px rgba(255,255,255,.4);
-ms-box-shadow: 0 2px 4px rgba(255,255,255,.4);
-moz-box-shadow: 0 2px 4px rgba(255,255,255,.4);
-webkit-box-shadow: 0 2px 4px rgba(255,255,255,.4);}
.close-browser-section{position: absolute;cursor:pointer;
font-size: 24px;font-weight: bold;color: #ffffff;text-shadow: 0 1px 0 #fff;border-radius: 50%;right: -7px;background-color: #333;width: 30px;height: 30px;text-align: center;vertical-align: middle;top: -12px;line-height: 21px;border: 2px solid #ffffff;
box-shadow: 0px 0px 3px 1px #ccc;}
.Browser-message-section h3{margin: 0 0 15px 0;}
.Browser-message-section .version-section img{padding: 6px;}
.Browser-message-section .version-section img, .Browser-message-section .browser-info{float: left;}
.Browser-message-section .browser-info{margin-left: 5px;width: 130px;margin-top: 20px;}
.bottom-text-browser{font-size: 12px !important;text-align: center;margin: 5px auto;}

#latest_browser_section .Browser-message-section .version-section img, 
#latest_browser_section .Browser-message-section .browser-info {float: none;}
#latest_browser_section .Browser-message-section .version-section img {max-width: 50px;margin: 0px auto;}
#latest_browser_section .Browser-message-section .browser-info {margin: 0;text-align: center;font-size: 10px;margin-bottom: 5px;width: auto;}
#latest_browser_section .Browser-message-section .version-section{float: left;text-align: center;width: 90px;border: 1px solid #ccc;margin: 2px 0 0 2px;border-radius: 2px}
#latest_browser_section .Browser-message-section .version-section .version-number{display:block;}
/* handle media queries for font-size responsiveness */
@media all and (min-width:1131px) and (max-width: 1400px) {
    /* screen size until 1200px */
    html {
        font-size: 12px; /* 1.5x default size */
    }
}

@media all and (min-width:1061px) and (max-width: 1130px) {
    /* screen size until 1200px */
    html {
        font-size: 11px; /* 1.5x default size */
    }
}

@media all and (max-width:1060px) {
    /* screen size until 1200px */
    html {
        font-size: 10px; /* 1.5x default size */
    }
}

@media all and (max-width:768px) {
    .form-out-container {
        width:473px !important;
    }
    .bottom-text {
    width:473px !important;
    }
    .save-pwd-mq{padding-right: 3px;}
}

@media all and (max-width:480px) {
    .form-out-container {
        width:100% !important;
    }
    .bottom-text {
    width:95% !important;
    margin:0px auto;
    }
    .save-pwd-mq{padding-right: 3px;}
#latest_browser_section .Browser-message-section .version-section {width: 47%;}
}

/*  media query end */


/**************************/
/** common across pages start **/
/**************************/
.main-content-row {
    margin: 12px 6px;
}

.half-left {
    padding: 0;
    padding-right: 2.0rem;
}

.half-right {
    padding: 0;
    padding-left: 2.0rem;
}

.half-content {
    border: 1px solid #eee;
}

.box-header {
    margin-bottom: 3px;
}

    .box-header h2 {
        font-size: 1.3rem;
        line-height: 29px;
        padding: 0;
        color: #3A3C40;
        margin: 0;
        font-family: 'Open Sans'; /*text-transform:uppercase;     text-shadow:1px 1px #ddd;*/
    }

        .box-header h2 span {
            font-weight: 400;
        }

.box-content {
    padding: 6px 0 6px 0;
    font-size: 1em;
    color: #333;
    min-height: 240px;
    min-width: 300px;
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #ccc;
    margin: 0;
    border-top-color: rgba(0,0,0,.1);
}

    .hr.dotted, .hr-dotted {
        border-style: dotted;
    }

.hr-divider {
    border-top: 1px solid #ddd;
    margin: 0px 0px;
    border-top-color: rgba(0,0,0,.3);
    border-style: dotted;
}

.hr-section-divider {
    border-top: 1px solid #ddd;
    margin: 0px 0px 30px 0px;
    border-top-color: rgba(222,222,222,.3);
    border-style: dotted;
}

.modaloverlay {
    background: transparent url(../../../Images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0,0,0);
    opacity: 0.9;
}

/**************************/
/** common across pages ends **/
/**************************/

/****************/
/** nav starts ***/
/****************/

.main-nav {
    /*background-color: #32404e;*/
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: #fefefe;
    border-bottom-color: #ccc;
    z-index: 9;
}

.brand-section {
    color: #121212;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 9px;
    margin: 0 15px 0 15px;
    height: 50px;
}

.brand-link {
    text-decoration: none;
    color: #121212;
}

    .brand-link:hover {
        text-decoration: none;
    }

.main-menu-driver {
    margin-left: 0px;
    border-left: 1px solid #eee;
}


.right-menu-section {
    margin-right: 15px;
}

.menu-icon-link-holder {
    margin-right: 0px;
    color: #888;
    border-left: 1px solid #f5f5f5;
    cursor: pointer;
}

.main-menu-link {
    cursor: pointer;
    height: 50px; /*padding:0px 18px 0 18px;*/
}

.user-name-img-holder {
    padding-left: 15px;
}

.menu-icon-div {
    position: relative;
    padding-top: 17px;
    font-size: 1.5rem;
    height: 50px;
}

.username {
    padding: 16px 6px 0 6px;
    font-size: 1.0rem;
    height: 50px;
}

.user-img {
    padding: 8px 0 0 0;
}

.img-user {
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

.active-menu-link {
    background-color: #00a0df;
    color: #fff;
}

.menu-icon-div .badge {
    position: absolute;
    right: -12px;
    top: 6px;
    z-index: 100;
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px 5px;
    background: #ff8c00;
    font-weight: 400;
}

.badge.bg-important {
    background: #ff8c00;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}

.badge {
    border-radius: 9px;
    min-width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px 5px;
    background: #ff8c00;
}

.goBack-icon-holder {
    background-color: #2DC48D;
    width: 75px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.goback-icon {
    margin-top: 9px;
}

goBack-icon-holder:hover {
    background: #4CD9A5;
    color: #ffffff;
}


.goback-color {
    color: White;
    margin-left: 5px;
}

.goBack-text {
    font-size: 2.0rem;
    margin-left: 2.0rem;
    margin-top: 8px;
    color: black;
}

.goback-helper {
    height: 50px;
    color: #999;
    font-size: 10px;
    padding: 9px 12px 0 12px;
    width: 81px;
    border-right: 1px solid #dbdbdb;
}

.contact-us-text {
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    font-size: 1.0rem;
}

/****************/
/** nav ends ***/
/****************/

/***************************************/
/** for Non Tabs pages section start **/
/********************/
.main-page-holder {
    margin: 24px 0 30px 0;
    position: fixed;
    top: 60px;
}

.page-holder-content {
    margin: 6px 0 0 0;
    padding: 18px;
    padding-top: 10px;
    background: #fff;
    min-height: 250px;
    o-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/********************/
/** for Non Tabs end **/
/********************/
.col-center {
    margin: 0 auto;
}

.form-out-container {
min-height: 360px;
background-color: rgba(255,255,255, 0.96);
width: 380px;
border: 0px solid #999;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
margin: 24px auto 2px auto;
}

.top-signup-div {height: 83px;border-top-left-radius: 6px;border-top-right-radius: 6px;/*background-color: #f2f1ef*/ /*#ff9d00  #c7222a;*/}
.showPassword {position: absolute;right: 9px;top: 0;bottom: 0;height: 34px;width: 29px;cursor: pointer;line-height: 27px;z-index: 1;text-align: center;background-color: #fcfcfc;
margin-top: -2px}
.top-logo-cont {
    padding: 6px 0px 0px 0px;
}

.logo-right-text {
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
    padding-top: 12px;
}

.bottom-main-section {
    padding: 30px 0;
}

.bottom-left-section {
    /*border-right:1px dotted #eaeaea;*/
}

.bottom-right-section {
    padding-left: 54px;
}

.progress-indicator {
    margin-top: 21px;
}

.step-node {
    display: inline-block;
    color: #eee;
    padding-left: 2px;
}

.step-node-text {
    display: inline-block;
    color: #aaa;
    padding-top: 3px;
    font-size: 12px;
}

.step-time {
    font-size: 10px;
    color: #aaa;
}

.step-divider {
    height: 9px;
    width: 2px;
    margin-left: 12px;
    background-color: #eee;
}

.node-active {
    color: #888;
}

.node-complete {
    color: #36D7B7;
}

.divider-complete {
    background-color: #36D7B7;
}

.document-section {
    margin-top: 48px;
}

.document-list {
}

.document-header {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
}

.doc-list-item {
    padding: 6px;
    padding-left: 12px;
    font-size: 11px;
    color: #666;
    margin-bottom: 3px;
    background: #f3f3f3;
    border: 1px solid #ddd;
}

.skip-button-holder {
    margin-top: 15px;
    padding-top: 9px;
    border-top: 1px solid #dbdbdb;
}

.skip-expl {
    font-size: 11px;
    color: #999;
}

.iz-points-section {
    padding-left: 30px;
    border-left: 1px dotted #dbdbdb;
    margin-top: 30px;
}

.iz-points-holder {
}

.main-IZ-points-item {
    padding: 10px 0 10px 0;
    height: 51px;
}

.iz-item-text {
    font-size: 15px;
    padding-top: 4px;
    color: #888;
    font-weight: 400;
}

.form-main-holder {
}

.button-holder {
    margin-top: 12px;
}

.new-input-label {
font-size: 13px;
padding: 8px 0 6px 0;
color: #777;
font-weight: 400;
text-align: left;
}

.new-input-label-small {
    font-size: 12px;
    padding: 0;
    padding-top: 8px;
    color: #777;
    font-weight: 400;
    text-align: left;
}

.form-title {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;    
    font-weight: 700;
    margin-bottom: 12px;
}

.form-title-big {
    font-size: 1.5rem;
    margin-bottom: 27px;
}

.form-fullpage {
    top: 0px;
}

.doc-holder {
    padding: 1.4rem;
    text-align: left;
}

.prompt-holder {
    padding: 1.8rem;
    padding-top: 1.4rem;
    text-align: left;
}

.title-holder {
    border-top: 1px dotted #999;
    margin-top: 25px;
}

    .title-holder h4 {
        text-align: center;
        margin-top: -10px;
        height: 20px;
        line-height: 20px;
        font-size: 1.4rem;
        color: #999;
    }

    .title-holder span {
        background-color: White;
    }

.doc-kyc-block {
    margin: 15px 0px 10px 0px;
}

.doc-contactus-block {
    margin: 25px 0px 15px 0px;
    background-color: #DBEEF4;
    padding: 0.6rem;
    font-size: 0.9rem;
}

.doc-title {
    text-align: left;
    font-size: 1.6rem;
    color: #2DC48D;
}

.doc-title-plans {
    text-align: left;
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.form-subtitle {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    font-weight: normal;
}

.form-subtitle-1 {
    padding: 5px 30px 5px 30px;
    color: #999;
    background-color: #eee;
}

.doc-subtitle {
    text-align: left;
    font-size: 1.0rem;
    color: black;
}

.doc-sub-title-plans {
    text-align: left;
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: Black;
}

.doc-details {
    font-size: 11px;
}

.doc-side-titles {
    margin: 5px 0 5px 0;
    font-size: 1.08rem;
    font-weight: 600;
}

.prompt-subtitle {
    margin: 10px 0 20px 0;
    font-size: 1.08rem;
}

.form-image {
    width: 100%;
    text-align: center;
    height: 150px;
    margin: 20px 0 0px 0;
}

.doc-image {
    padding: 0.8rem;
    text-align: left;
    height: auto;
    background-color: #E8F3F7;
    margin: 20px 0 20px 0;
}

.doc-color {
    color: #ECA69D;
}

.form-div {
    width: 100%;
    font-size: 1.0rem;   
    padding: 0 40px;
    padding-top: 0;
}

.input-holder {
    margin-bottom: 24px;
    color: #333;
}

.input-holder-hideable {
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    margin-bottom: 24px;
}

.form-div input {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: var(--main-text-color);
}

.input-label {
    font-size: 1.0rem;
    font-weight: 400;
}

.label-holder {
}

.input-label {
    font-size: 1.0rem;    
}

.input-label-bold {
    color: #333;
}

.label-helper {
    font-size: 12px;
    color: #999;
}

.login-text-holder {
    text-align: center;
    margin-bottom: 5px;
    
}

.login-text-holder span, .action-text {cursor: pointer;}

.ECS-text {
    padding: 5px;
}

.button-holder {
    margin-top: 5px;
    margin-bottom: 5px;
}

.doc-lists {
    font-size: 11px;
}

.doc-lists-block {
    margin: 8px 0 8px 0;
}

.button-holder-TC {
    margin-top: 6px;
}

.green-color {
    color: #2DC48D;
}

.form-big-text {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

.form-small-text {
    font-size: 10px;
    color: #555;
    text-align: center;
    margin-top: 9px;
}

.help-text {
    font-size: 1.0rem;
    color: #666;
    text-align: center;
}

.email-text {
    color: #48b2ca;
}

.resend-helper {
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

.input-holder-TC {
    margin-bottom: 15px;
    padding: 0;
    font-size: 0.8rem;
}

.input-holder-TCP {
    margin-bottom: 9px;
    padding: 0;
    font-size: 0.8rem;
    color: #999;
}

.input-holder-SIP {
    margin-bottom: 12px;
    padding: 0;
    font-size: 1.0rem;
}

.TC-check {
    cursor: pointer;
}

.TC-check-elements {
    padding: 0;
    height: 30px;
    color: #333;
}

.force-padding-left {
    padding-left: 3px;
}

.force-padding-right {
    padding-right: 3px;
}

.fatca-title-holder {
    font-size: 1.1rem;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
}

.TC-check-text {
    font-size: 0.9rem;
    padding-top: 2px;
}

.page-indicator {
    margin-top: 12px;
    text-align: center;
}

.indicator-icon {
    margin-right: 8px;
    color: #ccc;
    font-size: 1.0rem;
}

.current {
    color: #4CD9A5;
}

.no-margin {
    margin-bottom: 0px;
}

.add-holder {
    color: #2DC48D;
    cursor: pointer;
}

.remove-holder {
    color: #e74c3c;
    cursor: pointer;
}

.remove-font {
    font-size: 12px;
}

.address-text {
    margin-top: 9px;
    padding: 15px;
    background-color: #eee;
    color: #333;
}

.remove-left-padding {
    padding-left: 0px;
}

.remove-right-padding {
    padding-right: 0px;
}

.remove-top-padding {
    padding-top: 0px;
}
/*.pwd-invalid{background:#ec3f41; color:#fff; padding-left:2px; padding-right:2px;}
.pwd-valid{background:#3a7d34;color:#fff; padding:2px; padding-right:2px;}
*/
.pwd-invalid {
    color: #ec3f41;
    padding-right: 2px;
}

.pwd-valid {
    color: #2DC48D;
    padding-right: 2px;
}

.uppercase {
    text-transform: uppercase;
}

.clickable {
    cursor: pointer;
}
/*** password help starts ***/
#pswd_info {
    position: absolute;
    bottom: 36px;
    bottom: -115px\9; /* IE Specific */
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .9rem;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
        font-size: 1.1rem;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*** password help ends ***/



/** List override bootstrap ***/
ol li {
    list-style: decimal inside;
    display: list-item;
    padding-left: 0.4rem;
}

ol {
    padding-left: 0.0rem;
}

/****************/
/** jquery UI override stats ***/
/****************/

.ui-autocomplete {
    background-color: #EEE;
    width: 20%;
    height: 150px;
    overflow-y: scroll;
    background: #FFF;
    list-style: none;
    z-index: 5000;
    border: 1px solid #AAA;
    margin-left: 0px;
}

    .ui-autocomplete li {
        /*height: 25px;*/
        padding: 3px 3px 3px 3px; /*margin-left: -30px;*/
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
    }

.ui-menu-item {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 3px 3px 3px -20px;
    cursor: pointer;
    min-height: 0; /* support: IE7 */ /* support: IE10, see #8844 */
    width: 100%;
    cursor: pointer;
}

.ui-state-focus {
    background: #f1f1f1;
    font-weight: normal;
    color: #212121;
}

.ui-menu-item label {
    font-size: 1rem;
    color: #333;
    font-weight: normal;
    cursor: pointer;
    text-transform: capitalize;
}

.ui-menu-item span {
    font-size: 0.9rem;
    color: #999;
}

.ui-helper-hidden-accessible {
    display: none;
}

/****************/
/** jquery UI override ends ***/
/****************/

.err-message-holder {
    display: none;
    margin: 5px auto;
}

.upload-button-holder {
    margin-bottom: 6px;
}

.bank-accnt-conditions {
    margin-top: -15px;
}

.bank-accnt-cond-text {
    padding: 6px;
}
/****************/
/** Upload Function CSS Starts ***/
/****************/
.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #f17f21!important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 405px;
    height: 140px;
}

.dropZoneText {
    width: 405px;
    height: 45px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 10px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

.dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff!important;
    font-size: 10pt;
    font-weight: normal!important;
}

.uploadControlProgressBar {
    width: 320px!important;
}

.validationMessage {
    padding: 0 20px;
    text-align: center;
}

.uploadControl {
    margin-top: 10px;
}
/****************/
/** Upload Function CSS Ends ***/
/****************/
/** Sharad Css add **/
.bottom-text {
    color: #333;
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 10px;
    width: 360px;
}

.login-reg-alt {
    color: #2DC48D;
    cursor: pointer;
}

.left-button-zeropad {
    padding: 0;
    padding-right: 3px;
}

.right-button-zeropad {
    padding: 0;
    padding-left: 3px;
}

.quick-helper-text {
    color: #666;
    margin-top: 12px;
}

.quick-helper-text-right {
    padding: 0;
    font-size: 10px;
}

.quick-signup-helper-icon {
    padding: 0;
    padding-top: 6px;
}

.two-button-holder {
    margin-top: 9px;
}

.vertical-separator-10 {
    height: 10px;
}

.success-color {
    color: #2DC48D;
}

.world-cup-div {
    color: #fff;
    background: rgba(51, 60, 60, 0.72);
    padding: 21px;
    text-align: center;
}

.world-cup-div h4 {
    font-size: 14px;
    color: #fff;
}

.bottom-footer {
    color: #231F20;
}

.bottom-footer a {
    color: #231F20;
    text-decoration: underline;
}

.form-div .control-label{
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.form-div .imgdiv a{
    margin-left:5px;
    text-decoration: none;
    color:#afaeae !important;
    font-size: 14px;
}

.top-signup-div .top-logo-cont img{/*max-width: 160px;*/margin:auto;}
.width160{width:160px;}
#reset-password, #save-password,#forget-userid{padding-top:0;}
#forget-userid{text-align: right;}
.txt-width {width: 100% !important; background: transparent !important;}
.txt-pading {padding: 0px 0px 9px 30px !important;}
.txt-size {font-size:14px !important;}

.icon_img {
    position: absolute;
    left: 1px;
    z-index: 99;
    top: 0px;
    background-color: transparent;
    padding-left: 13px;
}

.wrapperbg_img {
    /*background: url(../../../Images/loginbg_img.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
     background-color: /*#A0917F*/ #ecf0f5 !important;
}

.btn-login {
    
}

 /*.skin-default .main-wrapper{
    background-color: #969f6e;
}*/