.body_set_style {
    overflow-x: hidden;
    /* font-family:montserrat !important; */
}
.form_part1{
	background: #FFFFFF;
border-radius: 12px;

padding:2% 10%;
}
.invalid-feedback {
    font-size: 14px;
}
.form_part2{
	background: rgba(236, 2, 128, 0.08);
	    padding: 5% 0;
}
.sign_in_text_style{
	font-weight: 700;
font-size: 36px;
line-height: 46px;
color: #2A3342;
text-align: left;
}
.cus_form_field{
	margin:8% 0;
}
.email_form_field {
    display: flex;
    flex-direction: column;
    margin-top: 8%;
    margin-bottom: 8%;
}
.password_form_field{
	display: flex;
    flex-direction: column;
    
}
.forgot_msg_row {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    font-size: 14px;
}
.forgot_set{
	color: #EC0280;
	font-weight: 700;
}
.checkbox_set {
    margin-right: 6px;
}
.form_btn_set {
    background: #EC0280;
    border-radius: 12px;
    width: 100%;
    margin-top: 10%;
    color:white;
}
.cus_form_btn_set{
	 margin-top: 3%;
}
.form_btn_set:hover {
    background-color: #b60263;
    color: white;
}
.more_info_pp {
    margin-top: 4%;
    color: #333F51;
    font-weight: 400;
}
.pp_stmt{
	color:#EC0280;
	text-decoration: underline;
}
.pp_stmt:hover{
	color:#EC0280;
}
.email_set,.password_set {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.54);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 2%;
    color: #2A3342;
    font-weight: 600;
}
.txt_color{
	color: #333F51;
	font-weight: 500;
font-size: 20px;
}
.help_txt {
    color: #556987;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.forgot_pwd{
	margin-top:0%;
}
.more_info_pp_forgot {
    text-align: center;
    margin-top: 16px;
    color: #556987;
    font-weight: 400;
    font-size: 15px;
}
.right_side_img_set{
	display: flex;
    align-items: center;
    justify-content: center;
    
}
.main_prod_img{
	z-index:1;
	height: 37%;
    width: 37%;
}
.below_img_set1 {
    transform: translate(100%, 0px);
}
.below_img_set2 {
    transform: translate(-198px,0px);
}
.right_side_haed{
	font-weight: 700;
font-size: 36px;
line-height: 52px;
text-align: center;
color: #000000;
}
.right_side_desc{
	font-weight: 400;
font-size: 20px;
line-height: 34px;
text-align: center;

color: rgba(0, 0, 0, 0.85);
width: 76%;
    margin: 2% auto;
}
.images_slider_kind{
	display:flex;
	align-items:center;
	justify-content: center;
}
.rec_img_set_m{
	margin-left:2px;
	margin-right:2px;
}

#homeBtn
{
	margin: 20px 0 40px 0;
}
#homeText
{
	color: white;
    font-weight: 500;
    background-color: #EC0280;
    border-radius: 10px;
    border: none;
    /* padding: 10px; */
    padding: 10px 22px;
}
#homeText:hover
{
	text-decoration:none;
	 background: #b60263;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.right_side_img_set {
    margin-left: -32%;
}
.form_part2 {
    padding: 5% 3%;
}
.right_side_desc {
    margin: 4% auto;
}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.right_side_img_set {
    margin-left: -18%;
}
.email_form_field {
    margin-top: 3%;
    margin-bottom: 3%;
}
.form_btn_set {
    margin-top: 5%;
    }
    .forgot_pwd {
    margin-top: 0%!important;
}
}