/* open-sans-300 - vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v14-vietnamese_cyrillic-ext_greek_latin_greek-ext_cyrillic_latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    line-height: 21px;
    margin: 0;
    padding: 0;
    background-color: #F6F6F6;
    background-image: none;
}

body, h1, h2, h3, h4, p, div, span, label, input, textarea, select, table, td, ul, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #242424;
    line-height: 21px;
    letter-spacing: normal;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}



/* -------------- COMMON -------------- */
p {
    margin: 14px 0 0 0;
    line-height: 21px;
}

form {
    margin: 0;
    text-align: left;
}

ul, ol {
    margin: 21px 0;
}

    ul li {
        list-style: square;
    }

li {
    padding: 4px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a:not(.account_selector_link), a.validation_message {
    color: #2493d3 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

a:visited, a:visited.validation_message {
    color: #2493d3;
}

a.validation_message {
    padding-top: 10px;
}

input, textarea, select {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

textarea {
    overflow: auto;
}

input, textarea {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 6px;
}

.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* self-clear floats */




/* -------------- H TAGS -------------- */
h1 {
    font-size: 42px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: -1px;
    padding: 50px 0 0 0;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}




/* -------------- LOGIN -------------- */
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    height: 100%;
    text-align: center;
}

#password .row, form .row, .row {
    margin-bottom: 0;
}

#login_floater {
    margin-bottom: -22%;
    height: 50%;
    width: 1px;
    float: left;
}

body.login_page_body #login_floater {
    margin-bottom: -22%;
}


.login {
    min-width: 330px;
    text-align: left;
    max-width: 460px;
    min-height: 350px;
    width: 100%;
}

.loginContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login h1 {
    background: #323232;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

    .login h1 img {
        margin: 28px auto;
    }

.login_cnt {
    background-color: #F5F5F5;
    border: 1px solid #D0D0D0;
}

.login_form {
    padding: 16px 30px 24px 30px;
    margin: 0 auto;
}

    .login_form input {
        float: left;
        margin: 0 0 2px 0;
        padding: 8px 6px;
    }

label.field_label, span.field_label, .field_label {
    display: block;
    padding: 12px 0 2px 2px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.login_form input.txt_login_username, input.wide {
    float: none;
    /*14px margin and border*/
    width: calc(100% - 14px);
}

.password-box-container {
    display: flex;
    align-items: center;
}

.login_form input.txt_login_password {
    /*90px submit btn and 14px margin and border*/
    width: calc(100% - 116px);
    margin-right: 12px;
}

.txtPassword {
    float: none;
    width: 370px;
}

.login_form select {
    float: left;
    margin: 0 0 2px 0;
    padding: 8px 6px;
    width: 282px;
    margin-right: 12px;
    vertical-align: baseline;
}

#aChangeCreds {
    margin-left: 3px;
}

input.btn_submit {
    width: 90px;
    background-color: #2493d3;
    background-image: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
    padding: 7px 6px 9px 6px;
    float: none;
    margin: 24px auto 0 auto;
    display: block;
    height: auto;
    line-height: normal;
    text-indent: 0;
    height: 35px;
}

    input.btn_submit:hover {
        background: #323232;
    }

input.login_disabled {
    background-color: #B0B0B0 !important;
    color: #FFFFFF;
}

input.btn_submit_login {
    float: left;
    margin: 0;
}

input.btn_submit_login_change {
    float: right;
    margin: 12px;
}

.login_bottom {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    color: #9F9F9F;
    margin-top: 14px;
}

label.remember_me, .remember_me, .studio_login {
    float: left;
    font-size: 11px;
    color: #929292;
    padding-right: 10px;
}

.login_bottom.account_selector_link_div {
    margin-top: 0px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
}


    .login_bottom.account_selector_link_div .account_selector_link {
        text-decoration: none;
        background-color: #B0B0B0 !important;
        color: #FFFFFF;
        padding: 7px 6px 9px 6px;
        height: 35px;
        position: relative;
        right: 10px;
    }

label.remember_me input, .remember_me input, .studio_login input, .remember_choice input {
    margin: 3px 4px 0 0;
    border: 0;
    background: none;
    padding: 0;
}

.login_form .btn_register, .login_form input.btn_guest, .login_form a.btn_guest {
    float: right;
    width: 90px;
    background-color: transparent;
    color: #2493d3;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 0 6px 0 6px;
    margin: 0 2px 0 0;
}

.login_form a.btn_guest {
    padding-right: 0;
}

.login_form input.btn_guest, .login_form a.btn_guest {
    width: auto;
    text-transform: none;
    font-weight: 600;
}

    .login_form .btn_register:hover, .login_form input.btn_guest:hover, .login_form a.btn_guest:hover {
        text-decoration: underline;
    }

#form_hints span {
    color: #B0B0B0 !important;
}

.login_links {
    text-align: center;
    font-size: 12px;
    color: #9E9E9E;
    padding-top: 6px;
}

    .login_links span {
        padding: 0 14px;
    }

.default_creds {
    padding: 21px 30px;
    border-top: 1px solid #D0D0D0;
}

    .default_creds p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #3d3d3d;
        line-height: 18px;
    }

.validation_message {
    display: block;
    font-size: 12px;
    color: #C00 !important;
    line-height: 14px;
    padding-left: 6px;
}

.validation_messagen {
    display: none;
}




.signin_choices {
    padding-bottom: 4px;
    padding-left: 2px;
}

    .signin_choices label {
        font-size: 13px;
        padding-right: 14px;
    }

        .signin_choices label.field_label, .signin_choices span.field_label, .signin_choices .field_label {
            font-size: 15px;
            padding-right: 0;
            padding-bottom: 0;
        }

    .signin_choices input {
        float: none;
        margin-right: 4px;
    }

    .signin_choices select {
    }




h2.login_h2 {
    font-size: 21px;
    margin: 6px 0 6px 0;
    text-align: center;
    line-height: 100%;
    padding: 0;
}

.password_form p {
    font-size: 13px;
    margin: 14px 0 0 2px;
}

.password_form .pass_field {
}

.pass_help_choices {
    padding-top: 14px;
}

    .pass_help_choices label {
        display: block;
        font-size: 14px;
        padding: 4px 0;
    }

    .pass_help_choices input {
        float: none;
        margin-right: 4px;
    }

.pass_help_choices_aspx {
    padding: 0;
    clear: both;
}

    .pass_help_choices_aspx label {
        display: block;
        float: left;
        font-size: 14px;
    }

    .pass_help_choices_aspx input {
        float: left;
        margin-right: 6px;
        margin-top: 4px;
        clear: left;
    }

.password_form label.question_label {
    padding-bottom: 0;
}

.password_form p.pass_question_label {
    font-size: 14px;
}

.password_form p.pass_question_value {
    margin-top: 0;
    font-size: 14px;
}




.register_body #login_floater {
    display: none;
}

body.register_body {
    padding: 40px 0 20px 0;
    height: auto;
}

.register_cnt {
    width: 960px;
}

.register_left {
    float: left;
    width: 446px;
}

.register_right {
    float: right;
    width: 446px;
}

h2.register_h2 {
    padding-bottom: 14px;
}

.register_form {
    padding-left: 20px;
    padding-right: 24px;
}

label.register_label, span.register_label, .register_label {
    display: block;
    float: left;
    width: 164px;
    padding: 8px 6px 0 0;
    text-align: right;
    line-height: normal;
    font-size: 14px;
    clear: left;
}

input.register_field {
    float: left;
    width: 254px;
}

textarea.register_field {
    float: left;
    width: 254px;
}

input.register_submit {
    margin-top: 14px;
}

input.register_zip {
    width: 120px;
}

label.register_tos, span.register_tos, .register_tos {
    padding-top: 0;
    margin-top: -4px;
}

textarea.register_tos {
    width: 96%;
    height: 440px;
    font-size: 12px;
    line-height: 16px;
}

label.register_tos_cb, span.register_tos_cb, .register_tos_cb {
    display: block;
    font-size: 14px;
    padding-top: 6px;
}

    label.register_tos_cb input {
        margin: 5px 6px 0 0;
        border: 0;
        background: none;
        padding: 0;
    }

.register_item {
    clear: both;
    padding-bottom: 12px;
}

    .register_item input, .register_item textarea {
        line-height: normal;
        margin: 0;
    }

    .register_item .validation_message {
        clear: both;
        text-align: right;
        padding-right: 10px;
    }

label.register_label strong, span.register_label strong, .register_label strong {
    font-size: 12px;
    font-weight: 400;
    color: #DD0000;
    padding-right: 2px;
}




#login_footer {
}


.lf_frame .login_links, .lf_links iframe {
    display: none;
}

.lf_links .login_links, .lf_frame iframe {
    display: block;
}

#login_footer iframe {
    width: 458px;
    height: 200px;
    margin-top: 20px;
    border: 0;
}



input.btn_forgot {
    background-color: #2493d3;
    background-image: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
    padding: 7px 12px 9px 12px;
    float: none;
    margin: 0 auto 0 auto;
    display: block;
    height: auto;
    line-height: normal;
    text-indent: 0;
}

    input.btn_forgot:hover {
        background: #323232;
    }

.portal_option_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

input.btn_user_portal_login.btn_submit {
    float: left;
    margin: 0;
    width: 150px;
    margin-left: 27px;
}

input.btn_designer_portal_login.btn_submit {
    float: right;
    margin: 0;
    width: 150px;
    margin-right: 27px;
}

.portal_option_login_bottom {
    display: flex;
    justify-content: center;
}

.field_label.portal_option_field_label {
    font-weight: bold;
    text-transform: none;
}

.login_footers {
    font-weight: 600;
}

.login_bottom.portal_option_login_bottom .remember_choice {
    font-weight: 600;
    font-size: 12px;
    color: #9F9F9F;
}

@media screen and (max-width: 460px) {
    .login h1 img {
        margin: 20px auto;
    }

    .loginContainer {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .login_form {
        padding: 8px 15px 12px 15px;
    }
}

@media screen and (max-height: 460px) {
    .loginContainer {
        align-items: flex-start;
    }
}
