/* Media Query*/
@media only screen and (min-width : 1280px) and (min-width : 1440px) and (min-width : 1600px) and (min-height : 768px) and (min-height : 800px) and (min-height : 900px) {
    /* Styles */
    .form-signin {
        max-width: 340px;
        padding: 19px 29px 29px;
        margin: 30% auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .container {
        width: 1170px;
    }

    .regContainer {
        max-height: 100% !important;
        overflow-y: scroll;
    }
}

@media (min-width: 1200px) and (min-height : 1280px) and (min-height : 1024px) {
    .form-signin {
        max-width: 340px;
        padding: 19px 29px 29px;
        margin: 30% auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .container {
        width: 1170px;
    }

    .regContainer {
        max-height: 295px;
        /*overflow-y: scroll;*/
    }
}

@media (min-height: 1050px) and (min-height : 1080px) {
    .form-signin {
        max-width: 420px;
        padding: 19px 29px 29px;
        margin: 30% auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .container {
    }

    .regContainer {
        max-height: 295px;
        /*overflow-y: scroll;*/
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .form-signin {
        max-width: 340px;
        padding: 19px 29px 29px;
        margin: 10% 10% 20px auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regContainer {
        max-height: 295px;
        /*overflow-y: scroll;*/
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .form-signin {
        max-width: 340px !important;
        ;
        min-width: 340px !important;
        padding: 19px 29px 29px;
        margin: 40% auto;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .links {
        /*margin: 0% 30% 40% 21% !important;*/
    }

    .regContainer {
        max-height: 295px;
        /*overflow-y: scroll;*/
    }
}

@media print {
    .container {
        background: url('../images/technology.jpg') no-repeat center center fixed !important;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/technology.jpg', sizingMethod='scale') !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/technology.jpg', sizingMethod='scale')" !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 94%;
    }

    .form-signin {
        border: 4px solid #e5e5e5 !important;
        background: #fff !important;
    }

    .links, .links a {
        color: #d3d3d3 !important;
    }

    .form-registration {
        background-color: #fff !important;
    }

    .loginFooter {
        background-color: #fff !important;
    }
}

html {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100% !important;
    /*background-color: @colorWhite !important;*/
}


#header {
    font-size: 15px;
    color: #d3d3d3;
}

.container {
    /*For Video Background, comment up till background-size*/
    background: url('../Theme/VendorPortal/images/VPBackground/VPBG.png') no-repeat center center fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/VPBackground/VPBG.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/VPBackground/VPBG.png', sizingMethod='scale')";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px !important;
    overflow: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

#page-header-Blue {
    position: fixed;
    height: 65px;
    right: 0;
    left: 0;
    top: 0;
    background: #030504;
    z-index: 1000;
    /* box-shadow: -2px 0px 4px 2px #bababb; */
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
}

.maxlogo {
    width: 324px;
    height: 67px;
    background-image: url('../images/maxproLogo.png');
    display: block;
}

.container footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    background: white;
    padding-top: 14px;
    padding: 25px;
}

.login-container {
    height: 100%;
    background-color: #f5f5f5;
}

.img-circle {
    position: absolute;
    max-width: 70%;
    width: 100%;
    height: auto;
}

.login-logo {
    position: absolute;
    top: 10%;
    left: 150px;
    width: 400px;
    height: 400px;
}

@media (max-width: 900px) {
    .circle {
        position: absolute;
        width: 290px;
        height: 290px;
        border: 2px dashed #bababb;
        -moz-border-radius: 350px;
        -webkit-border-radius: 335px;
        border-radius: 350px;
        background-color: #fff;
    }
}

#register {
    overflow: auto;
}



.login-form {
    position: absolute;
    top: 10%;
    left: 48%;
    bottom: 10%;
    border-left: 1px solid #7fc1d3;
    float: right;
    background-color: #f5f5f5;
}

.password-form {
    position: absolute;
    right: 96px;
    left: 50%;
    width: 60%;
    border-left: 1px solid #7fc1d3;
    color: #808080;
}

    .password-form a {
        color: #808080;
        text-decoration: underline;
    }

.logo {
    max-width: 360px;
}

.image-holder {
    margin-top: 75px;
}

.loginbase-container {
    padding: 0 !important;
    top: 50px;
    height: 98vh;
}

.LoginDescription {
    padding: 19px 29px 29px;
    margin-top: 18%;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #000000;
    border-radius: 5px !important;
    padding: 20px;
}

.LoginView {
    width: 100%;
}

.LoginView-About {
    width: 70%;
}

.LoginView-LoginPane {
    width: 30%;
}


.valignmiddle {
    float: left;
    left: 30%;
    /* margin: 50px; */
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.valignmiddle-verification {
    float: left;
    left: 22%;
    /* margin: 50px; */
    position: relative;
    text-align: center;
    vertical-align: middle;
}


.vtextalignmiddle {
    float: left;
    left: 0%;
    /* margin: 50px; */
    font-size: 38.5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.form-signin {
    max-width: 320px;
    min-width: 320px;
    padding: 19px 29px 22px;
    margin: -4% 10% 18px auto;
    background-color: var(--Theme-Background-color);
    border-bottom: 1px solid var(--Theme-border);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: var(--Theme-txt-color);
}

.Welcome-Text {
    margin: 10% 10% 20px auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .inputstyle {
    padding: 8px 8px 8px 12px !important;
    min-height: 30px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    font-size: 14px !important;
    color: #404040;
    -webkit-box-shadow: inset 0px 2px 9px 0px rgba(50, 50, 50, 0.09) !important;
    -moz-box-shadow: inset 0px 2px 9px 0px rgba(50, 50, 50, 0.09) !important;
    box-shadow: inset 0px 2px 9px 0px rgba(50, 50, 50, 0.09) !important;
    margin: 0 !important;
    color: var(--Theme-txt-color);
}

    .form-signin .inputstyle:focus {
        border: 1px solid #7fc1d3;
    }

.validationMessage {
    color: red;
}

.login-button {
    padding: 10px !important;
    width: 138px;
    border: none !important;
    background: #7fc1d3;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

    .login-button:disabled {
        padding: 10px !important;
        width: 138px;
        border: 1px solid #ccc;
        background: #ddd;
        color: #fff;
        text-align: center;
        font-size: 1.2em;
    }

.form-signin-heading {
    color: #7fc1d3;
    font-size: 24px;
}

.splitter {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 60%;
    background-color: #7fc1d3;
}

#wrapperLoginBtn > div a {
    min-width: 100%;
    background-color: #7fc1d3;
    color: #f5f5f5;
}

#wrapperLoginBtn > a {
    margin-left: 8px;
}

#wrapperforgotBtn > div a {
    color: #f5f5f5;
}

.controls .btn .cancel {
    color: #000;
}

#cancel {
    width: 138px;
    height: 50px;
    border: 1px solid #ccc;
    background: #808080;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

#style-switcher {
    position: fixed;
    right: -222px;
    bottom: 100px;
    z-index: 1000;
    padding: 10px;
    width: 222px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}

    #style-switcher ul li {
        display: block;
        float: left;
        margin: 10px 10px 0 0;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        cursor: pointer;
    }

#toggle-switcher {
    position: absolute;
    right: 0px;
    bottom: 100px;
    left: -50px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-right: none;
    background: #fbfbfb;
    text-align: center;
    cursor: pointer;
}

#style-switcher ul li#cyan {
    background: #8aaad9;
}

#style-switcher ul li#cyan2 {
    background: #74c7d5;
}

#style-switcher ul li#red {
    background: #f05557;
}

#style-switcher ul li#orange {
    background: #efae49;
}

#style-switcher ul li#green {
    background: #21b799;
}

#style-switcher ul li#grass {
    background: #a2ce7e;
}

#style-switcher ul li#purple {
    background: #9661a8;
}

#style-switcher ul li#pink {
    background: #f1678d;
}

.circle {
    position: absolute;
    width: 450px;
    height: 450px;
    border: 2px dashed #bababb;
    -moz-border-radius: 300px;
    -webkit-border-radius: 335px;
    border-radius: 300px;
    background-color: #fff;
}
/*Page slider animations*/
.pageslide-container {
    width: 100%;
    height: 100%;
}

.pageslide {
    width: 100%;
    height: 100%;
}

.error-msg {
    display: none;
    color: #dd4b39;
    line-height: 17px;
    font-size: 13px;
}

    .error-msg a {
        position: relative;
        background: #dd4b39 !important;
        padding: 0 8px !important;
        color: #fff !important;
        font-weight: bold;
        display: inline-block;
        -moz-border-radius: 1em !important;
        -webkit-border-radius: 1em !important;
        border-radius: 1em !important;
        text-decoration: none !important;
    }
/* STOP ANIMATION */
.stop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/*Language option selection*/
/*.languageoption {
    right: 0px;
    bottom: 0px;
    height: 40px !important;
    width: 150px !important;
    font-size: 12px;
    padding: 0px;
    margin-right: 10px;
    background-color: #f5f5f5;
    padding: 0px !important;
    margin: 0px !important;
    color: #0889C4;
}*/

.languageoption {
    border: none;
    background-image: url("../images/arrow_menu.png");
    float: left;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    right: 0px;
    bottom: 0px;
    height: 40px !important;
    width: 150px !important;
    font-size: 12px;
    padding: 0px;
    margin-right: 10px;
    padding: 0px !important;
    margin: 0px !important;
    color: #0889C4;
}

.register-button {
    border: none !important;
    width: 175px;
    margin-left: 29px !important;
}

.copyRight {
    color: #6F7074;
    font-size: 12px;
    width: 450px;
    /*padding-left: 40%;*/
    float: left;
}

.powered {
    right: 0px;
    top: 0px;
    position: absolute;
    text-align: right;
    color: #6F7074;
    background-image: url('images/honeywellLogo.png');
    width: 142px;
    height: 62px;
}

    .powered span {
        color: red;
        right: 24px;
        font-size: 18px;
        font-weight: bold;
    }

.links {
    max-width: 300px;
    padding: 0px 29px 29px 80px;
    margin: 0 auto 20px;
    color: #d3d3d3;
}

    .links a {
        color: #d3d3d3;
        text-decoration: none;
    }

.form-registration {
    max-width: 625px;
    padding: 19px 24px 29px;
    margin: 6% auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

    .form-registration h2 {
        border-bottom: 1px solid #BABABA;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .form-registration .form-registration-heading,
    .form-registration .checkbox {
        margin-bottom: 10px;
        color: #3B3B3B;
        font-size: 15px;
    }

.form-registration-heading {
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    clear: both;
    margin-top: 24px;
}

.signinButton {
    padding-top: 14px;
}

.form-registration input[type="text"],
.form-registration input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 25px 7px 9px;
    width: 250px !important;
}

/*.form-registration input[type="password"],#inputPassword {
    width: 227px !important;
}

    .form-registration input[type="password"].invalidError {
        background-position-x: 208px !important;
    }*/

.form-registration #inputPassword {
    width: 208px !important;
}

    .form-registration #inputPassword.invalidError {
        background-position-x: 208px !important;
    }

.form-registration ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    margin-left: 0px;
}

    .form-registration ul li {
        float: left;
        list-style-type: none;
        /*padding-bottom: 22px;*/
    }

/*.clear {
    clear: both;
    display: block;
    width: 100%;
}*/

.clear-left {
    clear: left;
}

#resetLinkForm {
    max-width: 330px;
}

#recoveryForm {
    max-width: 290px;
    padding: 19px 29px 29px;
    margin: 10% auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #recoveryForm #password {
        width: 227px !important;
    }

        #recoveryForm #password.invalidError {
            background-position-x: 208px !important;
        }

#languagebar {
    display: inline-block;
    /* margin: 2px; */
    padding: 5px;
    float: left;
    position: absolute;
    margin-top: -16px;
    left: 46%;
    color: #0889C4;
}

/*.field {
    position: relative;
    height: 47px;
    width: 303px;
    
    border-bottom: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-style: none solid solid none;
}

    .field > label {
        position: absolute;
    }

    .field > input {
        position: absolute;
    }*/

/*.floatLblUp {
    top: 3px;
    opacity: 1;
    transition: 0.3s;
    padding-left: 14px !important;
}*/


.floatTxt {
    bottom: 3px;
    left: 1px;
    border: 0px;
}

/*label {
    font-weight: normal;
    padding-left: 14px;
    margin-top: -3px;
    color: #6F7074;
    font-size: 12px;
}

input {
    font-size: 14px;
    height: auto;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 14px;
    color: #0067A6;
    width: 270px;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-radius: 0;
}

.field > input {
    position: absolute;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: none;
    left: 5px;
    font-size: 15px;
    height: 26px;
    color: #0067A6;
}

    .field > input:focus {
        box-shadow: none !important;
        border: none !important;
        left: 5px;
        color: #0067A6;
    }*/

.form-signin ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 22px;
    color: var(--Theme-txt-color);
}

    .form-signin ul li {
        /*padding-bottom: 22px;*/
    }

/*.field > label {
    position: absolute;
}*/

.subheading {
    padding-left: 14px;
    font-size: 13px;
    -webkit-margin-before: 0px;
    color: #6F7074;
    margin-top: -10px;
}

.pwdtitle {
    font-size: 18px;
    padding-left: 0px;
    -webkit-margin-before: 0px;
    text-transform: uppercase;
}

.subText {
    color: #6F7074;
    font-size: 13px;
    padding-bottom: 14px;
    clear: left;
}

.loginFooter {
    position: absolute;
    bottom: 0px;
    display: block;
    height: 14px;
    background-color: #fff;
    max-width: 100%;
    padding: 24px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    color: #0067A6 !important;
    background: inherit;
    border: none;
    background: #fff !important;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
        -webkit-text-fill-color: #0067A6;
    }



.signin-complete, #mailsent {
    /*min-height: 350px;*/ /*Removed by mahesh to fix height issue*/
}

    .signin-complete header {
        font-size: 18px;
        color: #3BAD49;
        padding-bottom: 22px;
        padding-top: 14px;
    }

.signin-complete-content {
    font-size: 14px;
    padding-bottom: 22px;
    margin: 0px;
}

.passfield {
    width: 50px;
    height: 50px;
    position: absolute;
    border-left: 1px solid #d3d3d3;
    border-top: 0px solid #d3d3d3;
    right: 0;
}

.passcheckbox {
    width: 50px !important;
    height: 50px !important;
    float: right !important;
    position: relative !important;
    opacity: 0 !important;
}

.termsPage .myWelcome {
    top: 58px;
    position: absolute;
    padding: 24px;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 57px;
    overflow: scroll;
}



    .termsPage .myWelcome:hover {
        overflow: scroll;
    }

    .termsPage .myWelcome .agreement {
        width: 90%;
        height: 100%;
        margin: 24px;
    }

    .termsPage .myWelcome .subHeadTerm {
        font-size: 14px;
        color: #6f7074;
    }

    .termsPage .myWelcome ul {
        margin: 0px !important;
        padding: 0px !important;
        list-style-type: none;
        padding: 24px;
    }

        .termsPage .myWelcome ul li {
            margin: 0px;
            padding: 0px;
            color: var(--Theme-txt-color);
        }

.termsPage .headerSecondMenu {
    color: #6f7074;
    padding-left: 22px;
    padding-top: 1%;
    margin: 0px;
    top: 62px;
    height: 43px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    box-shadow: -2px 0px 6px 0px #bababb;
    font-size: 16px;
    background-color: #fff;
    z-index: 100;
}

    .termsPage .headerSecondMenu span {
        font-size: 22px;
        color: #6f7074;
    }

.termsPage .fixButton {
    position: fixed;
    bottom: 45px;
    width: 100%;
    background: #fff;
    padding-left: 24px;
}


.regContainer .formControl-checkbox {
    height: 10px;
    width: 24px;
}


.regContainer legand {
    padding-left: 43px;
    top: 3px;
    color: var(--Theme-txt-color);
    text-transform: capitalize;
    font-size: 14px;
}




/*map assias chagnes*/



#signin .addresscontainer {
    display: none;
    width: 273px;
    height: 221px;
    overflow: auto;
    display: block;
    margin-left: 625px;
}

#signin .mapAddressStyle {
    color: var(--Theme-txt-color);
    font-size: 12px;
    cursor: pointer;
    display: block;
    padding: 7px;
    border-bottom: 1px solid #bababa;
}

#signin .mapAssistStyle {
    height: 300px;
    width: 585px;
    overflow: hidden;
    padding-left: 22px;
    position: absolute !important;
    left: 0px;
}

#signin .mapCloseIcon {
    display: none;
    position: absolute;
    left: 584px;
    z-index: 2;
    background: url('../images/sprite_icons.png') no-repeat -250px -40px;
    width: 20px;
    height: 20px;
    /*display: inline-block;*/
    margin-top: 3px;
}

#signin .mapDoneIcon {
    display: none;
    position: absolute;
    left: 560px;
    z-index: 2;
    background: url('../images/sprite_icons.png') no-repeat -250px -70px;
    width: 20px;
    height: 20px;
    /*display: inline-block;*/
    margin-top: 3px;
}

#signin .mapShowIcon {
    display: none;
    width: 225px;
    height: 50px;
    background: url('../images/googlemap.jpg') no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-left: 632px;
    margin-top: 22px;
}

#signin .authorizedPgmStyle {
    padding-left: 14px;
    color: var(--Theme-txt-color);
    font-size: 12px;
}

#signin .mapassistregister {
    position: relative;
    width: 900px;
    margin-top: -295px;
    height: 298px;
    display: none;
}
/*map assias chagnes*/

/*captcha style*/
#fgtpwdcaptcha {
    padding-bottom: 22px;
}

#recoverycaptcha {
    height: 165px;
}
/*captcha style*/ /*map assias chagnes*/

#signin .formControl-checkbox span {
    margin-top: -3px;
    padding-top: 0px;
    padding-left: 0px;
}

#login .captchaContainer {
    height: 97px;
    float: left;
    position: relative;
}

#logo, .pagetitle {
    cursor: default;
}

/*Profile Option style for Utlity*/
.nav > li#profileoptionsUtil > a:hover, .nav > li#profileoptionsUtil > a:focus {
    background-color: transparent;
}

#profileoptionsUtil {
    padding-right: 24px;
}

    #profileoptionsUtil ul#dash-profile {
        right: 12px;
    }

/*Profile Option style for Utlity*/

.mydealerleftpane .authorizedDealerPgm legand {
    font-weight: normal;
    font-size: 15px;
    padding-left: 40px !important;
    text-transform: lowercase;
}

.Register-root {
}


.Conformation-sucess-root {
}


.ResetConformation-sucess-root {
}


.Conformation-failure-root {
}


.Verification-root {
}

.Login-root {
}

.Login-Verfication-root {
}

.forgetPassword-root {
}

.Reset-Password-widget-root {
}

.NeedHelpView-root {
}

.RestUserCredential-root {
}


.Account-Reactivation-root {
}

.Conformation-Credential-sucess-root {
}

.PasswordEnforcement-root {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}


.EmailFormat-root {
    display: none;
    margin-bottom: 5px !important;
}

.FNameCheck-root {
    display: none;
    margin-bottom: 5px !important;
}

.LNameCheck-root {
    display: none;
    margin-bottom: 5px !important;
}

.RegisterPasswordError-root {
    display: none;
    margin-bottom: 5px !important;
}


.ChangePasswordError-root {
    display: none;
    margin-bottom: 5px !important;
}
.ConformPassword-root {
    display: none;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.CurrentPassword-root {
    display: none;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.PasswordEnforcement-root p {
    margin: 0;
}

.PasswordEnforcement-root .meter {
    margin: 4px 0;
    height: 5px;
    background: #f5f5f5;
}

    .PasswordEnforcement-root .meter #strength-bar {
        display: block;
        height: 100%;
        width: 0px;
    }

    .PasswordEnforcement-root .meter .short {
        background: #a03;
        width: 10% !important;
    }

    .PasswordEnforcement-root .meter .weak {
        background: #fc3;
        width: 60% !important;
    }

    .PasswordEnforcement-root .meter .fair {
        background: #fc3;
        width: 60% !important;
    }

    .PasswordEnforcement-root .meter .good {
        background: #2d98f3;
        width: 80% !important;
    }

    .PasswordEnforcement-root .meter .strong {
        background: #76c261;
        width: 100% !important;
    }

    .PasswordEnforcement-root .meter .notRated {
        background: #666;
    }
