    .inner_page_banner {
        height: 450px;
        background: #009dba;
        color: #fff;
        border-bottom-right-radius: 205px;
        padding-top: 75px;
    }
    
    em,
    i {
        font-style: italic;
    }
    
    strong {
        font-weight: bold;
    }
    
    p {
        margin-bottom: 30px;
    }
    
    h1 {
        margin-bottom: 35px;
    }
    
    .inner_pages_content {
        padding: 75px 0;
    }
    
    .thank_to_login {
        background-color: #ffb900;
        color: #fff;
        border-radius: 50px;
        font-weight: 800;
        padding: 15px 30px;
        display: inline-block;
        margin-bottom: 30px;
        text-decoration: none;
    }
    
    .thank_to_login:hover {
        background-color: #000;
        color: #fff;
    }
    
    @media(max-width: 767px) {
        .inner_page_banner {
            height: 300px;
            padding-top: 100px;
        }
    }