.noborder {
  border: none !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.fullWidth {
  width: 100%;
}
.fullHeight {
  height: 100%;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-center {
  display: block;
  margin: 1rem auto;
}
.img-h-15 {
  height: 15px !important;
}
.img-h-20 {
  height: 20px !important;
}
.img-h-25 {
  height: 25px !important;
}
.img-h-30 {
  height: 30px !important;
}
.img-h-35 {
  height: 35px !important;
}
.img-h-40 {
  height: 40px !important;
}
.img-h-50 {
  height: 50px !important;
}
.img-h-60 {
  height: 60px !important;
}
.img-h-70 {
  height: 70px !important;
}
.img-h-80 {
  height: 80px !important;
}
.img-h-90 {
  height: 90px !important;
}
.img-h-100 {
  height: 100px !important;
}
.img-h-110 {
  height: 110px !important;
}
.img-h-120 {
  height: 120px !important;
}
.img-h-170 {
  height: 170px !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-underline {
  text-decoration: underline;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000000;
}
.bg-secondary {
  background: var(--clr-secondary);
}
.bg-primary {
  background: var(--clr-primary);
}
.bg-tertiary {
  background: var(--clr-tertiary);
}
.clr-white {
  color: #fff;
}
.clr-black {
  color: #000000;
}
.clr-secondary {
  color: var(--clr-secondary);
}
.clr-primary {
  color: var(--clr-primary);
}
.clr-tertiary {
  color: var(--clr-tertiary);
}
.flex {
  display: flex;
  flex-direction: column;
}
.fl-row {
  display: flex;
  flex-direction: row;
}
.fl-col {
  display: flex;
  flex-direction: column;
}
.fl-wrap {
  flex-wrap: wrap;
}
.fl-jc-center {
  justify-content: center;
}
.fl-jc-end {
  justify-content: flex-end;
}
.fl-jc-start {
  justify-content: flex-start;
}
.fl-jc-around {
  justify-content: space-around;
}
.fl-jc-between {
  justify-content: space-between;
}
.fl-child-same-width {
  flex-grow: 1;
  flex-basis: 0;
}
.fl-al-center {
  align-items: center;
}
.fl-al-end {
  align-items: flex-end;
}
.fl-al-start {
  align-items: flex-start;
}
.fl-as-end {
  align-self: flex-end;
}
.full-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-text p {
  margin: 0;
}
.btn {
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  margin: 0;
  padding: 0 16px;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-flat {
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #ed1c24;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #f14b52;
}
.btn.btn-floating {
  width: 56px;
  height: 56px;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  min-width: 56px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}
.btn.btn-floating i {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}
/*** Container **/
.page-container {
  padding: 0;
}
.page-container .container {
  width: auto;
}
/*** Sidebar ***/
.dashboard-title {
  padding: 0 15px;
}
.dashboard-title h3 {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.dashboard-nav {
  background-color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
.dashboard-nav .nav li a {
  color: #616161;
  font-weight: bold;
}
.dashboard-nav .nav li.active > a,
.dashboard-nav .nav li:hover > a,
.dashboard-nav .nav > li:focus {
  color: white;
}
.dashboard-nav .nav li.active > a .typcn,
.dashboard-nav .nav li:hover > a .typcn,
.dashboard-nav .nav > li:focus .typcn,
.dashboard-nav .nav li.active > a .fa,
.dashboard-nav .nav li:hover > a .fa,
.dashboard-nav .nav > li:focus .fa {
  color: #616161;
}
.dashboard-nav ul:not(.sub-menu) > li:hover > a,
.dashboard-nav ul:not(.sub-menu) > li:focus > a {
  background-color: #E0E0E0;
  color: #616161;
}
.dashboard-nav ul:not(.sub-menu) > li:hover > a i,
.dashboard-nav ul:not(.sub-menu) > li:focus > a i {
  color: #616161;
}
.dashboard-nav ul:not(.sub-menu) > li.active > a,
.dashboard-nav ul:not(.sub-menu) > li.active > a .typcn {
  background-color: rgba(237, 28, 36, 0.1);
}
.dashboard-nav ul {
  margin: 10px 0;
  list-style-type: none;
  padding-top: 10px;
}
.dashboard-nav ul li ul.sub-menu {
  display: none;
  padding: 8px 0;
  background-color: #FFFFFF;
}
.dashboard-nav ul li ul.sub-menu li {
  margin-top: 1px;
  padding: 9px 14px;
  cursor: pointer;
}
.dashboard-nav ul li ul.sub-menu li.active,
.dashboard-nav ul li ul.sub-menu li:hover,
.dashboard-nav ul li ul.sub-menu li:focus {
  text-decoration: none;
  background-color: #E0E0E0;
}
.dashboard-nav ul li ul.sub-menu li.active a,
.dashboard-nav ul li ul.sub-menu li:hover a,
.dashboard-nav ul li ul.sub-menu li:focus a {
  text-decoration: none;
  color: #616161;
}
.sidebar-closed ul.nav > li:hover {
  -webkit-box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
  -moz-box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
  box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
}
.sidebar-closed ul.nav > li:hover ul.sub-menu {
  -webkit-box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
  -moz-box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
  box-shadow: 5px 5px rgba(237, 28, 36, 0.5);
}
.sidebar-closed ul.sub-menu {
  display: none;
}
#topDashboard a .open-sidebar,
#topDashboard a .close-sidebar {
  cursor: pointer;
  padding: 0 10px;
  color: #313131;
}
.btn-toggle-menu {
  display: inline;
  margin-left: -10px;
}
/* La sidebar est ouverte par défaut donc on cache le bouton pour l'ouvrir */
.open-sidebar {
  display: none;
}
/** On applique ces style uniquement si c'est au dela de 992px */
@media (min-width: 992px) {
  #dashboard-left {
    position: fixed;
  }
  .dashboard-nav {
    display: none;
  }
  .dashboard-nav.sidebar-closed {
    display: block;
  }
  .dashboard-nav.sidebar-opened {
    display: block;
  }
  .dashboard-nav-closed {
    width: 60px !important;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .dashboard-nav {
    width: 250px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .simple-show div.dashboard-nav-closed {
    width: 60px !important;
    -webkit-transition: none;
    transition: none;
  }
  .simple-show .dashboard-nav {
    width: 250px;
    -webkit-transition: none;
    transition: none;
  }
  .dashboard-nav-closed .sub-menu {
    display: none;
    list-style-type: none;
  }
  .dashboard-nav-closed .sub-sub-menu {
    list-style-type: none;
  }
  .dashboard-nav-closed ul li a span.dashboard-menu-title,
  .dashboard-nav-closed ul li button span.dashboard-menu-title {
    display: none !important;
  }
  .dashboard-nav-closed li:hover {
    width: 330px;
    z-index: 1000;
    position: relative;
    display: block;
    background-color: #FFFFFF;
  }
  .dashboard-nav-closed ul li:hover a span.dashboard-menu-title,
  .dashboard-nav-closed ul li:hover button span {
    display: inline !important;
    margin-left: 15px;
  }
  /* The background here should be the one of the dashboard menu */
  .dashboard-nav-closed li:hover ul.sub-menu {
    width: 270px;
    z-index: 2000;
    position: absolute;
    left: 60px;
    display: block !important;
  }
  .dashboard-nav ul li a span.dashboard-menu-title {
    margin-left: 10px;
  }
  .dashboard-nav-closed li:hover ul.sub-sub-menu {
    border-right: 2px solid #77777f;
    width: 269px;
  }
  .dashboard-nav-closed li:hover ul.sub-sub-menu li a {
    padding-left: 70px;
  }
  .dashboard-nav-closed li:hover ul.sub-sub-menu li a {
    text-align: left;
  }
  .dashboard-nav-closed li:hover ul.sub-menu li {
    width: 269px;
  }
  .dashboard-nav-closed li:hover ul.sub-menu li:hover {
    width: 269px;
  }
  .dashboard-container {
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .dashboard-container-wrapper.dashboard-container-large {
    padding: 15px 15px 15px 75px;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .dashboard-container-large .container {
    width: auto;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .dashboard-container .container {
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .body-menu-reduced .dashboard-container {
    -webkit-transition: none;
    transition: none;
  }
  .body-menu-reduced .dashboard-container-large {
    padding: 0 15px 50px 75px;
    -webkit-transition: none;
    transition: none;
  }
  .body-menu-reduced .dashboard-container {
    -webkit-transition: none;
    transition: none;
  }
  .body-menu-reduced .dashboard-container .container {
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .dashboard-nav-closed li:hover .sub-menu.menu-equity,
  .dashboard-nav-closed li:hover .sub-menu.menu-reward,
  .dashboard-nav-closed li:hover .sub-menu.menu-loan {
    position: relative;
  }
  .dashboard-nav-closed li:hover.menu-transaction {
    height: 64px;
  }
  .dashboard-nav-closed ul.sub-sub-menu li a {
    padding: 5px 0;
    text-align: center;
  }
  .dashboard-nav-closed ul.sub-sub-menu li.active {
    background-color: #313131;
  }
  .dashboard-nav-closed ul li:hover a span.badge {
    margin-left: 0;
  }
  .btn-toggle-menu.opened-sidebar .open-sidebar {
    display: none;
  }
  .btn-toggle-menu.opened-sidebar .close-sidebar {
    display: inline;
  }
  .btn-toggle-menu.closed-sidebar .close-sidebar {
    display: none;
  }
  .btn-toggle-menu.closed-sidebar .open-sidebar {
    display: inline;
  }
}
i.arrow-opened {
  display: none;
}
.dashboard-nav ul.nav li.active.sub-menu-opened a span .arrow-opened,
.dashboard-nav ul.nav li.current.sub-menu-opened a span .arrow-opened {
  display: inline-block;
}
.dashboard-nav ul.nav li.active.sub-menu-opened a span .arrow-closed,
.dashboard-nav ul.nav li.current.sub-menu-opened a span .arrow-closed {
  display: none;
}
@media (min-width: 992px) {
  /** Containers **/
  .dashboard-container-wrapper {
    padding: 0 15px;
    margin-left: 250px;
  }
  .dashboard-container-wrapper .container {
    width: auto;
  }
  .sidebar-closed ul.nav li a span.arrows-container {
    display: none;
  }
  .dashboard-menu-left.navbar-fixed-top {
    top: auto;
    position: relative;
    z-index: 20;
    height: calc(100vh - 50px) !important;
    padding: 0;
  }
  .dashboard-nav {
    height: 100%;
    overflow-y: auto;
  }
  .dashboard-nav ul {
    margin: 0;
  }
  .dashboard-nav > ul > li.active > a,
  .dashboard-nav ul:not(.sub-menu) > li:hover > a {
    margin-left: -3px;
    border-left: 3px solid rgba(151, 12, 17, 0.1);
  }
  .dashboard-menu-left {
    float: left;
  }
}
@media (max-width: 992px) {
  .dashboard-menu-left {
    top: 50px;
    padding: 0;
  }
  .dashboard-menu-left ul.nav {
    margin-top: 0;
  }
}
body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #ECEFF1;
}
#wrapper {
  margin-top: 40px;
}
#wrapper.dashboard-wrapper {
  margin-top: 50px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #f14b52 !important;
  background-image: none !important;
  color: #000000 !important;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}
a {
  color: #ed1c24;
}
a:hover {
  color: #f14b52;
}
.btn.particeep,
.particeep {
  background-color: #ed1c24;
  color: #ecf0f1;
}
.btn.particeep:hover,
.btn.particeep:focus {
  color: #ecf0f1;
  background-color: #f14b52;
}
.error-message,
.error {
  color: #f44336;
}
.flashMsgWrapper {
  position: absolute;
  width: 100%;
}
.alert {
  position: relative;
  top: 60px;
  width: 100%;
}
nav ul li a:hover {
  text-decoration: none;
  color: #ed1c24;
}
nav .brand-logo img {
  height: 40px;
  margin-top: 5px;
  width: auto;
}
nav .toggle-mobile-particeep i {
  color: #333333;
}
nav.arkea-navbar {
  background: transparent;
  box-shadow: none;
}
nav.arkea-navbar ul li a {
  font-weight: bold;
  color: #ed1c24;
  text-shadow: 1px 1px 5px #fcb0b0;
}
nav.arkea-navbar ul.side-nav li a {
  color: #333333;
  text-shadow: none;
}
@media (max-width: 992px) {
  .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.arkea-slider {
  color: #ecf0f1;
}
.arkea-slider.background-homepage {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  background-size: cover;
  margin-top: -64px;
}
.arkea-slider.background-homepage .container-slider {
  display: flex;
  align-items: center;
  height: calc(100% - 64px);
  width: 100%;
}
@media (max-width: 992px) {
  #arkea-slider h1 {
    font-size: 30px;
  }
  #arkea-slider h2 {
    font-size: 20px;
  }
  #arkea-slider p {
    font-size: 13px;
  }
}
/*
  Login/Signin Card
*/
.arkea-card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
.arkea-card .logo {
  display: block;
  margin: 3rem auto;
  max-width: 150px;
  height: auto;
}
.arkea-card .arkea-card-content {
  padding: 15px;
  color: #212121;
}
.arkea-card .arkea-card-content .input-field label {
  color: #ed1c24;
}
.arkea-card .arkea-card-title {
  background-color: #ed1c24;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.arkea-card .arkea-card-title h2 {
  font-size: 24px;
  margin: 5px 0;
}
/** Customize field inputs **/
.input-field .prefix.active {
  color: #ed1c24;
}
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=textarea]:focus:not([readonly]) {
  border-bottom: 1px solid #ed1c24;
  box-shadow: 0 1px 0 0 #ed1c24;
}
input[type=email]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=textarea]:focus:not([readonly]) + label {
  color: #ed1c24;
}
.g-recaptcha {
  display: inline-block;
}
.g-recaptcha_container dt {
  display: none;
}
/* Basic
 *****************/
html,
body {
  height: 100%;
}
#content {
  min-height: 100%;
}
.margin0 {
  margin: 0 !important;
}
/* Fonts
 *****************/
@font-face {
  font-family: "futureFont";
  src: url('/assets/fonts/batmfa__.ttf');
}
@font-face {
  font-family: "futureFont";
  src: url('/assets/fonts/batmfa__.ttf');
}
@font-face {
  font-family: "summernote";
  src: url('/assets/fonts/summernote.ttf');
}
* {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
/* Forms
 *****************/
input.form-control,
input.form-control:focus,
textarea.form-control,
textarea.form-control:focus,
select.form-control,
select.form-control:focus {
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #333;
}
.dark-row input.form-control,
.dark-row input.form-control:focus,
.dark-row textarea.form-control,
.dark-row textarea.form-control:focus,
.dark-row select.form-control,
.dark-row select.form-control:focus {
  color: #fff;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  color: #f05e50;
  border-color: #f05e50;
}
input.form-control.inline {
  display: inline;
  width: inherit;
}
.has-success .form-control {
  box-shadow: none;
}
.btn-primary {
  background-color: #f05e50;
  border-color: #f05e50;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  padding: 10px 20px;
  text-transform: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(240, 94, 80, 0.8);
  border-color: #f05e50;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  padding: 10px 20px;
  text-transform: none;
}
.dark-row {
  background-color: rgba(33, 33, 33, 0.5);
  border-radius: 6px;
  margin: 20px;
  padding: 15px 20px;
}
.form-group.required label:after {
  color: #e32;
  content: ' *';
  display: inline;
}
/* Element
 *****************/
a,
a:hover,
a:focus {
  color: #f05e50;
  text-decoration: none;
}
.gray-background {
  background-color: #eee;
}
.gray-row {
  background-color: #eee;
  border-radius: 6px;
  margin: 20px;
  padding: 15px 20px;
}
.white-row {
  background-color: #fff;
  border-radius: 6px;
  margin: 20px;
  padding: 15px 20px;
}
.row.white-row > div {
  margin: 20px 0;
}
.btn-toggle {
  background-color: #eee;
}
.btn-toggle.active {
  background-color: #f05e50;
}
.bs-docs-sidebar a {
  color: #f05e50;
}
.fade {
  display: none;
}
.fade.in {
  display: inherit;
}
/* Signup
 *****************/
#signup-form,
#login-form {
  max-width: 330px;
  margin: auto;
}
#contact-form {
  max-width: 500px;
  margin: auto;
}
.legal-info,
.legal-info:hover {
  color: #a0a4ac;
}
/* Signup
 *****************/
.thumbnail.selected {
  background-color: #933333;
}
.thumbnail.selected .caption {
  color: #fff;
}
/* Header
 *****************/
header#topNav a.logo img {
  height: 34px;
  margin-top: 5px;
  width: 183px;
}
#bs-navbar {
  padding: 10px 0;
  font-size: 16px;
}
.bs-docs-nav {
  background-color: #fff;
  border-bottom: 0 none;
  margin-bottom: 0;
}
.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav > li > a {
  color: #4a4a4a;
  font-weight: 500;
}
#bs-navbar .nav > li.active > a,
#bs-navbar .nav > li > a:focus,
#bs-navbar .nav > li > a:hover {
  background: none;
  border-bottom: 5px solid #f05e50;
  padding-bottom: 10px;
}
/* Dashboard template
 *****************/
#wrapper {
  overflow-x: hidden;
  width: 100%;
}
#page-wrapper {
  min-height: 1024px;
  padding: 15px;
  margin: 0 0 0 220px;
  position: relative !important;
  background-color: #eee;
}
.navbar-static-side {
  position: absolute;
  width: 220px;
  z-index: 2001;
}
.navbar-default {
  background-color: transparent;
  border-color: #1a1411;
}
#wrapper {
  background-color: #1a1411;
}
.navbar-left .nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
}
.navbar-left .nav > li > a i {
  margin-right: 6px;
}
.navbar-left .nav > li.active,
.navbar-left .nav > li:hover .navbar-left .nav > li > a:focus,
.navbar-left .nav > li > a:hover {
  background: #732020 none repeat scroll 0 0;
  border-left: 4px solid #f05e50;
}
.navbar-left .nav > li.nav-header,
.navbar-left .nav > li.nav-header:hover {
  border-left: none;
  background-color: #1a1411;
}
.navbar-left .nav > li.active > a {
  color: #ffffff;
}
.navbar-left .nav-header {
  background-color: #1a1411;
  padding: 33px 25px;
}
.navbar-left .nav > li.action-primary,
.navbar-left .nav > li.action-primary:hover .navbar-left .nav > li.action-primary > a:focus,
.navbar-left .nav > li.action-primary > a:hover {
  background-color: rgba(240, 94, 80, 0.7);
  color: #fff;
  border: none;
}
.navbar-left .nav > li.action-primary > a {
  background-color: #f05e50;
  color: #fff;
  text-align: center;
  padding: 14px 20px 14px 0;
}
/* Lib overload
 *****************/
.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 30px;
}
/* CVC
 *****************/
.cb-container {
  width: 164px;
  border: 2px solid #333;
}
.cb-container input {
  border: none;
  padding: 5px;
}
.card-number {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.date-and-cvc {
  width: 100%;
}
.date {
  width: 50%;
  display: inline;
}
.cvc {
  width: 50%;
  display: inline;
  border-left: 1px solid #eee;
}
.page-error {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-error_code {
  font-size: 106px;
  color: #d70011;
  margin-right: 24px;
  line-height: 1;
}
.page-error_body {
  flex: 1;
}
.page-error_title {
  font-size: 22px;
  margin-top: 6px;
}
.mdl-button {
  margin-top: 24px;
  background: #d70011 !important;
}
.iti-flag {
  background-image: url("/assets/images/libs/tel-input/flags.png") !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/assets/images/libs/tel-input/flags@2x.png") !important;
  }
}
.input-field .prefix ~ .intl-tel-input {
  margin: 0 0 20px 3rem;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ .intl-tel-input input {
  width: calc(100% - 58px);
  margin: 0 0 20px 3rem;
}
