.content-pages {
  margin: 10px 0 20px;
}

.checkbox label, .radio label {
  padding-left: 0;
}


.input-text {
  padding: 10px 12px;
}


#page #emotions-modal .login-modal .editor-new-container, #page .emotions-editor-selector .editor-new-container {
  margin: 0;
}

#login-section .remember-email-container {
  margin-top: 8px;
  margin-bottom: 15px;
}

#login-section .remember-email-container .checkbox {
  margin: 0;
  margin-left: 8px;
}

.emotions-editor-selector .editor-new-container {
  position: relative;
  padding: 6px;
}

.emotions-editor-selector .editor-new-container .editor-new-selector {
  position: absolute;
  top: 32px;
  left: 25px;
}

.emotions-editor-selector .editor-new-container .editor-new-title label {
  font-weight: 700;
}

.emotions-editor-selector .editor-new-container .editor-new-title .cr {
  margin-top: 4px;
}

.emotions-editor-selector .editor-old-container .editor-old-selector {
  position: absolute;
  top: 8px;
  left: 25px;
}

.emotions-editor-selector .editor-old-container {
  position: relative;
  margin-top: 20px;
}


.emotions-editor-selector .editor-old-description {
  text-align: left;
  font-size: 1em;
  padding-left: 38px;
  margin-top: -5px;
}


.emotions-editor-selector .editor-old-title {
  text-align: left;
  font-size: 9pt;
}

.emotions-editor-selector .editor-old-title .cr-lg {
  margin-top: 4px;
}

.emotions-editor-selector .editor-old-title .checkbox {
  margin: 0;
}

.emotions-editor-selector .editor-old-title .checkbox label {
  padding-left: 8px;
}


.emotions-editor-selector .editor-new-title {
  text-align: left;
  color: #fff;
}

.emotions-editor-selector .editor-new-title .checkbox {
  margin: 0;
}

.emotions-editor-selector .editor-new-title .checkbox label {
  padding-left: 0;
}

.emotions-editor-selector .editor-new-description {
  padding-left: 27px;
  font-size: 1em;
  margin-top: -5px;
}

.lost_password {
  font-size: 1.2em;
  margin: 0;
  padding: 10px 4px;
}
.lost_password a {
  color: var(--primary-color);
  text-decoration: underline;
}

.lost_password.hightlight a {
  font-weight: 600;
  animation-duration: 1200ms;
}

form p {
  padding-bottom: 5px;
}

form label {
  padding: 0;
}

#register-section {
  border-left: 1px solid #ddd;
}

#register-section .register-container {
  margin-left: 30px;
}

#acept-terms {
  display: block;
  margin-left: 4px;
}

.password-description {
  margin-top: -10px;
  display: block;
}

.password-description .error-message {
  color: red;
  font-size: 17px;
  font-weight: 600;
}

.checkbox-container {
  padding-top: 10px;
}

.login-button {
  margin-top: 10px;
  font-size: 1.5em;
  border-radius: 0.25em;
  background-color: var(--primary-color) !important;
}

.login-register-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login-register-page h3 {
  font-weight: bold;
  margin-bottom: 4px;
}

.login-register-page form.login {
  padding-right: 32px;
}

.login-register-page .birthday-selects .custom-select {
  width: 30%;
  margin-right: 4px;
  padding: 0;
}

.login-register-page .register-button button {
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18pt;
}

#register-login-banner {
  font-size: 22px;
  text-align: center;
  font-weight: bolder;
  color: #fff;
  line-height: 2em;
  padding: 2em 1em;
  background-color: #41B985;
  margin-bottom: 1em;
  border-radius: 0.25em;
  display: flex;
  gap: 1em;
}

#register-login-banner {
  padding: 1em 1em;
  font-size: 20px;
/*  position: relative;*/
}

#register-login-banner .register-login-banner-icon {
  /*position: absolute;
  top: 10px;*/
}

#register-login-banner .register-login-banner-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}

#register-login-banner .register-login-banner-text .discount {
  font-weight: bold;
}

@media screen and (max-width: 991px) {

  #register-login-banner {
    padding: 0.5em 0.5em;
  }

  #register-login-banner .register-login-banner-text {
    font-size: 13px;
    text-align: center;
  }

  #register-login-banner .register-login-banner-text br {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .login-register-page form.login {
    border-right: none;
    padding-right: 0;
  }

  #register-section .register-container {
    margin-left: 0;
  }

  #login-register-mobile-tabs {
    width: 100%;
  }

  #register-section {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #login-section {
    display: block !important;
  }
  #register-section {
    display: block !important;
  }
}
