.connexion-box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 3px -3px 15px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
  font-family: AvenirRoman, sans-serif;
  font-size: 20px;
}
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="text"] {
  border-width: 0 0 1px 0;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 20px;
  padding-left: 0;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="text"]:active {
  box-shadow: none;
}
.color-green {
  color: #1CAE86;
}
.text-description {
  font-size: 2rem;
}
label.control-label, span.fieldset-legend {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  display: inline-block !important;
  width: 100%;
}
.w-55 {
  width: 55% !important;
}
.w-45 {
  width: 45% !important;
}
.form-group {
  margin-bottom: 2.5rem !important;
}
input#edit-name {
  margin-top: 0;
}
.form-inline {
  display: inline-block;
  width: 100%;
}
div#edit-settings-profiles-0-entity-customer-offers,
div#edit-customer-offers {
  display: flex;
  flex-flow: wrap;
  place-items: flex-end;
  align-content: stretch;
  justify-content: space-between;
  max-height: 152px;
  overflow-y: scroll;
}
div#edit-customer-offers {
  max-height: unset;
  overflow-y: unset;
}
div#edit-settings-profiles-0-entity-customer-offers .checkbox label input,
div#edit-customer-offers .checkbox label input {
  width: 0;
  height: 0;
}
div#edit-settings-profiles-0-entity-customer-offers label.control-label,
div#edit-customer-offers label.control-label {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
  width: 100%;
  padding: 0.3rem 1rem 0.1rem 1rem;
}
div#edit-settings-profiles-0-entity-customer-offers label.control-label.checked,
div#edit-customer-offers label.control-label.checked {
  background-color: #076CB7;
  border: 1px solid #1CAE86;
  color: #ffffff;
}
div#edit-settings-profiles-0-entity-customer-offers .checkbox label,
div#edit-customer-offers .checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #1CAE86;
  font-size: 1.5rem;
  display: flex;
  text-align: center;
}
.form-item-terms-of-use.js-form-item-terms-of-use.checkbox label.control-label {
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 0;
  display: inline-block !important;
  width: 100%;
}
.eye-open {
  background: url("images/eye-open.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

.eye-close {
  background: url("images/eye-close.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: 20px;
}

.shwpd{
  float: right;
  margin-left: -35px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .xs-w-100 {
    width: 100% !important;
  }
}
