div.com-users-login,
div.com-users-registration
{
  max-width: 500px;
  margin: 50px auto;
}
label.invalid
{
  border: none;
}
form#member-profile
{
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}
form#member-profile>fieldset
{
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  margin: 5px;
  flex-basis: calc((100% - 2* 10px) / 2);
}
form#member-profile>fieldset legend
{
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.5em;
  color: #914754;
}
body.com_users div.page-header
{
  background: none !important;
}
body.com_users div.page-header h1
{
  color: #914754;
}

body.squareForm main form
{
  max-width: 1300px;
  margin: auto;
  padding: 1em;
}
body.squareForm main form fieldset
{
  //background: #fff;
}
body.squareForm main form fieldset div.control-group .control-label
{
  position: relative;
}
body.squareForm main form fieldset div.hkform-group,
body.squareForm main form fieldset div.control-group
{
  position: relative;
  background: #914653;
  min-height: 50px;
}
body.squareForm main form fieldset div.hkform-group
{
  padding: 5px;
}
body.squareForm main form fieldset div.control-group
{
  
  padding: 5px 15px;
}
body.squareForm main form fieldset div.hkform-group label,
body.squareForm main form fieldset div.control-group label
{
  position: absolute;
  top:5px;
  left: 5px;
  z-index: 10;
  width: 100%;
  color: #ffffffff;
  text-align: left;
  background: none;  
  transition: top 0.2s ease-in-out, 
              left 0.2s ease-in-out, 
              color 0.2s ease-in-out;
}
body.squareForm main form fieldset div.hkform-group label.InputFocussedOrFilled,
body.squareForm main form fieldset div.control-group label.InputFocussedOrFilled
{
  top: -5px;
  left: -5px;
  color: #ffffffdd;
  transition: top 0.2s ease-in-out, 
              left 0.2s ease-in-out, 
              color 0.2s ease-in-out;
}
body.squareForm main form fieldset div.hkform-group div.text-muted
{
  color: #ff8398 !important;
  font-size: .8em;
  position: absolute;
  text-align: center;
  padding-top: 1px;
}
body.squareForm main>form fieldset div.hkform-group div
{
  z-index:15;
  width: 100%;
  position: relative;
  background: none;
}
body.squareForm main form fieldset input
{
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding-left: 20px;
  padding-top: 15px;
}
body.squareForm main form fieldset input:focus,body.squareForm main form fieldset input:-internal-autofill-selected {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
  -webkit-box-shadow: none !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #fff;
}
body.squareForm .form-control:focus {
    box-shadow: 0 0 0 .25rem #8c253a40;
}
body.squareForm input:-webkit-autofill {
    background-color: #ffffff00 !important;  /* Remplace la couleur imposée */
    color: #fff !important; /* Ajuste la couleur du texte si nécessaire */
    box-shadow: none !important; /* Force le fond */
}
body.squareForm main
{
  background:#8b3d4d; 
}

body.squareForm main form fieldset div.password-group .text-center
{
  color:#ffffff;
  font-weight: 500;
}

body.squareForm main form fieldset div.hikashop_registration_required_info_line
{
  background: #ffffff00;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
body.squareForm main form fieldset div.hikashop_registration_required_info_line span
{
  display: block;
  margin: auto;
}
body.squareForm .hikabtn, .hika_j2 .btn,
body.squareForm div.controls>buttom.btn
{
  text-decoration: none;
  color: #fff;
  background-color: #8e4352;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  display: block;
  margin: -5px 0;
  font-weight: 600;
  font-size: 1.5em;
}
body.squareForm .hikabtn:hover,
body.squareForm div.controls>buttom.btn:hover
{
  background-color: #8e4352;
}
body.squareForm button.input-password-toggle
{
    background-color: #8e4352;
    color: #ffffff;
}
body.squareForm h1,body.squareForm  h2, body.squareForm  h3.hikashop_registration_address_info_title
{
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: .5em;
}
body.squareForm .form-select optgroup, .custom-select optgroup, .form-select option, .custom-select option {
    color: #fff;
    background-color: #8e4352;
}
body.squareForm .form-select, .custom-select {
  cursor: pointer;
  border: var(--border-width) solid #ced4da;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 15.5l-7-7 1.4-1.4L12 12.7l5.6-5.6L19 8.5z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent ;
  max-width: calc(100% - 7em);
  margin-left: 7em;
  color: #fff;
}
div.hika_cpanel_icons span.hk-icon
{
  color: #904653;
}