/*BASE*/
.header-content {
  display: none !important;
}

a {
  color: #000;
}

.content_form_wrapper {
  overflow: hidden;
  background-color: #FFF;
  padding: 70px 0;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  font-weight: 300;
  line-height: 1.2em;
  min-height: calc(100vh - 185px);
}

.section-inside {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.mt-50 {
  margin-top: 50px;
}

/*MEDAILLONS*/
.medaillon {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #FFF;
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: center;
}

.medaillon.medaillon-little {
  width: 66px;
  height: 66px;
  margin: 0 auto;
}

.medaillon.medaillon-max-little {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.medaillon.icon-breguet {
  background-image: url(../assets/img/breguet.svg);
  background-size: 88%;
}

.medaillon.icon-catalogue {
  background-image: url(../assets/img/magazine.svg);
}

.liseret {
  position: relative;
  text-align: center;
  padding: 45px;
  margin-bottom: 35px;
}

.liseret.little {
  padding: 28px;
}

.liseret:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  z-index: 1;
}

.liseret .medaillon_c {
  position: absolute;
  left: 50%;
  background-color: #FFF;
  padding: 0 20px;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/* TITLE*/
.box_title {
  text-align: center;
}

.box_title .box_title__title {
  font-family: "TrajanProRegular", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  color: #252e3c;
  margin: 0 0 20px 0;
}

.box_title .box_title__subtitle {
  font-size: 18px;
  color: #252e3c;
  margin: 0;
  line-height: 1.2em;
}

/* BTN*/
.form-group {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.form-group .form-element {
  margin-bottom: 10px;
  /*text-align: center;*/
}

.form-group .form-element button.btn_submit, .aw-crm .form-group .form-element input[type=submit] {
  width: 100%;
  border: 0px;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  margin: 0px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  max-width: 450px;
}

.listing-menu {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.listing-menu .item {
  float: left;
  width: 50%;
  font-size: 0;
  padding: 10px 10px 5px;
  transition: all .3s linear;
  background: url("../../../../themes/breguet/images/bg/bg-watches-number.png") center bottom no-repeat;
}

.listing-menu .item h2 {
  font-size: 18px;
}

@media (max-width: 680px) {
  .listing-menu .item {
    width: 100%;
  }
}

.listing-menu .item img {
  display: block;
  width: 100%;
  height: auto;
}

.listing-menu .item h2 {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
  display: block;
  margin: 8px 0 0;
  text-align: center;
  color: #2a3444;
}

.listing-menu .item h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  transition: opacity .3s linear;
  opacity: 0;
  border-radius: 50%;
  background: #c6b29c url("../../../../themes/breguet/images/puces/arrow-right_white.png") no-repeat center;
}

.listing-menu .item:hover {
  background: white;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.listing-menu .item:hover h2:after {
  opacity: 1;
}

.listing-menu:after {
  display: block;
  clear: both;
  content: '';
}

#user-pass,
.aw-crm-form-login {
  margin: 50px auto 0;
  max-width: 900px !important;
}

#user-pass .form-required,
.aw-crm-form-login .form-required {
  display: none;
}

#user-pass .container-field,
.aw-crm-form-login .container-field {
  font-size: 0;
  width: 49%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

#user-pass .form-group label,
.aw-crm-form-login .form-group label {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #252e3c;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  line-height: 1.2em;
  margin-bottom: 5px;
  display: block;
}

#user-pass .form-group .form-element,
.aw-crm-form-login .form-group .form-element {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  padding: 5px 15px 3px 15px;
  background: #fbfbfb;
  border-radius: 0px;
  color: #252e3c;
  font-weight: 300;
  height: 50px;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  -webkit-appearance: none;
  text-align: left;
}

#user-pass .form-group input[type=submit],
.aw-crm-form-login .form-group input[type=submit] {
  width: 100%;
  border: 0;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  font-family: "HelveticaNeueCondensed", "sans-serif";
}

#user-pass .container-submit,
.aw-crm-form-login .container-submit {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

#user-pass .link-undeline,
.aw-crm-form-login .link-undeline {
  text-decoration: underline;
}

@media (max-width: 680px) {
  #user-pass .container-field,
  .aw-crm-form-login .container-field {
    width: 100%;
  }
}

.loader {
  width: 60px;
  height: 35px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.container-loader {
  background: rgba(11, 34, 56, 0.3);
  height: calc(100vh - 185px);
  width: 100%;
  z-index: 99;
}

.m-30 {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

select:focus, input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select {
  box-shadow: none !important;
}

.custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

input[type=checkbox] + label:focus:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-user-password a,
.page-user-login a {
  text-decoration: underline;
}

/* Password reset form */
.page-user-reset,
.page-user-password {
  background: white;
  text-align: center;
}

.page-user-reset .back-to-login,
.page-user-password .back-to-login {
  display: none;
}

.page-user-reset .tabs,
.page-user-password .tabs {
  display: none;
}

.page-user-reset .form-required,
.page-user-password .form-required {
  display: none;
}

.page-user-reset #content .block-system,
.page-user-password #content .block-system {
  max-width: 600px;
  margin: 0 auto;
  min-height: calc(100vh - 185px);
  padding: 70px 0;
}

.page-user-edit .form-item-current-pass {
  width: 36.3em;
  margin-top: 50px !important;
}

.page-user-edit .form-text {
  width: 100%;
}

.page-user-edit .password-suggestions {
  margin: 0 auto !important;
}

.page-user-edit .password-strength {
  margin: 0 auto 20px;
  float: initial;
}

.page-user-edit .form-wrapper {
  text-align: center;
}

.page-user-edit .form-item {
  margin: 0 auto;
}

.page-user-edit .form-item-pass {
  margin-top: 50px;
}

.page-user-edit div.password-confirm {
  display: none;
}

.page-user-edit .tabs,
.page-user-edit #edit-timezone,
.page-user-edit #edit-locale,
.page-user-edit .form-item-mail {
  display: none;
}

.page-user-edit h1,
.page-user-reset h1,
#user-pass h1 {
  display: none;
}

.page-user-edit label,
.page-user-reset label,
#user-pass label {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #252e3c;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  line-height: 1.2em;
  margin-bottom: 5px;
  display: block;
}

.page-user-edit input,
.page-user-reset input,
#user-pass input {
  width: 90%;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  padding: 5px 15px 3px 15px;
  background: #fbfbfb;
  border-radius: 0px;
  color: #252e3c;
  font-weight: 300;
  height: 50px;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}

.page-user-edit input[type='submit'],
.page-user-reset input[type='submit'],
#user-pass input[type='submit'] {
  width: 100%;
  border: 0;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  text-align: center;
  margin: 30px auto;
}

.page-user-edit .container-link a,
.page-user-reset .container-link a,
#user-pass .container-link a {
  margin: 0 20px;
}

body.style_jd {
  color: #000000;
}

body.style_jd #messages {
  position: absolute;
  top: 115px;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.style_jd #messages .messages {
  background-position: 8px 50% !important;
}

body.style_jd.page-user-reset #edit-submit:hover, body.style_jd.page-user-edit #edit-submit:hover {
  background: #252e3c !important;
}

body.style_jd #user-pass-reset {
  margin-top: 50px;
}

body.style_jd #user-pass-reset p {
  margin-bottom: 10px;
}

body.style_jd .liseret:before {
  display: none;
}

body.style_jd .liseret .medaillon {
  background-image: url(../assets/img/jd.svg);
  border: 0px;
}

body.style_jd #content_wraper {
  top: 0 !important;
}

body.style_jd .box_account__title,
body.style_jd .box_title__title {
  font-family: "gill_sansregular";
}

body.style_jd .box_title__title,
body.style_jd .box_title__subtitle {
  color: #000000;
  line-height: initial;
}

body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.datepicker > ngb-datepicker .ngb-dp-header select,
body.style_jd .form-group .form-element button.btn_submit,
body.style_jd .form-group .form-element input[type=submit],
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label span,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label span,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label span,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label span,
body.style_jd .form-group .form-element textarea,
body.style_jd .form-group .form-element input[type=password],
body.style_jd .form-group .form-element input[type=email],
body.style_jd .form-group .form-element input[type=text],
body.style_jd .form-group .form-element select,
body.style_jd .datepicker select,
body.style_jd .form-element label,
body.style_jd .form-group > .fake-label,
body.style_jd .form-group label,
body.style_jd .content_form_wrapper {
  font-family: "gill_sansregular" !important;
}

body.style_jd .datepicker select {
  color: #000000;
}

body.style_jd .form-element label {
  color: #000000;
}

body.style_jd .form-element label span {
  color: #000000;
}

body.style_jd .form-group .form-element button.btn_submit,
body.style_jd .form-group .form-element input[type=submit] {
  background-color: #000000;
  text-transform: uppercase;
}

body.style_jd input[type=submit] {
  text-transform: uppercase;
}

body.style_jd p,
body.style_jd .form-group .form-element textarea,
body.style_jd .form-group .form-element input[type=password],
body.style_jd .form-group .form-element input[type=email],
body.style_jd .form-group .form-element input[type=text],
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label.little span,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label.little span,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label.little span,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label.little span,
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.datepicker > ngb-datepicker .ngb-dp-header select,
body.style_jd .form-group > .fake-label,
body.style_jd .form-group > label {
  color: #000000;
}

body.style_jd .wildcart, body.style_jd .form-required {
  color: red !important;
}

body.style_jd.page-user-password label {
  display: block;
}

body.style_jd.page-user-login #content_wraper .section-inside {
  padding-top: 0;
}

body.style_jd #aw-crm-form-login label,
body.style_jd #aw-crm-form-login input,
body.style_jd #user-pass label,
body.style_jd #user-pass input {
  font-family: "gill_sansregular" !important;
}

body.style_jd #aw-crm-form-login input[type='submit'],
body.style_jd #user-pass input[type='submit'] {
  text-shadow: none;
  background: #000000;
}

.container-iframe {
  padding-top: 100px;
}

#unsubscribeNewsletters {
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 660px) {
  #unsubscribeNewsletters {
    height: 950px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body.style_jd {
  color: #000000;
}

body.style_jd #messages {
  position: absolute;
  top: 115px;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.style_jd #messages .messages {
  background-position: 8px 50% !important;
}

body.style_jd.page-user-reset #edit-submit:hover, body.style_jd.page-user-edit #edit-submit:hover {
  background: #252e3c !important;
}

body.style_jd #user-pass-reset {
  margin-top: 50px;
}

body.style_jd #user-pass-reset p {
  margin-bottom: 10px;
}

body.style_jd .liseret:before {
  display: none;
}

body.style_jd .liseret .medaillon {
  background-image: url(../assets/img/jd.svg);
  border: 0px;
}

body.style_jd #content_wraper {
  top: 0 !important;
}

body.style_jd .box_account__title,
body.style_jd .box_title__title {
  font-family: "gill_sansregular";
}

body.style_jd .box_title__title,
body.style_jd .box_title__subtitle {
  color: #000000;
  line-height: initial;
}

body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.datepicker > ngb-datepicker .ngb-dp-header select,
body.style_jd .form-group .form-element button.btn_submit,
body.style_jd .form-group .form-element input[type=submit],
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label span,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label span,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label span,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label span,
body.style_jd .form-group .form-element textarea,
body.style_jd .form-group .form-element input[type=password],
body.style_jd .form-group .form-element input[type=email],
body.style_jd .form-group .form-element input[type=text],
body.style_jd .form-group .form-element select,
body.style_jd .datepicker select,
body.style_jd .form-element label,
body.style_jd .form-group > .fake-label,
body.style_jd .form-group label,
body.style_jd .content_form_wrapper {
  font-family: "gill_sansregular" !important;
}

body.style_jd .datepicker select {
  color: #000000;
}

body.style_jd .form-element label {
  color: #000000;
}

body.style_jd .form-element label span {
  color: #000000;
}

body.style_jd .form-group .form-element button.btn_submit,
body.style_jd .form-group .form-element input[type=submit] {
  background-color: #000000;
  text-transform: uppercase;
}

body.style_jd input[type=submit] {
  text-transform: uppercase;
}

body.style_jd p,
body.style_jd .form-group .form-element textarea,
body.style_jd .form-group .form-element input[type=password],
body.style_jd .form-group .form-element input[type=email],
body.style_jd .form-group .form-element input[type=text],
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label.little span,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label.little span,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label.little span,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label.little span,
body.style_jd .form-group .form-element.checkbox-input input[type=radio] + label,
body.style_jd .form-group .form-element.checkbox-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.radio-input input[type=radio] + label,
body.style_jd .form-group .form-element.radio-input input[type=checkbox] + label,
body.style_jd .form-group .form-element.datepicker > ngb-datepicker .ngb-dp-header select,
body.style_jd .form-group > .fake-label,
body.style_jd .form-group > label {
  color: #000000;
}

body.style_jd .wildcart, body.style_jd .form-required {
  color: red !important;
}

body.style_jd.page-user-password label {
  display: block;
}

body.style_jd.page-user-login #content_wraper .section-inside {
  padding-top: 0;
}

body.style_jd #aw-crm-form-login label,
body.style_jd #aw-crm-form-login input,
body.style_jd #user-pass label,
body.style_jd #user-pass input {
  font-family: "gill_sansregular" !important;
}

body.style_jd #aw-crm-form-login input[type='submit'],
body.style_jd #user-pass input[type='submit'] {
  text-shadow: none;
  background: #000000;
}

.container-iframe {
  padding-top: 100px;
}

#unsubscribeNewsletters {
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 660px) {
  #unsubscribeNewsletters {
    height: 950px;
  }
}

/*BASE*/
.header-content {
  display: none !important;
}

a {
  color: #000;
}

.content_form_wrapper {
  overflow: hidden;
  background-color: #FFF;
  padding: 70px 0;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  font-weight: 300;
  line-height: 1.2em;
  min-height: calc(100vh - 185px);
}

.section-inside {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.mt-50 {
  margin-top: 50px;
}

/*MEDAILLONS*/
.medaillon {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #FFF;
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: center;
}

.medaillon.medaillon-little {
  width: 66px;
  height: 66px;
  margin: 0 auto;
}

.medaillon.medaillon-max-little {
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.medaillon.icon-breguet {
  background-image: url(../assets/img/breguet.svg);
  background-size: 88%;
}

.medaillon.icon-catalogue {
  background-image: url(../assets/img/magazine.svg);
}

.liseret {
  position: relative;
  text-align: center;
  padding: 45px;
  margin-bottom: 35px;
}

.liseret.little {
  padding: 28px;
}

.liseret:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  z-index: 1;
}

.liseret .medaillon_c {
  position: absolute;
  left: 50%;
  background-color: #FFF;
  padding: 0 20px;
  z-index: 2;
  transform: translate(-50%, -50%);
}

/* TITLE*/
.box_title {
  text-align: center;
}

.box_title .box_title__title {
  font-family: "TrajanProRegular", "sans-serif";
  font-size: 42px;
  font-weight: normal;
  color: #252e3c;
  margin: 0 0 20px 0;
}

.box_title .box_title__subtitle {
  font-size: 18px;
  color: #252e3c;
  margin: 0;
  line-height: 1.2em;
}

/* BTN*/
.form-group {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.form-group .form-element {
  margin-bottom: 10px;
  /*text-align: center;*/
}

.form-group .form-element button.btn_submit, .aw-crm .form-group .form-element input[type=submit] {
  width: 100%;
  border: 0px;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  margin: 0px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  max-width: 450px;
}

.listing-menu {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.listing-menu .item {
  float: left;
  width: 50%;
  font-size: 0;
  padding: 10px 10px 5px;
  transition: all .3s linear;
  background: url("../../../../themes/breguet/images/bg/bg-watches-number.png") center bottom no-repeat;
}

.listing-menu .item h2 {
  font-size: 18px;
}

@media (max-width: 680px) {
  .listing-menu .item {
    width: 100%;
  }
}

.listing-menu .item img {
  display: block;
  width: 100%;
  height: auto;
}

.listing-menu .item h2 {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
  display: block;
  margin: 8px 0 0;
  text-align: center;
  color: #2a3444;
}

.listing-menu .item h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  transition: opacity .3s linear;
  opacity: 0;
  border-radius: 50%;
  background: #c6b29c url("../../../../themes/breguet/images/puces/arrow-right_white.png") no-repeat center;
}

.listing-menu .item:hover {
  background: white;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.listing-menu .item:hover h2:after {
  opacity: 1;
}

.listing-menu:after {
  display: block;
  clear: both;
  content: '';
}

#user-pass,
.aw-crm-form-login {
  margin: 50px auto 0;
  max-width: 900px !important;
}

#user-pass .form-required,
.aw-crm-form-login .form-required {
  display: none;
}

#user-pass .container-field,
.aw-crm-form-login .container-field {
  font-size: 0;
  width: 49%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

#user-pass .form-group label,
.aw-crm-form-login .form-group label {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #252e3c;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  line-height: 1.2em;
  margin-bottom: 5px;
  display: block;
}

#user-pass .form-group .form-element,
.aw-crm-form-login .form-group .form-element {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  padding: 5px 15px 3px 15px;
  background: #fbfbfb;
  border-radius: 0px;
  color: #252e3c;
  font-weight: 300;
  height: 50px;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  -webkit-appearance: none;
  text-align: left;
}

#user-pass .form-group input[type=submit],
.aw-crm-form-login .form-group input[type=submit] {
  width: 100%;
  border: 0;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  font-family: "HelveticaNeueCondensed", "sans-serif";
}

#user-pass .container-submit,
.aw-crm-form-login .container-submit {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

#user-pass .link-undeline,
.aw-crm-form-login .link-undeline {
  text-decoration: underline;
}

@media (max-width: 680px) {
  #user-pass .container-field,
  .aw-crm-form-login .container-field {
    width: 100%;
  }
}

.loader {
  width: 60px;
  height: 35px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.container-loader {
  background: rgba(11, 34, 56, 0.3);
  height: calc(100vh - 185px);
  width: 100%;
  z-index: 99;
}

.m-30 {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

select:focus, input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select {
  box-shadow: none !important;
}

.custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

input[type=checkbox] + label:focus:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-user-password a,
.page-user-login a {
  text-decoration: underline;
}

/* Password reset form */
.page-user-reset,
.page-user-password {
  background: white;
  text-align: center;
}

.page-user-reset .back-to-login,
.page-user-password .back-to-login {
  display: none;
}

.page-user-reset .tabs,
.page-user-password .tabs {
  display: none;
}

.page-user-reset .form-required,
.page-user-password .form-required {
  display: none;
}

.page-user-reset #content .block-system,
.page-user-password #content .block-system {
  max-width: 600px;
  margin: 0 auto;
  min-height: calc(100vh - 185px);
  padding: 70px 0;
}

.page-user-edit .form-item-current-pass {
  width: 36.3em;
  margin-top: 50px !important;
}

.page-user-edit .form-text {
  width: 100%;
}

.page-user-edit .password-suggestions {
  margin: 0 auto !important;
}

.page-user-edit .password-strength {
  margin: 0 auto 20px;
  float: initial;
}

.page-user-edit .form-wrapper {
  text-align: center;
}

.page-user-edit .form-item {
  margin: 0 auto;
}

.page-user-edit .form-item-pass {
  margin-top: 50px;
}

.page-user-edit div.password-confirm {
  display: none;
}

.page-user-edit .tabs,
.page-user-edit #edit-timezone,
.page-user-edit #edit-locale,
.page-user-edit .form-item-mail {
  display: none;
}

.page-user-edit h1,
.page-user-reset h1,
#user-pass h1 {
  display: none;
}

.page-user-edit label,
.page-user-reset label,
#user-pass label {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #252e3c;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  line-height: 1.2em;
  margin-bottom: 5px;
  display: block;
}

.page-user-edit input,
.page-user-reset input,
#user-pass input {
  width: 90%;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  padding: 5px 15px 3px 15px;
  background: #fbfbfb;
  border-radius: 0px;
  color: #252e3c;
  font-weight: 300;
  height: 50px;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}

.page-user-edit input[type='submit'],
.page-user-reset input[type='submit'],
#user-pass input[type='submit'] {
  width: 100%;
  border: 0;
  line-height: 26px;
  padding: 8px 40px 6px 40px;
  background: #252e3c;
  border-radius: 0px;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  font-family: "HelveticaNeueCondensed", "sans-serif";
  text-align: center;
  margin: 30px auto;
}

.page-user-edit .container-link a,
.page-user-reset .container-link a,
#user-pass .container-link a {
  margin: 0 20px;
}
