﻿/* H5BP Reset - removed any elements not found in this page */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[hidden] {
  display: none;
}
/* H5BP Reset*/

@font-face {
  font-family: "circular-pro-medium";
  font-family: "Circular Pro Medium";
  src: url("./fonts/circular-pro/medium/lineto-circular-pro-medium.eot");
  src: url("./fonts/circular-pro/medium/lineto-circular-pro-medium.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/circular-pro/medium/lineto-circular-pro-medium.woff2")
      format("woff2"),
    url("./fonts/circular-pro/medium/lineto-circular-pro-medium.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "circular-pro-black";
  font-family: "Circular Pro Black";
  src: url("./fonts/circular-pro/black/lineto-circular-pro-black.eot");
  src: url("./fonts/circular-pro/black/lineto-circular-pro-black.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/circular-pro/black/lineto-circular-pro-black.woff2")
      format("woff2"),
    url("./fonts/circular-pro/black/lineto-circular-pro-black.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  color: inherit;
  line-height: inherit;
  border-color: inherit;
  color: inherit;
  font-family: inherit;
}

body,
html,
.container {
  height: 100%;
  color: #171717;
  font-family: "Circular Pro Medium";
}

.container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 500px) {
    .container {
        justify-content: center;
        align-items: center;
    }
}

.login-page {
  padding: 20px;
  margin-top: 20px;
}

.panel {
  display: block;
  max-width: 28.875em;
  width: 100vw;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 500px) {
  .panel {
    max-width: 525px;
  }
}

.panel-heading {
  background-color: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px;
}

.tabs {
  border-bottom: 1px solid #ebebeb;
  display: flex;
}

.tabs a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: "Circular Pro Black";
  position: relative;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 18px;
}

.tabs a + a {
  border-left: 1px solid #ebebeb;
}

.tabs a::after {
  position: absolute;
  width: 50%;
  content: "";
  border-bottom: 2px solid transparent;
  bottom: calc(-20px - 1px);
  z-index: 1;
  left: 25%;
}

.tabs a.active {
  color: #000000;
}
.tabs a.active::after {
  border-color: #000000;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

form {
}

form select,
form input[type="text"],
form input[type="email"],
form input[type="password"] {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e7e7e7;
  font-family: "Circular Pro Black";
  border-radius: 6px;
  padding: 0 1em;
}

form select,
form input[type="password"]:active,
form input[type="email"]:active,
form input[type="password"]:focus,
form input[type="email"]:focus {
  outline: 0;
  border-color: #b5b5b5;
}

form input[type="text"],
form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="password"],
form input[type="password"]:focus,
form input[type="password"]:active {
  border: 0 !important;
  outline: 0;
}

::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}

fieldset {
  padding: 0 20px 20px;
  border: 0;
}

legend {
  margin: 30px 0;
  font-size: 32px;
  letter-spacing: -0.5px;
  font-family: "Circular Pro Black";
  float: left; /* collapsing margins */
  width: 100%;
  clear: both;
}
@media (max-width: 500px) {
  legend {
    font-size: 24px;
  }
}

label {
  letter-spacing: -0.3pt;
  margin-bottom: 7pt;
  padding: 0 2px;
  margin-left: 2px;
  font-family: "Circular Pro Black";
}

.checkbox {
  position: relative;
  padding-left: 20px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  padding: 0;
  margin: 4px 0 0;
  opacity: 0;
  top: 0;
  left: 0;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 7px;
  min-height: 20px;
  margin-bottom: 0;
  cursor: pointer;
  max-width: 100%;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #a4a5a8;
  border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked + label::before {
  background: url("./images/check-square-solid.svg");
  border: 0;
}

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
.password-toggle {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("./images/eye-regular.svg") center center / 30px no-repeat;
  border: 0;
  outline: 0;
  padding: 0;
}
.password-toggle.active {
  background-image: url("./images/eye-slash-regular.svg");
}

.btn {
  background-color: #FC835A;
  border: 0;
  width: 100%;
  height: 70px;
  font-size: 18px;
  cursor: pointer;
}
.btn:hover {
  background-color: #ba502d;
}

a {
  text-decoration: none;
}
a.forgot {
  color: #00bfff;
  text-decoration: underline;
}
a.forgot:hover {
  color: #697481;
}
@media (max-width: 500px) {
  a.forgot {
    font-size: 13px;
  }
}
a.legacy-link {
  text-decoration: underline;
  text-underline-position: under;
  white-space: nowrap;
}
a.logo svg {
  fill: #fff;
}
a.logo svg:hover {
  fill: #FC835A;
}

.general-error {
  text-align: center;
  margin: 0 0 15px;
  display: none;
  font-size: 13px;
}
@media (min-width: 500px) {
  .general-error {
    font-size: inherit;
  }
}
.general-error.active {
  display: block;
}

.error-text {
  color: #731919;
  text-align: right;
  display: inline-block;
  width: 100%;
  visibility: hidden; /* occupies space, no jiggle */
}

.error-message {
    color: #731919;
    display: inline-block;
    width: 100%;
    visibility: hidden; /* occupies space, no jiggle */
}

.general-error .password-wrapper,
.error-showBox .password-wrapper {
  border-color: #731919 !important;
}
.general-showBox input[type="text"],
.general-error input[type="email"],
.error-showBox input[type="email"] {
  border-color: #731919 !important;
}
.error-showText .error-text {
  visibility: visible;
  margin-bottom: 10px;
}

.alert {
  text-align: center;
  color: #731919;
}
.alert p {
  margin: 0 0 12px 0;
}

.legal {
  text-align: center;
  color: #a4a5a8;
  padding: 20px;
}
.legal p {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media (min-width: 500px) {
  .legal p {
    font-size: inherit;
    display: inline;
  }
}

.flex {
  display: flex;
}
.f1 {
  flex: 1;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.m1 {
  margin: 10px 0 0;
}
.btn-fake {
    -webkit-appearance: button;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    line-height: 4em;
}
.no-margin {
    margin: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #FC835A;
  color: black; 
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}