form.css_cs_rl_tbl_rgForm  
{   padding:5px;
    max-width :600px;
    -webkit-text-size-adjust: 100%;
    margin-bottom:5px;
    text-align:left !important;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.42857;
    color:#616261;
    
}

#cs_rl_dbs_offercontent_referrer,#cs_rl_dbs_offercontent_referee {
     text-align:left !important;
     line-height: 1.5;
     font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
     color:#616261;
}

form.css_cs_rl_tbl_rgForm label{
    color:#616261; 
    font-size: 0.75em;
    font-weight:400;
    letter-spacing:.16em;
    display: inline-block;
    
}

.cs_rl_cssIndicator{
    font-size:12px;
  
}

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;
    padding-left: 25px;
    padding:6px 12px;
    height:45px;
    border: 1px solid #b9b9b9;
    background: #fff !important;
    margin: 0 !important;
    font-size: .875rem;
    line-height: 1.42857;
    font-weight: 400;
    letter-spacing: .050em;
    color: #707070;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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;
    appearance: none;
} 

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);
} 


input[type="text"].css_cs_rl_tbl_rgForm_Error 
{
    border: 1px solid #dc3545 !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%;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit-appearance: none;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 400;
    font-size: .75rem;
    border-radius: 0px;
    border: .0625rem solid transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    height:45px;
    background-size: 201% 100%;
    color: #fff;
    background-color: #b1521b;
    border-color: #b1521b;
    background-image: linear-gradient(to left, #b1521b 50%, #853e14 50%);
    background-repeat: no-repeat;
    background-position: bottom right;
} 

form.css_cs_rl_tbl_rgForm input[type="button"]:hover {
    color: #fff;
    background-color: #853e14;
    border-color: #7c3913;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-position: bottom left;
    
}


input[type="button"].css_cs_rl_tbl_rgBtnDisable 
{
    cursor: not-allowed !important;
    
} 

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: #009e9d !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: #009e9d !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: #dc3545 !important;
    margin-top:12px;
    font-weight:bold;
    font-size:12px;
    padding-top:3px;
} 

span.cs_rl_lblFail 
{
    float: right;
    color: #dc3545 !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: #dc3545 !important;
    display: block;
   
    font-size:12px;
}


.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 */

.cs_dbs_offerrow_1 {padding-top:0px !important;}

[class^="cs_dbs_offer_title_"] {
    text-transform: uppercase;
    color: #616161;
    font-weight: 700;
    float:left;
    font-size: 1.125rem;
    letter-spacing: .16em;
    padding-right:.35em;
} 

[class^="cs_dbs_offer_sub_"] {
    text-transform: uppercase;
    color: #616161;
    font-weight: 700;
    float:left;
    font-size: 1.125rem;
    letter-spacing: .16em;
   
}

[class^="cs_dbs_offer_details1_"] {
    font-size: 1rem;
    line-height: 1.42857;
    color: #707070;
    clear:both;
    padding-top:10px;
    
}

[class^="cs_dbs_offer_qual_"]{
    padding-left:35px;
    }

[class^="cs_dbs_offer_qual_"]>ul{
    line-height: 1.42857;
    color: #707070;
    font-size: 1rem;
    margin-top:15px;
    
}

[class^="cs_dbs_offer_qual_"]>ul,li {
    list-style-position:outside;
    /*list-style-type:disc !important;*/
  }

[class^="cs_dbs_offer_details2_"] {
    font-size:1rem;
     line-height: 1.42857;
    color: #707070;
}

[class^="cs_dbs_offer_footer_"] {

    font-size: 1rem;
     line-height: 1.42857;
    color: #707070;
   
    
 
    }

[class^="cs_dbs_offerrow_"] {
 
    border-radius:0px;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:25px;
}

.cs_dbs_offerrow_2{
    background-color:#F7F7F7;
}

.cs_dbs_offerrow_4{
    background-color:#F7F7F7;
}
.cs_dbs_offer_footer {
    
     line-height: 1.42857;
    color: #707070;
    font-size: 1rem;
}
[class^="cs_dbs_offer_footer_"] {
    
    line-height: 1.42857;
    color: #707070;
    font-size: 1rem;
}


@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 */

.cs_rl_shr_social_hdr{
    
    margin-bottom:0px;
}

form.css_cs_rl_tbl_rgForm input[type="button"] {
    margin-top:10px;
}

.cs_rl_shr_hdr{
    text-align:center;
    font-size:32px;
    color:#004a80;
    
}

.cs_rl_shr_hdr_mob{
    text-align:center;
    font-size:26px;
    color:#004a80;
}

.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_cuwest.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/Twitter_30x39.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/Twitter_30x39.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 {
  
    margin-top: 10px;
    font-size: 13px;
    
}
/* share form css ends */