﻿.account-section {
    background-color: #f1f1f1;
}

.custom-padding-x {
    padding-left: 65px;
    padding-right: 65px;
}

.green-bg-padding {
    background-color: #72bf44;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.footer-link {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 34px;
    color: rgb(255, 255, 255);
}

.custom-padding-x-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.footer-style {
    background-color: #04b2e2;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.login-section {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 530px;
    display: flex;
    align-items: center;
    background-image: url('images/woman-smiling.png');
    background-size: cover;
    background-position: center;
}

.custom-container {
    width: 950px;
    margin: 0px auto;
}

.login-link {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}


.welcome-text h1 {
    color: #72bf44;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
}


.welcome-text p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    max-width: 335px;
    margin-top: 14px;
}

.btn-register {
    min-height: 48px;
}

.btn-login {
    min-height: 48px;
}

.btn-login {
    background-color: #04b2e2;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    min-width: 270px;
    font-size: 22px;
    line-height: 26px;
}

    .btn-login:hover {
        background-color: #72bf44;
        color: white;
        font-weight: bold;
        border-radius: 10px;
    }

.bg-white-custom {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 45px 30px;
}


.ml-custom {
    margin-left: -95px;
    min-width: 550px;
    text-align: center;
    max-height: 380px;
}

.custom-container > .d-flex > div:first-child img {
    margin-top: 0px;
}

.h2-custom {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    line-height: 58px;
}

.btn-register {
    border: 1px solid #72bf44;
    color: #72bf44;
    border-radius: 10px;
    min-width: 270px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
}

    .btn-register:hover {
        border: 2px solid #7cba42;
        background: rgba(106, 177, 50, 0.13);
        box-shadow: none;
        color: #7cba42;
    }

.icon-img {
    height: 155px;
    transition: transform 0.3s ease-in-out;
    border-radius: 2px;
    width: 100%;
}

    .icon-img:hover {
        transform: translateY(-5px);
    }

.info-text {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}

.autopay-heading {
    color: rgb(4, 178, 226);
    font-size: 48px;
    line-height: 45px;
    font-family: Arial, sans-serif;
}

.autopay-text {
    font-size: 22px;
    font-weight: 700 !important;
    font-style: normal;
    max-width: 318px;
    line-height: 34px;
    margin: auto;
}

.assistance-heading {
    color: rgb(255, 255, 255);
    font-size: 48px;
}

.assistance-text {
    font-size: 22px;
    font-weight: 700 !important;
    font-style: normal;
}

.sub-title {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .ml-custom {
        margin-left: 0;
    }

    .custom-container {
        width: 100%;
    }

    .Assistance .custom-container .assistance-heading {
        font-size: 40px !important;
    }

    .custom-container > .d-flex > .bg-white-custom {
        margin-left: -80px;
    }

    .custom-container > .d-flex > div {
        text-align: center;
        width: 40%;
    }

        .custom-container > .d-flex > div:first-child img {
            height: auto !important;
            max-width: 80%;
        }

    .Assistance .info-text {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    .custom-container > .d-flex {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        text-align: center;
    }

        .custom-container > .d-flex > div:first-child img {
            height: auto !important;
            max-width: 200px;
            margin-top: 0 !important;
        }

        .custom-container > .d-flex > div {
            text-align: center;
            width: 100% !important;
        }

        .custom-container > .d-flex > .bg-white-custom {
            margin-left: 0px !important;
            width: 100% !important;
            padding: 20px 0 !important;
            margin-top:0;
        }
}

@media (max-width: 576px) {
    .welcome-text p {
        line-height: 24px !important;
        font-size: 16px;
    }

    .Assistance .custom-container {
        padding: 0 20px !important;
    }

    .Assistance .info-text {
        font-size: 16px !important;
    }

    .equal-housing-logo {
        margin-top: -30px !important;
    }

    .custom-container {
        width: 100%;
        background-color: transparent !important;
    }

    .ml-custom {
        margin-left: 0;
        min-width: auto;
        width: 100%;
        max-height: none;
        margin-top: 2rem;
        text-align: center;
    }

    .custom-container {
        width: 100%;
        padding: 0 50px !important;
    }

        .custom-container > .d-flex > div:first-child img {
            height: auto !important;
            max-width: 100%;
            margin-top: 0 !important;
        }

    .btn-login,
    .btn-register {
        min-width: 200px;
        font-weight: 900;
        font-size: 15px;
        line-height: 28px;
    }

    .welcome-text h1 {
        line-height: 40px;
    }

    .account-section {
        background-color: white;
    }

    .login-section {
        min-height: 450px;
        padding-top: .5rem !important;
    }

    .ml-custom {
        margin-left: auto;
        min-width: auto;
        text-align: center;
    }

    /*.login-section {*/
    /*    background-image: url('images/small-bg.png');*/
    /*}*/
    .login-section {
        background-image: none !important;
        padding-bottom: 0 !important;
    }

        .login-section .custom-container {
            margin-bottom: 0 !important;
        }

    .assistance-heading {
        text-align: center;
    }

    .assistance-text {
        text-align: center;
    }

    .sub-title {
        font-size: 16px;
        font-weight: 700;
    }

    .h2-custom {
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
    }

    .welcome-text h1 {
        font-size: 30px;
        font-weight: bold;
        color: #72bf44;
    }

    .autopay-heading {
        font-size: 30px;
        color: rgb(4, 178, 226);
    }

    .autopay-text {
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
    }

    .assistance-heading {
        font-size: 30px;
        color: rgb(255, 255, 255);
    }

    .assistance-text {
        font-size: 16px;
    }

    .info-text {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }

    .logo-img-sm {
        max-width: 100% !important;
    }

    h2 {
        font-size: 2.0rem !important;
    }

    p {
        font-size: 1.0rem !important;
    }

    .login-link-card {
        display: none;
    }

    .ml-custom h2 {
        line-height: 40px !important;
    }
}
.image-with-content{
    padding:0 20px;
}