form.css_cs_rl_tbl_rgForm  
{
    font-size:10px;
    color: #333;
    padding:5px;
    max-width :600px;
    -webkit-text-size-adjust: 100%;
    margin-bottom:5px;
    font-family: "Montserrat", Arial, sans-serif;
    text-align:left;
   
}

#cs_rl_dbs_offercontent_referrer,#cs_rl_dbs_offercontent_referee {
     font-family: "Montserrat", Arial, sans-serif;
     text-align:left;
     max-width:1024px;
}

form.css_cs_rl_tbl_rgForm label{
    
    color:  #333;
    font-weight:700;
    font-size: 16px;
    display: inline-block;
    padding-top:10px;
    padding-bottom:2px;
    
}

form.css_cs_rl_tbl_rgForm input[type="text"]  
{
    /*border-radius: 20px;
    border: 1px solid #cdd7da;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    padding:5px;
    height:24px;*/
    width:100%;
    outline:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    height: 54px;
    padding: 6px 12px;
    font-size: 16;
    line-height: 1.5;
    color: #231f20;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   
    
    
} 

form.css_cs_rl_tbl_rgForm input[type="text"]:focus
{    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


.css_cs_rl_tbl_rgForm_Error 
{
    border: 1px solid red !important;
    background: rgba(255, 0, 0, .15) !important;
}

.cs_rdBtns {
    text-align: center;
}

form.css_cs_rl_tbl_rgForm input[type="radio"] {
    height:auto;
    width:auto;
    margin-left: 30px;
}

form.css_cs_rl_tbl_rgForm input[type="button"] 
{
    outline:none;
    float: right;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit-appearance: none;
    text-align: center;
    border: none;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    color: #231f20;
    background: transparent;
    border-color: #7dc142;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 54px;
    
           
} 

form.css_cs_rl_tbl_rgForm input[type="button"]:hover {
    text-decoration: none;
    background: #7dc142;
    color: #231f20;
    border-color: #7dc142;
}


input[type="button"].css_cs_rl_tbl_rgBtnDisable 
{
 
   
} 

input[type="button"].cs_rl_btn_progress 
{
    cursor: wait !important;
} 

label.cs_rl_cssValidation 
{
    color: #dc3545 !important;
    font-size:12px;
} 

span.cs_rl_cssValidation 
{
    color: #dc3545 !important;
    font-size:12px;
} 

label.cs_rl_lblSucess 
{
    
    color: #7dc142 !important;
    margin-top:12px;
    font-weight:bold !important;
    font-size:24px !important;
    padding-top:3px;
    border-radius: 20px;
    width:100%;
    text-align:center !important;
    
} 

span.cs_rl_lblSucess 
{
    
    color: #7dc142 !important;
    margin-top:12px;
    font-weight:bold !important;
    font-size:24px !important;
    padding-top:3px;
    border-radius: 20px;
    width:100%;
    text-align:center !important;
    display:block;
} 

label.cs_rl_lblFail 
{
    float: right;
    color: #f2545b !important;
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
} 

span.cs_rl_lblFail 
{
    float: right;
    color: #f2545b !important;
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
} 

.cs_rl_lbl_error_message,.cs_rl_shr_lbl_error_message {
    color: red !important;
    display: block;
    line-height: 1.5;
}


.cs_rl_btn {
    width: 125px;
}

.cs_rl_btn_mob {
    width: 100%;
}


.cs_rl_shr_email_section_title label{
    font-weight:bold !important;
    padding-bottom: 10px;
    padding-left:5px;
    
}
.cs_rl_shr_email_section{
    padding-top:15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
}

.cs_rl_shr_email_section2{
    background:#f9f9f9;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
}

.cs_rl_shr_email_section3{
      padding-top:15px;
      padding-left:5px;
    padding-right:5px;
    
}



[class*="cs_rl_col_"] {
    float:left;
    padding: 5px 5px;
    display:table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 


.cs_rl_row {
    display:flex;
    align-items:flex-end;
}


.cs_rl_row::after {
    content: "";
    clear: both;
    display: table;
} 


.cs_rl_col_s_6 {
    width:50%;
}


.cs_rl_col_s_12 {
    width:100%;
}

.cs_rl_col_s_4{
    width:33.33%;
}

.cs_rl_col_s_2{
    width:16.67%;
}

.cs_rl_pwrdbylogo {
    background:url(../images/poweredbyreferlive_color2.png);
    width:100%;
    height:36px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:25px;
    
}
.cs_rl_pwrdbylogowhite {
    display:none !important
    
}

/* DBS */

[class^="cs_dbs_offer_title_"] {
    font-weight:600;
    font-size:18px;
    color:  #333;
    float:left;
    padding-right:3px;
} 

[class^="cs_dbs_offer_sub_"] {
    color:  #333;
    font-weight:600;
    font-size:18px;
    float:left;
    display:inline-block
}

[class^="cs_dbs_offer_details1_"] {
    color:  #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    clear:both;
    padding-top:10px;
}

[class^="cs_dbs_offer_qual_"]>ul{
    color:  #333;
    font-size: 16px;
}

[class^="cs_dbs_offer_qual_"]>ul,li {
    list-style-position:inside;
    overflow:hidden;
}

[class^="cs_dbs_offer_details2_"] {
    
    color:  #333;
}

[class^="cs_dbs_offer_footer_"] {
    color:  #333;
    font-size: 16px;
 
    }

[class^="cs_dbs_offerrow_"] {
 
    border-radius:0px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:20px;
}

.cs_dbs_offerrow_2{
    background-color:#F6F5F7;
}

.cs_dbs_offerrow_4{
    background-color:#F6F5F7;
}
.cs_dbs_offer_footer {
    padding-top:20px;
    padding-left:20px;
    color:  #333;
    font-size: 16px;
}
.cs_dbs_offer_footer_1 {
    padding-top:40px;
   
    color:  #333;
    font-size: 16px;
}


@media only screen and (max-width: 400px) {
    
    .cs_rl_row {
    display:inline-block;
    width:100%;
}

    .cs_rl_col_s_6 {
        width: 100%;
    }

    .cs_rl_col_s_12 {
        width: 100%;
    }

    .cs_rl_col_s_4 {
        width: 100%;
    }

    .cs_rl_col_s_2 {
        width: 100%;
    }
}

/* Share form css */


form.css_cs_rl_tbl_rgForm input[type="button"] {
    margin-top:22px;
}

.cs_rl_shr_hdr{
    text-align:center;
    font-size:32px;
    color:#0060a9;
}

.cs_rl_shr_hdr_mob{
    text-align:center;
    font-size:26px;
    color:#0060a9;
}

.cs_rl_shr_sub{
    
    font-size:18px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_sub_mob{
    
    font-size:14px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_social_txt{
    display:none;
    width:0px;
    height:0px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_txt_mob{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Text_FNBHenning.png);
    display:inline-block;
    width:38px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb{
    background:url(https://rlforms.referlive.com/images/facebook_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb_mob{
    background:url(https://rlforms.referlive.com/images/facebook_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg{
    background:url(https://rlforms.referlive.com/images/fbmessenger_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg_mob{
    background:url(https://rlforms.referlive.com/images/fbmessenger_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Twitter_x.png);
    display:inline-block;
    width:39px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter_mob{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Twitter_x.png);
    display:inline-block;
    width:39px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin{
    background:url(https://rlforms.referlive.com/images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin_mob{
    background:url(https://rlforms.referlive.com/images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_share_section{   
    display:inline-block;
    width:100%;
    cursor:default;
    font-size:16px;
    font-weight:bold;
    
    padding-top:15px;
}

.cs_rl_shr_social_share_section_header {
    line-height:1.25;
    margin-top: 10px;
    font-size: 13px;
    
}
/* share form css ends */