/*body {
    overflow: hidden;
}*/


/*BACKGROUND SLIDER*/


.crossfade > figure {
    animation: imageAnimation 8s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100vh;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    display: block;
}

@media (max-width: 479px) {
    .crossfade {
        display: none;
        display: inherit;
    }


}


.crossfade > figure:nth-child(1) {
    background-image: url('https://rheemrewards.com.au/media/5auaeru3/rheem-login-1.webp');
}

.crossfade > figure:nth-child(2) {
    animation-delay: 4s;
    background-image: url('https://rheemrewards.com.au/media/s01nuron/2025_login_page_carousel_2.webp');
}

.crossfade > figure:nth-child(3) {
    animation-delay: 8s;
    background-image: url('https://rheemrewards.com.au/media/rkfiyuyb/rheem-login-2.webp');
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
    }

    25% {

        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 0;
    }
}


/*BACKGROUND SLIDER STOP*/


body.login_page {}

body.login_page::before {}

.page {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*height: 100%;
    overflow: hidden;*/
    width: 100%;
    background-color: #D42E12;
    /*background-color: red;*/
    /*background-image: url('/images/Rheem/2024_Login_Page_Carousel_1.webp');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.page .mobile-only {
    display: none;

}


.page::before {

    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

}
.logo_container {
    margin-top: 50px;
    text-align: center;
}
#CompanyLogo {
    max-height: 70px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 100%;
}

.mb_logo {
    display: none;
}

.login_block {
    /*background-color: aquamarine;*/
    height: 100vh;
    position: relative;
}

/*
.copy_block {
    position: relative;
    margin: auto;
    width: 75%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 57px;
    position: relative;
    margin: auto;
    width: 75%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 33px;
    background-image: linear-gradient(120deg, #000, #000);
    opacity: 0.8;
    padding-right: 30px;
    padding: 20px 30px 20px 33px;
}
*/
.copy_block {
    display: none;
}


.login_block_2 {
    /*background-color: aquamarine;*/
    /*height: 100vh;*/
    position: relative;
    display: grid;
    height: 100vh;
}

.login_block_3 {
    height: 100vh;
    position: relative;
    transform: translateY(-100vh);
}

/*.register_block_1 {
    height: 100vh;
    position: relative;
    transform: translateY(-100vh);
}*/

.copy_block_2 {
    position: absolute;
    text-align: center;
    color: #154aa6;
    font-size: 1.2em;
    background: #43b8c9;
    align-content: center;
    align-self: center;
    display: grid;
    padding: 10px;
    border-radius: 15px 15px 15px 15px;
    font-weight: 400;
    width: 80%;
}

.copy_block_2 h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 13px;
}

.copy_block_2::before {
    /*background-image: linear-gradient(45deg,#D42E12 25%, #ffffff 25%, #ffffff 50%, #D42E12 50%, #D42E12 75%, #ffffff 75%,#ffffff 100%);*/
    background-size: 20px 20px;
    content: "";
    /*height: 20px;*/
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 10px;
}

.copy_block_2::after {
    /*background-image: linear-gradient(45deg,#D42E12 25%, #ffffff 25%, #ffffff 50%, #D42E12 50%, #D42E12 75%, #ffffff 75%,#ffffff 100%);*/
    background-size: 20px 20px;
    content: "";
    /*height: 20px;*/
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    margin-top: 10px;
}

.callout_buttons {
    background-color: #D42E12;
    color: white;
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 50px;
    border-radius: 5px;
    width: 220px;
    min-width: 200px;
}

.callout_buttons_numbers {
    background-color: #D42E12;
    color: white;
    margin: 6px;
    border-radius: 18px;
    border: 1px solid #fff;
    padding: 3px 7px;
}

.login_box {
    margin: 0px auto 0px auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white; /*#D42E12;*/
    padding: 40px;
}

.login_box .button_caption {
    /*color: #ffffff;*/
}

.login_box .input_field {
    margin-bottom: auto;
    padding: 10px;
    height: auto;
}

.register_box {
    margin: 35px auto;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    background-color: #FFFFFF;
    padding: 35px;
    width: 100%;
    display: none;
    border-radius: 40px;
}

.red_bg_mb {}

.white_italic {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.black_text {
    font: 300 16px/18px "Arial", sans-serif;
    color: #000000;
}

.white_text {
    font: 300 16px/18px "Arial", sans-serif;
    color: #ffffff;
}

a .white_text,
a.white_text,
.white_text > a,
.white_text > a[href^="tel:"],
a[href^="callto:"] {
    color: #ffffff;
}

.button_caption {
    font: 300 14px/18px "Arial", sans-serif;
    color: #000000;
    margin-bottom: 2px;
    margin-top: 3px;
}


/* Rheem Login */
/*
.login_button {
    display: inline-block;
    position: relative;
    padding: 7px 23px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    background-image: linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    font: 500 20px/18px "Arial", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
}
*/

.login_button {
    background-color: #D42E12;
    color: #FFFFFF;
    text-align: center;
    width: 90%;
    box-shadow: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none;
    margin-bottom: 10px;
}

.login_button.inverted {
    background-color: #fff;
    color: #D42E12;
    width: 50%;
    border: 2px solid #D42E12;
}


.login_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /*
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.35s;
*/
}

.login_button:hover {
    background-color: #FFFFFF;
    color: #D42E12;
    border: 2px solid #D42E12;
}

.login_button.inverted:hover {
    background-color: #D42E12;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}


.register_button {
    background-color: #D42E12;
    color: #fff;
    text-align: center;
    width: 90%;
    box-shadow: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none;
}

.register_button:hover {
    background-color: #fff;
    color: #D42E12;
    border: 2px solid #fff;
}

.registration_button {
    background-color: #D42E12;
    color: #fff;
    text-align: center;
    width: 30%;
    box-shadow: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none;
}

.registration_button:hover {
    background-color: #fff;
    color: #D42E12;
    border: 2px solid #D42E12;
}

.agree {
    font: 400 12px/20px 'Arial', sans-serif;
    color: #000000;
    /*padding-top: 16px;*/
}

/*.fields_combined {
    float: left;
    width: 50%;
}*/

/*.rego_fields {
    float: left;
    width: 50%;
}*/

/*[class*="rego_fields"] + [class*="rego_fields"] {
    margin-left: 10px;
    width: calc(50% - 10px);
}*/

/*[class*="fields_combined"] + [class*="fields_combined"] {
    margin-left: 10px;
    width: calc(50% - 10px);
}*/

/*
[class*="desktop"] + [class*="fields_solo"] + [class*="fields_solo"] {
    margin-left: 10px;
    width: calc(50% - 10px);
}
*/

#registration-form {
    width: 80%;
    margin: 10px auto;
}

.register_header {
    font: 600 40px/40px 'Arial', sans-serif;
    color: #D42E12;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*
.fields_mobile {
    width: 50%;
}
*/

/*
.register_button {
    display: inline-block;
    position: relative;
    padding: 7px 23px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    background-image: linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    font: 500 20px/18px "Arial", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
}


.register_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.35s;
}

.register_button:hover::before {
    left: 100%;
}*/

/* Rheem Login  END */

/* Everhot Login */
.everhot_login {
    display: inline-block;
    position: relative;
    padding: 7px 23px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #333333 50%, #666666 100%);
    background-image: linear-gradient(45deg, #333333 0%, #666666 100%);
    font: 500 20px/18px "Arial", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
}

.everhot_login::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.35s;
}

.everhot_login:hover::before {
    left: 100%;
}

.everhot_register {
    display: inline-block;
    position: relative;
    padding: 7px 23px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #333333 0%, #666666 100%);
    background-image: linear-gradient(45deg, #333333 0%, #666666 100%);
    font: 500 20px/18px "Arial", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
}

.everhot_register::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.35s;
}

.everhot_register:hover::before {
    left: 100%;
}

/* Everhot Login END */

.register_button_scroll {
    display: none;
    position: relative;
    padding: 7px 23px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    background-image: linear-gradient(45deg, #0025AC 0%, #4d57dd 100%);
    font: 500 20px/18px "Arial", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
}

.register_button_scroll::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.35s;
}

.register_button_scroll:hover::before {
    left: 100%;
}

.header-cont {
    display: none;
}

.bottom_float {
    display: none;
}

.header {
    background: #f00;
    border: none;
    width: 100%;
    margin: 0px auto;
}

.header img {
    width: 50%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.input_field {
    background-color: #ffffff;
    filter: none;
    display: block;
    margin-bottom: 15px;
    /*    margin-left: 20px;*/
    padding: 2px 10px;
    color: inherit;
    width: 100%;
    height: 30px;
    border: none;
    /*    border-radius: 4px;*/
    transition: 300ms;
    border: 1px solid #c7c7c7;
}

.input_field::placeholder {
    color: #000000;
}

.input_field:focus {
    outline: none;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.6);
}

.input_field:autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.input_field:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.slogan_desktop {
    font: 400 30px/30px "Arial", sans-serif;
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;

}

.slogan_mobile {
    display: none;
}

.error-text {
    color: red;
    background-color: white;
    margin-bottom: 20px;
}



@media (max-width: 767px) {
    body {
        overflow: auto;
    }

    [class*="grid_"] + [class*="grid_"] {
        margin-top: -1px;
    }

    body.login_page {
        height: 100vh;
        overflow: auto;
    }


    .login_block {
        height: 76vh;
        margin-top: 0vh !important;
        margin-bottom: 10vh !important;
    }

    .login_block_2 {}

    .login_block_3 {
        transform: none;
    }

    .register_block_1 {
        transform: none;
    }

    .red_bg_mb {
        background-color: #D42E12;
    }

    .white_bg_mb {
        background-color: white;
    }

    .login_box {
        padding: 0px;
    }

    .page::before {
        background-color: #D42E12;
    }

    .register_box {
        padding: 0px;
        display: block;
    }

    .logo {
        display: none;
    }

    .header-cont {
        display: block;
    }

    .bottom_float {
        display: block;
    }

    .register_button {
        display: none;
    }

    .register_button_scroll {
        display: inline-block;
    }
}


@media (max-width: 479px) {
    [class*="grid_"] + [class*="grid_"] {
        margin-top: -1px;
    }

    .page {
        background-image: none;
    }

    .login_block_3 {
        background-color: white;
    }

    .register_block_1 {
        background-color: white;
        width: 100%;
    }

    container {
        width: 95%;
        padding: 0px;
        background-color: #D42E12;
    }

    .red_bg_mb {
        background-color: #D42E12;
    }

    .copy_block {
        position: relative;
        margin: auto;
        width: 100vw;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        padding-left: 33px;
        background-image: none;
        /*        opacity: 0.6;*/
        padding: 230px 30px;
        display: block;
        /*        height: 900px;*/
        background-color: #D42E12;
    }

    .slogan_desktop {
        display: none;
    }

    .slogan_mobile {
        font: 400 30px/30px "Arial", sans-serif;
        color: #FFFFFF;
        position: relative;
        top: -660px;
        left: 10px;
        z-index: 9999;
        display: none;
    }



    .mobile-buttons {
        background-color: #fff;
        color: #D42E12;
        text-align: center;
        width: 90%;
        box-shadow: none;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid #fff;
        display: inline-block;
        cursor: pointer;
        font-family: Arial;
        font-size: 17px;
        padding: 10px 15px;
        text-decoration: none;
        text-shadow: none;
    }

    .mobile-buttons-register {
        background-color: #D42E12;
        color: #fff;
        text-align: center;
        width: 90%;
        box-shadow: none;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        border: 2px solid #fff;
        display: inline-block;
        cursor: pointer;
        font-family: Arial;
        font-size: 17px;
        padding: 10px 15px;
        text-decoration: none;
        text-shadow: none;
    }

    .login_box {
        padding: 35px 65px;
        background-color: white;
        top: 35%;
    }



    .login_button {
        background-color: #D42E12;
        color: #fff;
        text-align: center;
        width: 90%;
        box-shadow: none;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid #fff;
        display: inline-block;
        cursor: pointer;
        font-family: Arial;
        font-weight: bold;
        font-size: 17px;
        padding: 10px 15px;
        text-decoration: none;
        text-shadow: none;
    }

    .logo {
        display: none;
    }

    .mb_logo {
        display: block;
    }

    .header-cont {
        width: 100%;
        /*
        position: fixed;
        top: 0px;
*/
        display: block;
        margin: 0 auto;
        z-index: 50;
    }


    .bottom_float {
        display: none;
    }

    .header {
        background: #f00;
        border: none;
        width: 100%;
        margin: 0px auto;
    }

    .header img {
        width: 50%;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .register_box {
        top: 65%;
        width: 100%;
    }

    .agree {
        font: 400 14px/20px 'Arial', sans-serif;
        color: #000;
        padding-top: 16px;
    }

    .white_text {
        font: 300 16px/18px "Arial", sans-serif;
        color: #000;
    }

    a .white_text,
    a.white_text,
    .white_text > a,
    .white_text > a[href^="tel:"],
    a[href^="callto:"] {
        color: #000;
    }

    .register_header {
        font: 400 20px/20px 'Arial', sans-serif;
        color: #000;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .login_register {
        background-color: #D42E12;
        outline: 0px solid #ffffff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-right: 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
        transition: 300ms;
        padding: 9px 0px 2px 0px;
    }

    .login_register:hover,
    .login_register:active,
    .login_register:focus-within {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    }

    .login_register span {
        font: 300 16px/18px "Arial", sans-serif;
        color: #ffffff;
        margin: 10px;
    }

    .login_register span a {
        font: 300 16px/16px "Arial", sans-serif;
        color: #ffffff;
        text-decoration: none;
    }

    .login_register span a:visited {
        color: #ffffff;
    }

    .login_register span::before {
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 0px;
        color: #ffffff;
        content: '\f007';
        font-family: 'FontAwesome';
        margin-right: 10px;
    }

    .footer {
        background-color: transparent;
        outline: 0px solid #ffffff;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 0px 0px 15px 0px;
        transform: translateX(-50%);
    }

    .footer:hover,
    .footer:active,
    .footer:focus-within {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    }

    .footer span {
        font: 300 16px/18px "Arial", sans-serif;
        color: #ffffff;
        margin: 10px;
    }

    .footer span a {
        font: 300 16px/16px "Arial", sans-serif;
        color: #ffffff;
        text-decoration: none;
    }

    .footer span a:visited {
        color: #ffffff;
    }

    .footer span i {
        font-family: 'FontAwesome';
        font-size: 40px;
        line-height: 0px;
        color: #ffffff;
        content: '\f078';
        font-family: 'FontAwesome';
        margin: auto;
        position: relative;
        width: 100%;
    }


    /*
    .field_solo {
        margin-left: 10px;
        width: calc(50% - 10px);
    }
*/


    /*[class*="fields_combined"] + [class*="fields_combined"] {
        margin-left: 10px;
        width: calc(50% - 10px);
    }*/


    /*.rego_fields {
        float: left;
        width: 100% !important;
        margin-left: 0px !important;
    }*/

    .fields_top {
        float: left;
    }

    .fields_top:nth-of-type(1) {
        width: 15%;
    }

    .fields_top:nth-of-type(2) {
        margin-left: 10px;
        width: calc(30% - 10px);
    }

    .fields_top:nth-of-type(3) {
        margin-left: 10px;
        width: calc(22% - 10px);
    }

    .fields_top:nth-of-type(4) {
        margin-left: 10px;
        width: calc(33% - 10px);
    }

    .register_block_1::after {
        content: url(/images/Rheem/Xmas_hours.png);
        display: none;
        position: absolute;
        transform: translate(105%, 35%) scale(1);
        z-index: -1;
    }

    .everhot_login {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .white_italic2 {
        font-size: 14px;
        font-style: italic;
        color: #f8f8f8;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    }

    .register_header2 {
        font: 400 16px/20px 'Arial', sans-serif;
        font-style: italic;
        color: #ffffff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

}