﻿.section_title {
    text-transform: uppercase;
}

@media (min-width: 821px) {
    .hero_container {
        position: relative;
        background-image: url('/images/customer-portal/hero-img-customer-portal-wide.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 60vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            color: #fff;
        }

    .section_1 {
        background-color: #fff;
        padding: 3rem 1rem;
        height: auto;
    }

        .section_1 .form_box {
            padding: 0;
            border: solid 3px #b30312;
            border-radius: 15px;
            max-width: 1400px;
            max-height: 700px;
            margin: 3rem auto 0;
            overflow: hidden;
        }

            .section_1 .form_box form {
                padding: 1rem;
            }

            .section_1 .form_box img {
                width: 100%;
            }

            .section_1 .form_box input {
                width: 100%;
            }

            .section_1 .form_box button.submit {
                background-color: #b30312;
                padding: 3px 50px;
                color: #fff;
                border: solid 2px #b30312;
                border-radius: 5px;
                font-size: 20px;
                transition: .2s;
                outline: none;
            }

                .section_1 .form_box button.submit:hover {
                    background-color: #fff;
                    color: #b30312;
                    border: solid 2px #b30312;
                }
}

@media (max-width: 820px) {
    .hero_container {
        position: relative;
        background-image: url('/images/customer-portal/hero-img-customer-portal-tall.jpg');
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 50vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            max-width: 600px;
            width: 95%;
            color: #fff;
        }

    .section_1 {
        background-color: #fff;
        padding: 3rem 1rem;
        height: auto;
    }

        .section_1 .form_box {
            padding: 0;
            border: solid 3px #b30312;
            border-radius: 15px;
            max-width: 700px;
            height: auto;
            margin: 3rem auto 0;
            overflow: hidden;
        }

            .section_1 .form_box form {
                padding: 2rem 1rem 1rem;
            }

            .section_1 .form_box img {
                display: none;
            }

                .section_1 .form_box img.m {
                    display: block !important;
                    width: 100%;
                }

            .section_1 .form_box input {
                width: 100%;
            }

            .section_1 .form_box button.submit {
                background-color: #b30312;
                padding: 3px 50px;
                color: #fff;
                border: solid 2px #b30312;
                border-radius: 5px;
                font-size: 20px;
                transition: .2s;
                outline: none;
            }

                .section_1 .form_box button.submit:hover {
                    background-color: #fff;
                    color: #b30312;
                    border: solid 2px #b30312;
                }
}

/*  Header Fonts */
.hero_container .hero_text h2 {
    font-family: Paralucent;
}

h3 {
    font-family: microgramma-extended, sans-serif;
}

h4.fw-600 {
    font-family: microgramma-extended, sans-serif;
}
    .card-header  > i {
        float:right;
        margin-top:-20px;
    }


button.submit.update-r-submit, button.submit.update-c-submit {
    background-color: #c62128;
    border: solid 2px #c62128;
    border-radius: 5px;
    padding: 5px 25px;
    color: #fff;
    transition: .2s;
}

    button.submit.update-r-submit:hover, button.submit.update-c-submit:hover {
        background-color: #ffffff;
        border: solid 2px #c62128;
        color: #c62128;
        transition: .2s;
    }
