#divFooterShow, .footer {
    display: none !important;
}

@media (min-width: 1100px) {
    .loginbg .container {
        width: 1170px !important;
    }
}

form#form2 {
    height: 100%;
    width: 100%;
}
/*--------*/
.loginbg {
    flex-wrap: wrap;
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
    padding: 0rem 0 0rem 0;
    border-bottom: solid 0px #656565;
    background: #f5f5f5 !important;
}

.LoginColumn {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
}

.logoContainer {
    padding: 1rem 0 2.5rem;
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    margin: 10px 0 0;
}

a#logo-container {
    text-align: left;
    float: left;
    display: block;
}

span.pw_logo_foot {
    /*margin-top: 11px !important;*/
    display: block;
}

.RightSectionBar > h3 {
    color: #333;
    padding: 0 1.25rem 1rem;
    font-size: 18px;
    display: flex;
    margin: 0;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

.list-group {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

ul.list-group.LoginLists {
    background: #f5f5f5;
}

.LoginLists > a {
    background: none;
    border: none;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding: .75rem 1.25rem;
    font-size: 17px;
    letter-spacing: .43px;
    text-align: left;
    text-decoration: none;
    margin: 0px !important;
    margin: 0px !important;
}

.LoginLists i.material-icons {
    padding-right: 15px;
    vertical-align: middle;
}

.loginPaper {
    padding: 3rem 4rem 2rem 4rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
}

h3.Loginpagehead {
    margin-bottom: 20px;
    display: flex;
    color: #333333;
    margin-top: 0px;
    font-family: 'OpenSans-bold';
    font-size: 26px;
    text-transform: uppercase;
}
/*a#logo-container img {
    height: 45px;
}*/
.LoginForm {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .LoginForm > .tab-content {
        display: flex;
        width: 100%;
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.GoogleLogin {
    padding-bottom: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    width: 100% !important;
    position: relative;
}

.GoogleBtn, .GoogleBtn:focus, .GoogleBtn:hover {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-shadow: 0 2px 1px 0 hsla(0,0%,54.1%,.18),0 1px 6px 0 rgba(0,0,0,.15) !important;
    border-radius: 2px;
    text-transform: none;
    min-width: 195px;
    background-color: #fff;
    color: #4c4c4c;
    padding: 6px 8px;
    font-weight: 500;
    line-height: 1.75;
    font-size: 15px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 0px !important;
}

.LoginColumn .loginPaper .FacebookBtn, .LoginColumn .loginPaper .FacebookBtn:focus, .LoginColumn .loginPaper .FacebookBtn:hover, .LoginColumn .loginPaper #btnfacebookLogin:hover {
    box-shadow: 0 2px 1px 0 hsla(0,0%,54.1%,.18),0 1px 6px 0 rgba(0,0,0,.15) !important;
    border-radius: 2px !important;
    text-transform: none;
    min-width: 195px;
    background: #3c5a99 !important;
    color: #ffffff !important;
    padding: 6px 8px 6px 37px !important;
    font-weight: 500;
    line-height: 1.75;
    font-size: 15px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 0px !important;
    width: 100%;
    position: relative;
    text-align: left;
}

.RightSectionBar {
    padding: 0px 0 0 50px !important;
}

.FooterMain {
    padding: 3rem 0 0;
    margin-bottom: 28px;
    background: #f5f5f5 !important;
}

.group-links {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .group-links > li {
        display: inline-block;
        padding: 0 .5rem;
        list-style-type: none;
    }

        .group-links > li > a {
            color: #696969;
            padding: .5rem 0;
            font-size: 15px;
            text-decoration: none;
        }

.full_widthNew_ui .left_side_sec {
    width: 100% !important;
}

.dividersection, .dividersection > p {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.dividersection {
    padding: 15px 0;
}

    .dividersection > p {
        font-size: 18px;
        color: #696969;
        text-transform: uppercase;
    }

        .dividersection > p:after, .dividersection > p:before {
            content: "";
            position: absolute;
            width: 40%;
            top: 50%;
            margin: 0 auto;
            border-bottom: 1px solid #d8d8d8;
        }

        .dividersection > p:after {
            right: 0;
        }

        .dividersection > p:before {
            left: 0;
        }

/*----------------*/
.full_widthNew_ui label.effect_lbl {
    text-transform: capitalize;
}

.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    left: 13px;
    top: 22px;
    font-family: 'OpenSans-Regular';
}

.full_widthNew_ui input.input_effect:focus ~ label.effect_lbl, .full_widthNew_ui input.input_effect:valid ~ label.effect_lbl, .full_widthNew_ui select.select_effect:focus ~ label.effect_lbl, .full_widthNew_ui select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, .full_widthNew_ui textarea.textarea_effect:valid ~ label.effect_lbl, .full_widthNew_ui input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, .full_widthNew_ui input.select_effect[readonly='readonly'] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui select.select_effect[disabled="disabled"] ~ label.effect_lbl, .full_widthNew_ui input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: 14px;
    font-size: 12px;
}

.full_widthNew_ui .input_box_eff_wrap input[type="text"], .full_widthNew_ui .input_box_eff_wrap input.input_effect, .full_widthNew_ui .input_box_eff_wrap select.select_effect, .full_widthNew_ui .input_box_eff_wrap textarea.textarea_effect {
    font-size: 15px;
    padding: 17px 10px 0px 13px;
    border: 1px solid #c1c1c1;
    height: 55px;
    border-radius: 5px;
    background: #ffffff !important;
    color: #000000;
}
/*----------------*/
.list-group.extralinks {
    display: block;
    float: left;
    margin: 18px 0px 20px 0px;
}

    .list-group.extralinks > span {
        display: block;
        margin-bottom: 5px;
        font-size: 15px;
        padding: 8px 0px;
    }

        .list-group.extralinks > span > a {
            border: none;
            padding: 0px 0;
            font-size: 15px;
            text-decoration: underline;
            display: inline-block;
            float: none !important;
        }

.RightSectionBar p {
    color: #545454;
    padding: 0 9rem 1rem 1.25rem;
    font-size: 17px;
    display: flex;
}

input#btnlogin {
    border-radius: 4px !important;
    padding: 13px 0 13px 0 !important;
    text-transform: uppercase;
}

.containerTop {
    padding-left: 15px;
    padding-right: 15px;
}

/*------ start select -------*/

.select-wrapper {
    position: relative;
}

    .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
        height: 3rem;
        line-height: 3rem;
        width: 100%;
        font-size: 17px;
        margin: 0 0 8px 0;
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

svg:not(:root) {
    overflow: hidden;
}

.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 16px;
        color: #333;
        display: block;
        line-height: 22px;
        padding: 9px 16px;
    }

.input-field select {
    display: none;
}

/*------ end select -------*/

.input-field.inputLanguage {
    width: 30% !important;
    float: right;
    position: relative;
    top: 9px;
}

.LoginForm .mdl-checkbox__label {
    font-size: 16px;
    line-height: 21px;
}

input#btnResidentialType {
    border: 0px;
    background: transparent;
    padding: 0px;
    font-size: 16px;
    text-decoration: underline;
    color: #337ab7;
    width: 233px;
    text-align: left;
}

.fbhideshow .FacebookBtn:before {
    font-family: scmfonts;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 23px;
    text-indent: 0;
    content: '\e874';
}

.register {
    font-size: 16px;
    margin-top: 10px;
}

.LoginLists > a:hover, .LoginLists > a:focus {
    text-decoration: none;
}

img.imgFacebook {
    position: absolute;
    top: 9px;
    left: 7px;
    z-index: 999;
    width: 21px;
}

.list-group.extralinks > span > i {
    display: inline-block;
    font-style: normal;
    margin: 0px 2px;
}

.Login_box_tab {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width:1700px) and (max-width:2200px) {
    .logoContainer {
        padding: 4rem 0 3rem;
    }

    .loginbg {
        height: calc(100% - 200px);
    }
}

@media (max-width:767px) {
    .Login_box_tab .full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
        width: 100%;
    }
}

@media (min-width:200px) and (max-width:1024px) {
    #skipnav, .skipnav {
        display: none !important;
    }

    input.cmn-toggle-round + label:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

    .loginbg {
        height: auto !important;
    }
}

.modalMaster h1 {
    font-family: 'OpenSans-bold';
    margin: 0px;
    color: #3a94d4;
    font-size: 24px;
}

.modalMaster h2 {
    margin: 5px 0px 15px 0px;
    font-size: 22px;
    color: #333;
}

.modalMaster p {
    font-size: 14px;
}

.modalMaster .modal-header {
    padding: 0px;
    border-bottom: 0px;
}

.modalMaster .close {
    opacity: 1;
}

.modalMaster .modal-header .close {
    margin-top: 0px;
    position: absolute;
    right: 15px;
    z-index: 9999999;
    top: 10px;
}

.modal-content.modalMaster {
    border-radius: 16px;
}

.modal-content .modal-body {
    position: relative;
    padding: 30px 25px 20px 25px;
}

.modal-dialog.modal-dialogBl {
    width: 710px;
    margin: 30px auto;
}

span.material-icons.mtNotIcon {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    font-size: 67px;
    color: #3a94d4;
}

.mtBodyRight {
    width: 86%;
    display: inline-block;
}

#paymentUpgradeModal .modalMaster h2 {
    margin: 15px 0px 15px 0px;
    font-size: 21px;
    color: #333;
}

#paymentUpgradeModal .modalMaster p {
    font-size: 16px;
    color: #545454;
}
