.jak-connect-wrap {
    background: #CCBBB8;
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.jak-connect-wrap p{ color:#000; }
.jak-signup-head {
    border-bottom: 1px solid #E4DAD8;
    margin-bottom: 50px;
	position:relative;
}
.jak-signup-head .heading-level-2{ margin-bottom:30px; }
.jak-signup-head .heading-level-2 span {
    text-decoration: underline;
}
.signup-form-sec {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}
.signup-form-sec .form-control{
font-family: 'Playfair Display', serif;
font-size:28px;
font-weight: 400;
line-height: 32.7px;
background:none;
border:none;
padding:10px 0;
color:#766C51;
border-bottom:1px solid #000000;
border-radius:0;
}
.signup-form-sec label{
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 30px;
color:#000;
display:block;
}
.signup-form-sec .s-f-col {
    margin-bottom:20px;
}
.signup-form-sec .form-control::placeholder {
  color:#766C51;
  opacity: 1; 
}

.signup-form-sec .form-contro::-ms-input-placeholder {
  color:#766C51;
}
.s-star-1, .s-star-2, .s-star-3{ position:absolute; opacity:0.5; }
.s-star-1 {
    max-width: 55px;
    left: 0;
    top: 100px;
}
.s-star-2 {
    max-width: 32px;
    right: 15%;
	top:-15px;
}
.s-star-3 {
    max-width: 55px;
    right: 5%;
    bottom: 35px;
}
.signup-form-sec .s-f-col .btn {
    margin-top: 15px;
}

/** Jak Connect css end here **/



@media(max-width:767px){

}