form.css_cs_rl_tbl_rgForm  
{   font-size:16px;
    color: #6e7072;
    padding:5px;
    max-width :600px;
    -webkit-text-size-adjust: 100%;
    margin-bottom:5px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    margin: 0 auto;
   
}

#cs_rl_existingregfrm_parent_container{
   
}

#cs_rl_regfrm_parent_container{

}


#cs_rl_dbs_offercontent_referrer,#cs_rl_dbs_offercontent_referee {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color:#6e7072;
}

form.css_cs_rl_tbl_rgForm label{
    
    color:  #6e7072;
    font-size: 16px;
    display: inline-block;
    padding-top:10px;
    padding-bottom:3px;
    
}

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;
    font-size: 14px;
    line-height: 1.428571429;

    vertical-align: middle;


 
    height:40px;

    
    color: #6e7072;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #b1b1b1;
    border-radius: 0;
    -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);
} 


input[type="text"].css_cs_rl_tbl_rgForm_Error 
{
    border: 1px solid #c87872 !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;
    font-size: .9375rem;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #6e7072;
    border-color:#fff !important;
    border:none !important;
    height:40px;
    background:linear-gradient(to right, #ff7b39 0, #d64303 100%) top / 100% .125rem, linear-gradient(to right, #ff7b39 0, #ff7b39 100%) left / .125rem 100%, linear-gradient(to right, #ff7b39 0, #d64303 100%) bottom / 100% .125rem, linear-gradient(to right, #d64303 0, #d64303 100%) right / .125rem 100%;
     background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: .625rem 1.6875rem .5625rem;
    transform: scale(1);
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 .6875rem .3125rem rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 .6875rem .3125rem rgba(0,0,0,.04);
    box-shadow: 0 0 .6875rem .3125rem rgba(0, 0, 0, .04);
        
           
} 

form.css_cs_rl_tbl_rgForm input[type="button"]:hover {
    border-radius: 0;
    border: none !important;
    background: linear-gradient(to right, #d64303 0, #ff7b39 100%) top / 100% .125rem, linear-gradient(to right, #d64303 0, #d64303 100%) left / .125rem 100%, linear-gradient(to right, #d64303 0, #ff7b39 100%) bottom / 100% .125rem, linear-gradient(to right, #ff7b39 0, #ff7b39 100%) right / .125rem 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    transform: scale(1.075);
      
}


#cs_rl_btn_account_open_Go {
     outline:none;
    display:block;
    margin: 0 auto;
     text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit-appearance: none;
    -ms-flex-align: center;
    align-items: center;
    height:45px;
    cursor: pointer;
    text-decoration: none;
    width:100%;
    max-width:400px;
    font-size: .9375rem;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #6e7072;
    border-color:#fff !important;
    border:none !important;
    height:40px;
    background:linear-gradient(to right, #ff7b39 0, #d64303 100%) top / 100% .125rem, linear-gradient(to right, #ff7b39 0, #ff7b39 100%) left / .125rem 100%, linear-gradient(to right, #ff7b39 0, #d64303 100%) bottom / 100% .125rem, linear-gradient(to right, #d64303 0, #d64303 100%) right / .125rem 100%;
     background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: .625rem 1.6875rem .5625rem;
    transform: scale(1);
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 .6875rem .3125rem rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 .6875rem .3125rem rgba(0,0,0,.04);
    box-shadow: 0 0 .6875rem .3125rem rgba(0, 0, 0, .04);
  
    
}

#cs_rl_btn_account_open_Go:hover {
  border-radius: 0;
    border: none !important;
    background: linear-gradient(to right, #d64303 0, #ff7b39 100%) top / 100% .125rem, linear-gradient(to right, #d64303 0, #d64303 100%) left / .125rem 100%, linear-gradient(to right, #d64303 0, #ff7b39 100%) bottom / 100% .125rem, linear-gradient(to right, #ff7b39 0, #ff7b39 100%) right / .125rem 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    transform: scale(1.075);
}


.css_cs_rl_thankyou_message_title{    
    margin-top:12px;
    padding-top:3px;
    width:100%;
    text-align:center !important;
    display:block;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: #c10230;
     font-family: Montserrat, Helvetica, Arial, sans-serif;
    }



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: #c10230 !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: #c10230 !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:bold;
    font-size:20px;
     font-family: Montserrat, Helvetica, Arial, sans-serif;
    color:  #414142;
    float:left;
    padding-right:3px;
} 

[class^="cs_dbs_offer_sub_"] {
    color:  #414142; 
     font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size:20px;
    float:left;
    display:inline-block
}

[class^="cs_dbs_offer_details1_"] {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    clear:both;
    padding-top:10px;
}

[class^="cs_dbs_offer_qual_"]>ul{
    
    font-size: 16px;
}

[class^="cs_dbs_offer_qual_"]>ul li {
    list-style:disc;
    line-height:1.50;
   
}



[class^="cs_dbs_offer_details2_"] {
    font-weight:bold;
   
}

[class^="cs_dbs_offer_footer_"] {
  
    font-size: 16px;
 
    }

[class^="cs_dbs_offerrow_"] {
 
    border-radius:0px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;
}

.cs_dbs_offerrow_2{
    background-color:#F6F5F7;
}

.cs_dbs_offerrow_4{
    background-color:#F6F5F7;
}
.cs_dbs_offer_footer {
    padding-top:25px;
    padding-left:25px;
    
    font-size: 16px;
}
.cs_dbs_offer_footer_1 {
    padding-top:40px;
   
    
    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:#414142;
}

.cs_rl_shr_hdr_mob{
    text-align:center;
    font-size:26px;
    color:#414142;
}

.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_mbtbank.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 */