html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #00576c;
  border: 0 \9;
}
select,
input,
textarea {
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  max-width: 100%;
}
input:readonly,
input:disabled {
  background: #DADADA;
}
input[type="radio"] {
  width: auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  padding: 0 25px;
  background: url(/themes/cards/img/reset/arrow-select.png) center right 5px no-repeat;
}
textarea:focus,
input:focus {
  outline: none;
}
blockquote {
  padding: 2px 8px 2px 20px;
  font-style: italic;
  border-width: 0;
  border-left-width: 5px;
  border-style: solid;
  border-color: #ccc;
}
.page-name__title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.empty__desc {
  text-align: center;
  font-size: 18px;
}
.required:after {
  content: '*';
  color: #00576c;
  margin-left: 2px;
}
.log .page-name__title {
  margin: 0;
}
.breadcrumb {
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin: 30px 0;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.breadcrumb li a {
  background: #00576c;
  color: #ffffff;
  float: left;
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb li a:hover {
  background: #002e39;
}
.breadcrumb .current {
  background: #002e39;
}
.header_onglets .sp_header {
  display: none;
}
.cookies {
  background: #333333;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  text-align: center;
  z-index: 900;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
.cookies__desc {
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.cookies__desc-link {
  color: #ffffff;
  text-decoration: underline;
}
.cookies__btn {
  line-height: 1;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.header {
  position: relative;
}
.header .navbar:before,
.header .navbar:after {
  content: " ";
  display: table;
}
.header .navbar:after {
  clear: both;
}
.header .navbar .nav {
  padding: 0;
  margin: 0;
}
.header .navbar .nav--dropdown {
  display: none;
}
.header .navbar .nav__item {
  list-style-type: none;
  display: block;
  position: relative;
}
.header .navbar .nav__link {
  position: relative;
  font-weight: 400;
  display: block;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}
.header .navbar .nav__link--top {
  color: #ffffff;
}
.header .navbar--desktop {
  display: block;
}
@media (max-width: 768px) {
  .header .navbar--desktop {
    display: none;
  }
}
.header .navbar--desktop .nav--left {
  float: left;
  margin-left: -15px;
}
.header .navbar--desktop .nav--left .nav__item--top:hover .nav__link--top {
  background-color: #006c86;
}
.header .navbar--desktop .nav--left .nav__item--top:hover .nav__link--top:not(.selected):before {
  width: 100%;
  left: 0;
}
.header .navbar--desktop .nav--left .nav__link--top {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header .navbar--desktop .nav--left .nav__link--top.selected:before {
  width: 100%;
  left: 0;
}
.header .navbar--desktop .nav--left .nav__link--top:before {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  -moz-transition: left 0.2s ease, width 0.2s ease;
  -o-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
}
.header .navbar--desktop .nav--right {
  float: right;
  margin-right: -15px;
  text-align: right;
}
.header .navbar--desktop .nav--right .nav--dropdown {
  right: 0;
  left: auto;
}
.header .navbar--desktop .nav--dropdown {
  z-index: 1000000;
  position: absolute;
  border: 1px solid #dddddd;
  border-top: none;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
}
.header .navbar--desktop .nav__item--top {
  float: left;
  position: relative;
}
.header .navbar--desktop .nav__item--top:hover .nav--dropdown {
  display: block;
}
.header .navbar--desktop .nav__item--dropdown {
  white-space: nowrap;
}
.header .navbar--desktop .nav__item--dropdown:hover,
.header .navbar--desktop .nav__item--dropdown.selected {
  background: #f2f2f2;
}
.header .navbar--desktop .nav__link--dropdown {
  color: #000000;
}
.header .navbar--mobile {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .header .navbar--mobile {
    display: block;
  }
}
.header .navbar--mobile__hamburger {
  height: 20px;
  width: 30px;
  position: relative;
  cursor: pointer;
  float: left;
}
.header .navbar--mobile__hamburger-bar {
  display: block;
  content: " ";
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  -o-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
}
.header .navbar--mobile__hamburger-bar:first-child {
  top: 0;
}
.header .navbar--mobile__hamburger-bar:nth-child(2) {
  top: 8px;
  opacity: 1;
}
.header .navbar--mobile__hamburger-bar:nth-child(3) {
  top: 16px;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar {
  top: 11px;
  -webkit-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  -moz-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  -o-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .navbar--mobile .nav--mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 800;
  background: #00576c;
}
.header .navbar--mobile .nav--dropdown {
  background-color: #004253;
}
.header .navbar--mobile .nav__item--top:hover {
  background-color: #006c86;
}
.header .navbar--mobile .nav__item--dropdown:hover {
  background-color: #002e39;
}
.header .navbar--mobile .nav__link--dropdown {
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.header .navbar--mobile .nav__down {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0.4;
}
.footer {
  background-color: #333333;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer__link {
  padding: 0 10px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer__link a {
  color: #ffffff;
}
.log .page-name .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 980px) {
  .log .page-name .container {
    width: 100%;
  }
}
.log .page-name .wrapper {
  padding-top: 0;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #2B2B2B;
  background: rgba(43,43,43,0.9);
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  font-size: 60px;
}
.loader__spinner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form__field {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.form__field .label {
  margin-bottom: 5px;
}
.form__field .label,
.form__field .input,
.form__field .select,
.form__field .textarea {
  display: block;
}
.form__field .input,
.form__field .select,
.form__field .textarea {
  width: 100%;
  color: #858585;
  border: 1px solid #858585;
}
.form__title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.form__title:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #00576c;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__obligation {
  text-align: right;
  margin: 0;
}
.table--responsive {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.table--responsive td,
.table--responsive th {
  padding: 10px;
  text-align: center;
}
.table--responsive thead > tr {
  background: #00576c;
  color: #ffffff;
}
.table--responsive thead > tr th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.table--responsive tbody > tr {
  background: #efefef;
  border-bottom: 1px solid #e0e0e0;
}
.table--responsive tbody > tr:last-child {
  border: 0;
}
.table--responsive tbody > tr td tbody > tr {
  background: #ffffff;
}
.table--responsive tfoot > tr {
  background: #e0e0e0;
  border-bottom: 1px solid #c0c0c0;
}
.table--responsive tfoot > tr:last-child {
  border: 0;
}
.table--responsive tfoot > tr td {
  font-weight: 500;
}
.table-overflow {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.table--left th,
.table--left td {
  text-align: left;
}
.table--right th,
.table--right td {
  text-align: right;
}
.table__title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 10px;
}
.table__title:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #00576c;
  width: 100%;
}
.table__link {
  color: #000000;
  cursor: pointer;
}
.table--mb {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .table--responsive tr {
    display: block;
    margin-bottom: 20px;
  }
  .table--responsive tr td {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    text-align: right;
  }
  .table--responsive tr td:before {
    content: attr(data-title);
    float: left;
    font-weight: 500;
  }
  .table--responsive tr td:last-child {
    border: 0;
  }
  .table--responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table--responsive tbody tr,
  .table--responsive tfoot tr {
    border: none;
  }
  .table--responsive tfoot > tr td {
    border-bottom: 1px solid #c0c0c0;
  }
  .table--responsive tfoot > tr td:last-child {
    border: 0;
  }
}
.progress-bar {
  padding: 15px 15px 0 15px;
}
.progress-bar__lay {
  background: white;
  height: 11px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.progress-bar__pro {
  height: 11px;
  left: 0;
  background-size: 50px 50px;
  animation: 3s linear 0s normal none infinite running move;
  background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-color: #00576c;
}
.progress-bar__per {
  font-size: 0;
  margin-top: 2px;
}
.progress-bar__pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15px 10px 15px;
  border-color: transparent transparent #555555 transparent;
}
.progress-bar__desc {
  width: 30px;
  color: #ffffff;
  line-height: 18px;
  white-space: nowrap;
  background-color: #555555;
  font-size: 11px;
  text-align: center;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.alert {
  padding: 15px 30px 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert--danger {
  color: #a94442;
  background-color: #f2dedd;
  border-color: #ebccd1;
}
.alert--danger .btn {
  background-color: #a94442;
  border: 2px solid #a94442;
  color: #ffffff;
}
.alert--success {
  color: #3c763d;
  background-color: #dff0d9;
  border-color: #d6e9c6;
}
.alert--success .btn {
  background-color: #3c763d;
  border: 2px solid #3c763d;
  color: #ffffff;
}
.alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e4;
  border-color: #faebcc;
}
.alert--warning .btn {
  background-color: #8a6d3b;
  border: 2px solid #8a6d3b;
  color: #ffffff;
}
.alert--info {
  color: #31708f;
  background-color: #d9edf8;
  border-color: #bce8f1;
}
.alert--info .btn {
  background-color: #31708f;
  border: 2px solid #31708f;
  color: #ffffff;
}
.alert__desc {
  font-weight: 700;
}
.error {
  text-align: center;
}
.error__name {
  color: #00576c;
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
  margin: 0;
}
.error__desc {
  color: #00576c;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 40px;
}
.logo {
  background: #00576c;
}
.logo--white {
  background: #ffffff;
}
.logo--center .logo__img {
  margin: 0 auto;
}
.logo--right .logo__img {
  margin: 0 0 0 auto;
}
.logo--left .logo__img {
  margin: 0;
}
.logo__img {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 300px;
  max-height: 150px;
}
.header {
  background: #00576c;
}
.header .navbar--desktop .nav__profil {
  font-size: 18px;
}
.header .navbar--desktop .nav__logout {
  border-top: 1px solid #ddd;
}
.header .navbar--desktop .nav__name {
  font-weight: 700;
}
.header .navbar--desktop .nav__name--sub {
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.header .navbar--desktop .nav--right .bar {
  position: absolute;
  display: block;
  background: #00576c;
  height: 2px;
  width: 60%;
  bottom: 0;
  right: 15px;
}
.header .navbar--mobile__menu {
  float: left;
}
.header .navbar--mobile .nav__solde {
  text-transform: lowercase;
  text-align: right;
  color: #ffffff;
}
.pagination {
  text-align: center;
  position: relative;
  margin-top: 20px;
  cursor: default;
}
.pagination__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
  line-height: 1;
}
.pagination__link,
.pagination__control {
  color: #858585;
  display: block;
  width: auto;
  padding: 5px 7px;
  border: 1px solid transparent;
  cursor: pointer;
}
.pagination__link:hover:not(.selected):not(.pagination__link--unavailable),
.pagination__control:hover:not(.selected):not(.pagination__control--unavailable) {
  border: 1px solid #eeeeee;
}
.pagination__link.selected {
  background: #2980b9;
  color: #ffffff;
  cursor: default;
}
.pagination__control--unavailable {
  cursor: default;
  color: #eeeeee;
}
.btn {
  padding: 5px 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.btn--empty {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn--empty:hover {
  opacity: 0.6;
}
.btn--curve {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn--small {
  font-size: 11px;
  padding: 5px 15px;
}
.btn--primary {
  background-color: #00576c;
  border: 2px solid #00576c;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #00809f;
  border: 2px solid #00809f;
}
.btn--primary--empty {
  border: 2px solid #00576c;
  background: transparent;
  color: #00576c;
}
.btn--primary--empty:hover {
  border: 2px solid #00809f;
  color: #00809f;
}
.btn--secondary {
  background-color: #008bae;
  border: 2px solid #008bae;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #00b4e1;
  border: 2px solid #00b4e1;
}
.btn--secondary--empty {
  border: 2px solid #008bae;
  background: transparent;
  color: #008bae;
}
.btn--secondary--empty:hover {
  border: 2px solid #00b4e1;
  color: #00b4e1;
}
.btn--tertiary {
  background-color: #00576c;
  border: 2px solid #00576c;
  color: #ffffff;
}
.btn--tertiary:hover {
  background-color: #00809f;
  border: 2px solid #00809f;
}
.btn--tertiary--empty {
  border: 2px solid #00576c;
  background: transparent;
  color: #00576c;
}
.btn--tertiary--empty:hover {
  border: 2px solid #00809f;
  color: #00809f;
}
.btn--mt {
  margin-top: 30px;
}
.btn--mr {
  margin-right: 30px;
}
.btn--mb {
  margin-bottom: 30px;
}
.btn--ml {
  margin-left: 30px;
}
.card {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.card__img {
  font-size: 0;
}
.card__infos {
  padding: 20px;
}
.card__title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.card__subtitle {
  color: #858585;
  font-size: 13px;
  font-weight: 300;
  margin: 5px 0 20px;
}
.card__desc {
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.card--shadow {
  background-color: #fbfbfb;
  box-shadow: 2px 2px 4px #eeeeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card--shadow:hover {
  box-shadow: 4px 4px 8px #dddddd;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #00576c;
  background-attachment: fixed;
  display: table;
}
.log {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 15px 60px 15px;
}
.log__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.log__header {
  text-align: center;
}
.log__header-logo {
  padding-bottom: 15px;
  font-size: 0;
}
.log__header-logo--white {
  background: #ffffff;
  padding: 15px 0;
}
.log__nav {
  background-color: #333333;
  text-align: right;
}
.log__nav-link {
  padding: 30px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  line-height: 1;
}
.log__nav-link.selected:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -4px;
  bottom: 0 \9;
  height: 4px;
  background-color: #008bae;
  z-index: 10;
}
.log__content {
  background-color: #ffffff;
  padding: 60px 30px;
  position: relative;
}
.form--login {
  text-align: center;
}
.form--login .form__field {
  margin-bottom: 60px;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  color: #333333;
}
.form--login .form__field .picto {
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 18px;
}
.form--login .form__field .label {
  position: absolute;
  top: 0px;
  left: 40px;
  margin: 0;
  text-align: left;
  -webkit-transition: font-size 0.2s ease, top 0.2s ease;
  -moz-transition: font-size 0.2s ease, top 0.2s ease;
  -o-transition: font-size 0.2s ease, top 0.2s ease;
  transition: font-size 0.2s ease, top 0.2s ease;
  transform-origin: bottom left;
  color: #333333;
  cursor: text;
}
.form--login .form__field .label--capt {
  left: 85px;
}
.form--login .form__field .label.active {
  top: -14px;
  font-size: 9px;
}
.form--login .form__field .input {
  border: none;
  border-bottom: 1px solid #e1e5ec;
  padding: 0 0 5px 40px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  color: #333333;
}
.form--login .form__field .input--capt {
  padding-left: 85px;
}
.form--login .form__field .captcha {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
}
.form--login .btn--submit {
  padding: 5px 50px;
}
.form--login .forgot-footer {
  display: block;
}
.form--login .forgot-footer .forgot-pass {
  margin-right: 10px;
  bottom: 15px;
  left: 30px;
  color: #333333;
  font-size: 13px;
}
.legend {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
