body {
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
}
header {
  padding: 10px 20px;
  background: #000000;
  color: #ffffff;
}
.logo-area {
  text-align: center;
  margin-top: -40px;
}
.hide {
  display: none;
}

.header-desc {
  padding: 10px 15px 0;
  font-size: 18px;
  text-align: center;
  border-top: solid 1px #979797;
  margin-top: 5px;
}
.form-area {
  padding: 30px 0;
}

.form-desc {
  padding-bottom: 30px;
  color: rgba(34, 34, 34, 0.68);
  text-align: center;
  font-size: 16px;
}
.form-container h3 {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.form-container .btn-primary {
  /*min-width: 280px;*/
  width: 15em;
  /*height:3em;*/
  margin: 10px;
  /*background-color: #ee3890;*/
  background-color: black;
  color: #ffffff;
  text-align: center;
  border: 1px solid black /*#ee3890*/;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.btn-primary2 {
  /*min-width: 280px;*/
  width: 15em;
  height: 3em;
  margin: 30px auto;
  /*background-color: #ee3890;*/
  background-color: black;
  color: #ffffff;
  text-align: center;
  border: 1px solid black /*#ee3890*/;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.btn-primary:hover {
  /*background-color: #476dbe;*/
  background-color: #404040;
}

footer {
  padding: 10px 20px;
  background: #000000;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.footer-logo-area {
  text-align: center;
}
.form-container label {
  margin-bottom: 5px;
  font-weight: 600;
  color: #4a4a4a;
  font-size: 16px;
}
.form-container .form-control {
  border: solid 1px #979797;
  border-radius: 0;
  height: 44px;
  margin-bottom: 25px;
}
#footer-links {
  border-top: solid 1px #979797;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
#footer-links ul {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 0;
  margin: 0;
}
#footer-links ul li {
  margin-bottom: 10px;
}
#footer-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
}
.pmessage {
  font-size: 13px;
  color: #4a4a4a;
}
.pmessage a {
  color: #4a4a4a;
  text-decoration: underline;
}
#noprivacy {
  display: none;
}
.form-container label.privacylabel {
  float: left;
  width: 260px;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: normal;
}
select {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #4a4a4a;
  box-shadow: none;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  outline: none !important;
  top: 4px;
  margin-right: 5px;
}
input[type="checkbox"]:after {
  content: "\002714";
  color: #ee3890;
  font-size: 18px;
  left: 1px;
  position: absolute;
  top: -5px;
  display: none;
}
input[type="checkbox"]:active:after,
input[type="checkbox"]:checked:active:after {
  outline: none;
  display: block;
}

input[type="checkbox"]:checked:after {
  outline: none;
  display: block;
}
#privacyaccept {
  float: left;
  position: relative;
  top: 7px;
  left: 4px;
  /*margin-right: 20px;*/
}

.sub-privacylabel {
  font-size: 13px !important;
}

.form-container small {
  display: block;
  font-size: 16px;
  color: #777777;
  margin-bottom: 6px;
}

/* Specific helper text for contact message addon (DE/AT) */
.form-container .contact-message-addon {
  font-size: 13px;
  color: #6c757d;
  margin-top: 6px;
  margin-bottom: 10px;
  line-height: 1.3;
}
#phone-country {
  width: 90px;
  text-align: center;
  float: left;
}
#phone-number {
  float: left;
  width: calc(100% - 100px);
  margin-left: 10px;
}

.lpprivilegecode {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
.lpbannnerimg {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 1.25em;
  border: solid 1px;
  border-radius: 8px;
}
.lpbannerblock {
  display: block;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.lpbannerblock p {
  display: inline-block;
  text-align: left;
  padding-left: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.lpbanner {
  height: 17em;
  display: none;
  background-color: white;
  position: sticky;
  bottom: 0;
  z-index: 9999;
  border-radius: 30px 30px 0px 0px;
  margin-right: 3px;
  margin-left: 3px;
}
.lpbannerblock a {
  float: right;
  display: inline-block;
}
.lpbannerblock button {
  width: 15em;
  margin-right: 2em;
  background-color: black;
  border: black;
  color: white;
  border-radius: 5px;
  height: 2.6em;
}
.lpbanner-lower-line {
  margin: 6px;
  display: inline-block;
  width: 16em;
  height: 1px;
  background-color: black;
  margin-bottom: 1em;
}
.lpbannertitle {
  text-align: center;
  margin-top: 0;
  margin-top: 1em;
  padding-top: 0.8em;
  font-weight: bold;
}
.lpbannertext {
  text-align: center;
  margin: 0;
}

.form-container .btn-primary:disabled {
  background-color: #777777;
  border: 1px solid #777777;
  opacity: 1;
}

.form-container label.form-check-label {
  font-weight: 500;
}
.login-password-label {
  position: relative;
  width: 100%;
}
.login-password-label a {
  float: right;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: normal;
  display: block;
  width: auto;
  left: 0;
  text-align: right;
  top: 4px;
  position: relative;
}
.are-you-new {
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.are-you-new p {
  margin-bottom: 0;
}
.are-you-new a {
  color: #ee3890;
  text-decoration: underline;
  font-weight: bold;
}
#login-error {
  text-align: center;
}
.invalid-feedback {
  position: relative;
  top: -15px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #979797;
  background-image: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label,
.form-control.is-valid,
.was-validated .form-control:valid {
  color: inherit;
  box-shadow: none;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: inherit;
  box-shadow: none;
}
.form-check {
  direction: ltr;
}
.form-check input[type="radio"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  margin-right: 5px;
  position: relative;
  outline: none !important;
  border: none !important;
}
.form-check input[type="radio"]:before {
  content: "";
  background-color: transparent;
  border: 1px solid #4a4a4a;
  box-shadow: none;
  padding: 6px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
  top: 4px;
}
.form-check input[type="radio"]:checked:before {
  border-color: #ee3890;
}
.form-check input[type="radio"]:checked:after {
  content: "";
  background-color: #ee3890;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 4px;
  border-radius: 100%;
  top: 8px;
}
#open-privilege {
  background-color: #ee3890;
  line-height: 25px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none !important;
  padding: 10px 0;
}
.form-group {
  position: relative;
}

.mysecondsentence {
  color: darkgrey;
  font-size: 13px;
}
#toggle-password {
  position: absolute;
  right: 11px;
  top: 35px;
  cursor: pointer;
}

.brands-subscribe {
  display: none;
}

.brand-logos {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.brand-logos img {
  max-width: 90%;
  margin: 5px auto 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header-desc.login-desc {
  border: none;
}
.header-desc.login-desc .aside-desc {
  color: #4a4a4a;
  margin: 30px 0;
  font-size: 19px;
  line-height: 1.47;
  font-weight: bold;
}
.header-desc.login-desc .aside-text {
  color: #cfcfcf;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 20px;
}
.language-selector {
  text-align: right;
  line-height: 39px;
  position: relative;
}
#lang-menu {
  background: #000;
  position: absolute;
  right: -10px;
  z-index: 9;
  padding: 10px 20px;
  display: none;
}
#lang-menu.active {
  display: block;
}
#lang-menu a {
  display: block;
  min-width: 120px;
}
.language-selector #lang-menu a:hover {
  color: #ffffff;
}
.language-selector a {
  color: #b2b2b2;
  font-size: 14px;
  letter-spacing: 0.05rem;
  text-decoration: none !important;
}
.login-area-background {
  height: calc(100vh - 60px);
  overflow-y: auto;
  background-image: url(/images/bg-loreal.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 -15px;
}
.login-area-background .form-area {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: 30px auto 30px;
}
.pinktooltip {
  background-color: #ee3890;
  color: #ffffff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.tooptip-text {
  display: none;
  position: absolute;
  background: rgba(238, 56, 144, 0.81);
  left: 30px;
  width: 150px;
  top: 50%;
  padding: 10px;
  font-weight: 500;
  transform: translateY(-50%);
  font-size: 13px;
  -webkit-transition: all 0.2s; /* Safari prior 6.1 */
  transition: all 0.2s;
  z-index: 1000;
}

.tooptip-text.left-align {
  left: none;
  right: 30px;
}

.pinktooltip:hover > .tooptip-text {
  display: block;
}

#register-form #login-error {
  position: relative;
  top: 10px;
}
.privilege-code {
  background: #efefef;
  padding: 20px;
  display: none;
}
#privilege-submit {
  margin: auto;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 30px;
  line-height: 24px;
}
.added-codes.active {
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  margin-top: 20px;
  padding-top: 20px;
}
.remove-code {
  float: right;
  text-decoration: underline;
  cursor: pointer;
}

#form-error-text {
  color: #dc3545;
  font-size: 13px;
  text-align: center;
  display: none;
}
form.needs-validation.was-validated #form-error-text {
  display: block;
}
.was-validated .form-control:invalid ~ label {
  color: #dc3545;
}
.form-container .form-group.validate-group label {
  position: absolute;
  top: -30px;
}
.form-container .form-group.validate-group {
  margin-top: 50px;
}
.was-validated .form-control.empty:invalid ~ .invalid-feedback {
  display: none;
}
.was-validated .form-control.empty:invalid ~ label {
  color: #4a4a4a;
}
.was-validated .form-control.empty:invalid {
  border-color: #979797;
}
.was-validated .form-control.empty.dirty:invalid ~ .invalid-feedback {
  display: block;
}
.was-validated .form-control.empty.dirty:invalid ~ label {
  color: #dc3545;
}
.was-validated .form-control.empty.dirty:invalid {
  border-color: #dc3545;
}
.form-group.validate-group #toggle-password {
  top: 8px;
}
.was-validated .form-control:invalid ~ .invalid-feedback.empty {
  display: none;
}
.was-validated .form-control.empty.dirty:invalid ~ .invalid-feedback.empty {
  display: block;
}
.was-validated .form-control.empty.dirty:invalid ~ .invalid-feedback.invalid {
  display: none;
}
select.form-control.is-valid,
.was-validated select.form-control:valid {
  background-image: url(/images/dropdown@2x.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 10px top 11px;
}
select.form-control {
  background-image: url(/images/dropdown@2x.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 10px top 11px;
}
.pmessage p {
  position: relative;
}
.form-container label.sub-privacylabel {
  width: 100%;
  padding-left: 30px;
}
.pmessage p input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 2px;
}
.form-container label.privacylabel {
  width: 100%;
  display: block;
  float: none;
  padding-left: 30px;
}
#privacyaccept {
  position: relative;
  top: 0;
  left: 0;
}
.form-container.arabic select.form-control {
  background-position: left 10px top 11px;
}
.if-not-client.beauty-advisor {
  display: none !important;
}
.beauty-advisor-form .hide-if-beauty-advisor {
  display: none !important;
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.saving span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  animation-delay: 0.2s;
}

.saving span:nth-child(3) {
  animation-delay: 0.4s;
}
.saving {
  font-size: 40px;
  position: relative;
  top: -10px;
  display: none;
}
.btn-loading .saving {
  display: block;
}
.btn-loading .btn-text {
  display: none;
}
/* CSS FOR DESKTOP */
@media only screen and (min-width: 992px) {
  .logo-area {
    text-align: center;
    margin-top: 0;
  }
  .reg-body {
    position: relative;
  }

  /*#reg-left {
        position: absolute;
        top: 60px;
        left: 0;
        bottom: 190px;
        overflow-y: scroll;
    }

    #reg-right {
        position: absolute;
        top: 60px;
        right: 0;
        overflow-y: hidden;
        bottom: 190px;
    }*/

  /*#reg-container {
        height: 100vh;
        flex: 1 0 auto;
    }*/

  .brand-logos {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    /*
        margin: 10px auto;
        */
    margin: auto;
    text-align: center;
  }
  .login-area-background .form-area {
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    width: 460px;
    margin: 60px auto 60px auto;
  }
  .brand-logos {
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    width: 460px;
    /*
        margin: 60px auto;
        */
    margin: auto;
    text-align: center;
  }
  .aside-col {
    height: auto;
    background-color: #000000;
    overflow: hidden;
  }
  .form-area-background {
    height: auto;
    min-height: calc(100vh - 190px);
    overflow-y: hidden;
    background-image: url(/images/bg-loreal.jpg);
    background-repeat: no-repeat;
    background-position: right bottom -200px;
    background-size: cover;
    margin: 0 -15px;
    background-size: 50% auto;
    background-attachment: fixed;
  }
  .form-area {
    padding: 50px;
    background: rgba(255, 255, 255, 0.7);
    width: 460px;
    margin: 60px auto;
  }
  #desktop-header {
    height: 40px;
  }
  #footer-links {
    border: none;
    margin-top: 0;
    padding: 20px 0;
  }
  .footer-logo-area {
    margin-top: 20px;
  }
  .footer-logo-area img {
    width: 94px;
    height: 90px;
  }
  #footer-links ul li {
    display: inline;
    margin: 0px 10px;
  }
  .aside {
    text-align: center;
    width: 500px;
    margin: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    margin-left: -250px;
  }
  .aside-desc {
    color: #4a4a4a;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 30px 0;
  }
  .aside-text {
    color: #cfcfcf;
    font-size: 22px;
  }
  .aside-text p {
    margin-bottom: 0;
  }
  .aside-text a {
    color: #cfcfcf;
    text-decoration: underline;
  }
}

/* CSS FOR DESKTOP */
@media only screen and (max-width: 992px) {
  .reg-body {
    position: relative;
  }

  #reg-left {
    position: inherit;
  }

  #reg-right {
    position: inherit;
  }

  #reg-container {
    height: inherit;
  }

  .login-area-background {
    height: inherit;
  }
}

/* Social Sign Up */

.loreal-access-sign-in-container {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.loreal-access-login-text {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.loreal-link-style {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=1);
}

.loreal-access-login-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /*display: none;*/ /* Hide Facebook link on HP*/
}

.loreal-access-login-button {
  position: relative;
  width: 15em;
  height: 3em;
  margin: 10px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.loreal-login-button-icon {
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.loreal-access-facebook-icon {
  background-image: url(../images/facebook-icon.png);
}

.loreal-access-fb-icon {
  height: 40px;
  width: 40px;
}

.loreal-access-email-icon {
  height: 40px;
  width: 40px;
}

.loreal-access-linkedin-icon {
  background-image: url(../images/linkedin-icon.png);
}

.loreal-access-facebook-color {
  /*background-color: #3b5998;*/
  background-color: black;
}

.loreal-access-facebook-color:hover {
  /*background-color: #476dbe;*/
  background-color: #404040;
}

.loreal-access-linkedin-color {
  background-color: #0e76a8;
}

.loreal-access-linkedin-color:hover {
  background-color: #1494cf;
}

.loreal-access-login-lower-line {
  margin: 7px;
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: black;
  margin-bottom: 30px;
}

.asterisk {
  color: #ee3890;
}

.asterisk_message {
  color: #ee3890;
  font-size: 13px;
  position: relative;
}

.ssoMessage {
  color: 000000;
  font-size: 13px;
  position: relative;
}

/*  Google ReCaptcha invisible 
.grecaptcha-badge {
  visibility: hidden;
}
*/
