body {
  font-family: "Conv_Cera Pro Medium";
  font-size: 17px;
  color: #333951;
  background-color: #eceaf0;
  overflow-x: hidden;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.headerSection {
    padding: 12px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #f5f4f6;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerSection.fixedHeader {
    box-shadow: 0px 0 24px rgb(0 0 0 / 5%);
}
.logo > a {
    display: block;
}
.logo > a > img {
    max-width: 190px;
}
.headerBtn {
    text-align: right;
}
.headerBtn > ul > li {
    display: inline-block;
}
.headerBtn > ul > li + li {
    margin-left: 15px;
}
.headerBtn .btnStyle {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
    min-width: 165px;
}
.btnStyle.btn_light1::before {
    background-color: #f7c6c9;
    opacity: 0.2;
}
.headerBtn  .btnStyle.btn_primary {
    color: #fff;
}
.loginMainCol {
    padding: 90px 0 70px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.loginCol {
    width: 100%;
}
.lsFormCol {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: 500px;
    /* padding: 50px 60px 60px; */
    padding: 20px 25px 30px;
    font-family: 'Conv_Cera Pro Regular';
    color: #7C7C7C;
    position: relative;
    z-index: 1;
}
.lsFormCol > h2 {
    text-align: center;
    color: #130F26;
    font-family: 'Conv_Cera Pro Bold';
    /* padding-bottom: 15px; */
    padding-bottom: 5px;
    font-size: 28px;
}
.lsFormCol > p {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    max-width: 320px;
    margin: 0 auto;
    /* padding-bottom: 34px; */
    padding-bottom: 15px;
}
.lsFormCol .form-group {
  /* margin-bottom: 25px; */
    margin-bottom: 15px;
}
.lsFormCol label {
    margin-bottom: 5px;
    line-height: 1;
}
.lsFormCol .form-control {
    border-color: #D5DFEA;
    box-shadow: 0px 17.8462px 47.5897px rgba(178, 178, 178, 0.1);
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 400;
}
.form_check {
    position: relative;
}
.check_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
}
.check_label {
    margin: 0;
    display: block;
    padding-left: 28px;
    position: relative;
}
.check_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #D4D4D4;
}
.form_check input:checked + .check_label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #7C7C7C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.lsBtn {
    /* padding-top: 10px; */
}
.lsBtn .btnStyle.btn_primary {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Conv_Cera Pro Bold';
    padding: 14px 20px;
}
.btn_primary {
    background-color: #ea5661;
}
.btnStyle {
    border-radius: 8px;
    padding: 17px 25px;
    min-width: 230px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333951;
    letter-spacing: 1px;
    display: block;
    box-shadow: 0 4px 24px rgb(0 0 0 / 4%);
    position: relative;
    overflow: hidden;
    border: 0;
    font-weight: bold;
}
.lsBtn .btnStyle.btn_primary > span {
    position: relative;
}
.lsText {
    margin-top: 20px;
}
.lsText > p {
    margin-bottom: 4px;
}
.signUplink, .signUplink:hover {
    color: #EA5661;
}
.signIn {
    padding-top: 15px;
}
.signIn > p {
    font-size: 16px;
    color: #333951;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 62px;
}
.signIn > p::before, .signIn > p::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 5px;
    width: 49px;
}
.signIn > p::before {
    background-image: url(../images/leftdots.svg);
    left: 0;
}
.signIn > p::after {
    background-image: url(../images/rightdots.svg);
    right: 0;
}
.socialBtnCol {
    margin-top: 20px;
}
.btnOutline {
    background-color: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    width: 100%;
    color: #151515;
    font-size: 15px;
    font-family: 'Conv_Cera Pro Bold';
    padding: 10px 6px;
}
.btnOutline > img {
    margin-right: 5px;
}
.btnOutline > span {
    display: inline-block;
    vertical-align: middle;
}
.lsLeftImg, .lsRightImg {
    border-bottom: 1px solid rgba(51, 83, 95,0.7);
}
.lsLeftImg {
    margin-right: -15px;
}
.lsRightImg {
    margin-left: -17px;
}
.bodySpacing {
    padding-bottom: 80px;
}
.stickyFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 2;
    background-color: #f5f4f6;
}
.stickyFooter p {
    margin: 0;
    font-family: 'Conv_Cera Pro Regular';
}

.lsLeftImg img, .lsRightImg img {
    max-height: 60vh;
}

/************************************
******* MEDIA-QUARY START ****
******************************************/


@media (max-width:991px) {
  .headerSection {
    padding: 15px 0;
  }
    .headerBtn .btnStyle {
        font-size: 14px;
    }
    .lsFormCol {
        width: 100%;
    }
}
@media (max-width:585px) {
    .logo > a > img {
        max-width: 160px;
    }
    .headerBtn .btnStyle {
        padding: 10px 15px;
        min-width: initial;
    }
    .headerSection {
        padding: 15px 0;
    }
    .loginMainCol {
        /* padding-top: 50px; */
    }
    .lsFormCol {
        padding: 30px 20px 40px;
        border-radius: 20px;
    }
    .lsFormCol > p {
        font-size: 14px;
        max-width: 100%;
        /* padding-bottom: 30px; */
    }
}

@media (max-width:575px) {
  .socialBtnCol .col-sm-4 + .col-sm-4 {
    padding-top: 15px;
  }
  .logo > a > img {
    max-width: 125px;
  }
  .lsFormCol {
    padding: 30px 15px 40px;
  }
}
