.already {
    font-size: 14px !important;
}
.signin, .signin:hover {
    border: 1.5px solid #000 !important;
    padding: 3px 16px !important;
    color: #000 !important;
}
.minusMarginTop {
    margin-top: 0px !important;
}

#content-stage {
    padding: 0px !important;
}
.home-pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.headertext1 {
    /*color: #000;*/
    color: #5C5757;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 29px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0px;
}

.headertext1 {
    padding: 0px;
    color: #817171;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-img-parent {
    margin: 0px !important;
    margin-bottom: 28px !important;
/*    margin-top: 28px !important;*/
    margin-top: 0px !important;
}

/* .quote-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
    display: inline-block;

    color: #6D6D6D;
    font-family: Calibri;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */

.quote-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
    max-width: calc(100% - 30px);
    display: inline-block;
    /*line-height: 1;*/

    color: #616161;
    font-family: Calibri;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    color: #6D6D6D;



    color: #787676;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quote-class-left {
    position: relative;
    margin-right: 3px;
    width: 12px;
    top: -18px;
/*    top: -8px;*/
}
.quote-class-right {
    position: relative;
    margin-left: 3px;
    width: 12px;
    top: -18px;
/*    top: -8px;*/
}
.quoteMargin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.parabox-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.lanTextMargin {
    margin-bottom: 0px;
    /*margin-left: 5px;*/
}
.preLanText {
    color: #777 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Calibri;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    min-width: 100%;
}
/* .mediaParaText {
    font-family: Calibri;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #707070;
} */
.mediaParaText {
    font-family: Calibri;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #8B8B8B;

    color: #4A4D52;
    text-align: center;
    font-style: normal;


    color: #616161;
    text-align: center;
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;

}
.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.width-100 {
    width: 100% !important;
}

.media-registration-heading{
    font-family: Calibri;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.63px;
    text-align: left;
    color: #777777;
    margin-bottom: 12px;
}
.media-registration-heading-body{
    font-family: Calibri;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #707070;
}
.media-registration-form-heading {
    font-family: Calibri;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #777777;
}

#js_main_debug_holder {
    margin-top: 0px;
}

.password-description-title {
    font-family: Calibri;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.53px;
    text-align: left;
    color: #474747;
    margin-top: 16px;
}
.password-description {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #474747;
}
ul {
  padding-left: 0.5em !important;
  margin-left: 1em;
}

li {
  list-style-type: disc !important;
}
.no-margin {
    margin: 0px;
}

.captcha-heading {
    font-family: Calibri;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.74px;
    text-align: left;
    color: #777777;
}

/*.checkbox-layout {
    width: 20px;
    height: 20px;
    gap: 0px;
    border-radius: 6px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    color: #BCBCBC;
}*/

.checkbox-description {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #777777;
}
.checkbox-description-policy {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

#g-recaptcha > div {
  margin: auto;
}

.img-center-align {
    display: flex;
    justify-content: center;   
}

@media (min-width: 480px) and (max-width: 767px) {
  .pl-0 {
    padding-left: 16px !important;
  }

  .pr-0 {
    padding-right: 16px !important;
  }
}

.media-login-heading{
    font-family: Calibri;
    font-size: 26px;
    font-weight: 200;
    line-height: 25.63px;
    text-align: left;
    color: #777777;
    margin-bottom: 12px;
}

.login-space-between {
    display: flex;
    justify-content: space-between;
}

.sposorship-btn-parent-title {
    font-family: Calibri;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.btn-without-bg-color {
    /*background: #9740D5 !important;*/
    background: #ffffff !important;
    color: #9740D5 !important;
    box-shadow: none !important;
    padding: 8px 20px !important;
    border: 2px solid #9740D5 !important;
    font-size: 20px;
    line-height: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    border-radius: 10px;
    text-transform: capitalize;
}

.no-text-transform {
    text-transform: none !important;
}




.login-top-img-parent {
    margin: 0px !important;
    margin-bottom: 12px !important;
/*    margin-top: 24px !important;*/
    margin-top: 16px !important;
}
.login-quote-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 400px;
    max-width: calc(100% - 30px);
    display: inline-block;
    /*line-height: 1;*/

    color: #616161;
    font-family: Calibri;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    color: #6D6D6D;



    color: #787676;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*.login-headertext1 {*/
/*    color: #303030;*/
 /*   color: #5C5757;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 29px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0px;
}*/

.login-headertext1 {
    padding: 0px;
    color: #817171;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-quoteMargin {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.login-quoteMargin-title {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}
.login-mediaParaText {
    font-family: Calibri;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #8B8B8B;

    color: #4A4D52;
    text-align: center;
    font-style: normal;


    color: #616161;
    text-align: center;
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;

}
.login-heading{
    font-family: Calibri;
    font-size: 26px;
    font-weight: 200;
    line-height: 20px;
    text-align: left;
    color: #616161;
    margin-bottom: 12px;
}
.login-forgot-password {
    font-family: Calibri;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #616161;
}
.login-remember-me {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #616161;
    margin-left: 8px;
}
.margin-bottom-12 {
    margin-bottom: 12px !important;
}
.margin-bottom-24 {
    margin-bottom: 24px !important;
}


.header-padding-4 {
/*    padding: 4px 4px 5px 4px;*/
    padding: 4px 4px 20px 4px;
}
.purple-p-0 {
    padding: 16px !important;
}
.purple-top-img-parent {
    margin: 0px !important;
    margin-bottom: 12px !important;
}
.purple-live-your-dream {
    color: #616161;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.54px;
    text-transform: capitalize;
}
.purple-small-logo-div {
    display: flex;
    padding: 0.834px 0px 0.966px 0px;
    align-items: center;
    gap: 10px;
}
.purple-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.purple-header-login-btn {
  color: #303030;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  width: 84px;
  height: 33px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1.5px solid #303030 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.purple-header-login-btn {
    border-radius: 50px;
    border: 1px solid #4A4D52 !important;
    background: #E9E9E9;
    display: flex;
    width: 84px;
    height: 26px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #85888E !important;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: capitalize;
}

.purple-header-login-btn-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.purple-already-a-member {
    color: #9B9B9B !important;
    text-align: center;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    /*line-height: 12px;  85.714% */
    white-space: nowrap;
}
.purple-quoteMargin {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.purple-pre-lan-text {
    color: #4A4D52 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Calibri;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    min-width: 100%;
    margin: -12px 0 0 0;
}
.purple-padding-top-12 {
    padding-top: 12px;
}
.gap-10 {
    line-height: 10px;
}
/*.purple-new-btn {
    display: flex;
    width: 418px;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 5px;

    color: #9740D5 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: "Source Sans Pro";
    font-size: 29px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 10px;
    border: 3px solid #9740D5;
}*/
.purple-new-btn {
    display: flex;
    width: 418px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    border: 2px solid #4A4D52;
    background: #E9E9E9;
    color: #85888E  !important;
    font-family: Calibri;
    font-size: 26px  !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.purple-new-btn-s {
    display: flex;
    width: 418px;
    min-height: 38px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    border: 2px solid #4A4D52;
    background: #E9E9E9;
    color: #85888E  !important;
    font-family: Calibri;
    font-size: 26px  !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}