.dex-btn-icon--city-adfs {
  background-color: #FFFFFF;
  background-image: url(city-adfs.svg);;
}

@font-face {
  font-family: 'Canada1500';
  src: url('/static/font/canada1500/Canada1500Rg-Bold.woff2') format('woff2'),
      url('/static/font/canada1500/Canada1500Rg-Bold.ttf') format('truetype'),
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/static/font/proximanova/ProximaNova-Regular.woff2') format('woff2'),
        url('/static/font/proximanova/ProximaNova-Regular.ttf') format('truetype'),
    font-weight: 900;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{font-family: 'Canada1500';}
body{font-family: 'Proxima Nova';}

.theme-body {
  background-color: #efefef;
  color: #333;
  text-align: left;
}

.theme-div {
  color: #333;
  text-align: left;
}

.theme-div-error {
  color: red;
  text-align: left;
}

.theme-navbar {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 13px;
  font-weight: 100;
  height: 75px;
  overflow: hidden;
  padding: 0 10px;
}

.theme-navbar__logo-wrap {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding: 10px 15px;
}

.theme-navbar__logo {
  height: 100%;
}

.theme-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}

.theme-panel {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.theme-btn-provider {
  background-color: #fff;
  color: #333;
  min-width: 250px;
}

.theme-btn-provider:hover {
  color: #999;
}

.theme-btn--primary {
  background-color: #0057b8;
  border: none;
  color: #fff;
  min-width: 200px;
  padding: 6px 12px;
}

.theme-btn--primary:hover {
  background-color: #0057b8;
  color: #fff;
}

.theme-btn--disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  border: none;
  min-width: 200px;
  padding: 6px 12px;
}

.theme-btn--success {
  background-color: #a3ff8a;
  color: #fff;
  width: 250px;
}

.theme-btn--success:hover {
  background-color: #a3ff8a;
}

.theme-form-row {
  display: block;
  margin: 20px auto;
}

.theme-form-input {
  border-radius: 4px;
  border: 1px solid #CCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #666;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  margin: auto;
  padding: 6px 12px;
  width: 250px;
}

.theme-form-input:focus,
.theme-form-input:active {
  border-color: #66AFE9;
  outline: none;
}

.theme-form-label {
  font-size: 13px;
  font-weight: 600;
  margin: 4px auto;
  position: relative;
  text-align: left;
  width: 250px;
}

.theme-link-back {
  margin-top: 4px;
}
