.register_ctn{
  padding-top:100px; 
  //width: 40%;
  flex-direction: column;
  margin: 0 auto;
  background-color:rgb(243,246,248);
  padding-left: 55px;
  margin-bottom:2em;
  position:relative;
}
.webform-submission-charity-registration-form{
  width: 100%;
  background-image:url("https://tpicap.com/icap/sites/g/files/escbpb206/files/Charity%20day_BG_with%20people%202026_full_1st_shade_2nd.jpg");
  background-size: 100%;
  background-repeat: repeat;
  padding-bottom:50px;
}
label{
  display: inline-block;
}
.form-item{
  padding-bottom: 15px;
}
.form-text,.form-email {
  width: 336px;
}
.form-item--error-message strong,.form-item--error-message{
  color: #E43523;
  font-size:smaller;
}

.logo_ctn{
  max-width: 700px;
  margin: 0 auto;
  //padding:20px;
  //padding-top: 50px;
}
.logo_box{
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.logo_1_ctn{
  background-image:url("https://tpicap.com/icap/sites/g/files/escbpb206/files/Media/charity_image.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position: center;
  height: 150px;
  width:60%;
}
.logo_2_ctn{
  background-image:url("https://tpicap.com/icap/sites/g/files/escbpb206/files/Media/icap_image.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position: center;
  height:80px;
  width:25%;
  margin-left: 100px;
  margin-top: 25px;
}


.title_ctn{
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
  background: #E43523;
  color: #fff;
  font-size:36px;
  font-weight: 600;
  line-height: 1.25;
  padding: 30px;
  text-align:center;
}
.title_ctn_2{
  //width: 40%;
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
  background: #E43523;
  color: #fff;
  font-size:18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align:center;
}
.title_ctn_3{
  
  //display: none;
  
  //width: 40%;
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
  background: rgb(243,246,248,0.8);
  font-size:18px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align:center;
}
.title_pink{
  color: #E43523;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 500;
}

.login_reg_title{  
  flex-direction: column;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align:center;
  width:336px;

}
.login_label{
  background: white;
  width: 50%;
  //max-width: 700px;
  border: 1px solid #707070;
  text-align: center;
  font-weight: 600;
  font-size:16px;
  height: 36px;
  padding-top: 3px;
  transition: background-color 0.3s ease;
}
.login_label:hover{
  background-color: RGBA(228, 53, 35, 0.52);
}
.register_label{
  background: #E43523;
  color: #fff;
  width: 50%;
  //max-width: 700px;
  border: 1px solid #707070;
  text-align: center;
  font-weight: 600;
  font-size:16px;
  height: 36px;
  padding-top: 3px;
  transition: background-color 0.3s ease;
}


.flexbox_ctn{
  
  //display: none;
  
  //width: 40%;
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
  background: rgb(243,246,248,0.8);
  //padding-left: 40px;
  //padding-right: 40px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 30px;
  text-align:center;
}
.flexbox_ctn input{
  width: 336px;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: 600;
}
.flexbox_ctn .webform-button--submit{
  width: 30%;
  border: 1px solid #707070;
  text-transform: none !important;
  font-size:16px;
}

.footer_ctn{
  //width: 40%;
  max-width: 700px;
  flex-direction: column;
  margin: 0 auto;
  background: rgb(243,246,248,0.8);
  font-size:24px;
  font-weight:600;
  padding: 40px;
  text-align:left;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  //display:none ;
}
.footer_box_ctn{
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.logo_3_ctn{
  background-image:url("https://tpicap.com/icap/sites/g/files/escbpb206/files/CD_App_i_logo.png");
  background-repeat: no-repeat;
  background-size:contain;
  width:20%;
  height:100px;
  background-position:center;
}
.footer_label_ctn{
  width:75%;
  padding-left: 20px;
  padding-top: 20px;
}
.webform-button--submit{
  background-color: #fff !important;
  color: #000 !important;
}
.webform-button--submit:hover{
  background-color: #E43523 !important;
}





.title_ctn, .title_ctn_2, .title_ctn_3, .flexbox_ctn, .webform-required{
 display: none !important;
}
.webform-submission-charity-registration-form{
  height: 100vh;
}
//uncomment this for Go Live again for Icap Charity Day
//Display None to all box. Only show closing message. 

