@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRUEY.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacemono/v17/i7dMIFZifjKcF5UAWdDRaPpZYFI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntumono/v19/KFOjCneDtsqEr0keqCMhbBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntumono/v19/KFO-CneDtsqEr0keqCMhbC-BL-Hy.ttf) format('truetype');
}
.btn.btn-primary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #067985;
  color: #fff;
  background-color: #067985;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-primary:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-primary:not(.static):not([disabled]):hover {
  background-color: #04555e;
}
.btn.btn-primary:not(.static):not([disabled]):hover .loader:after {
  background-color: #04555e;
}
.btn.btn-primary[disabled] {
  background-color: #089dac;
  border-color: #089dac;
  cursor: not-allowed;
}
.btn.btn-primary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #fff;
}
.btn.btn-primary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-primary .loader:after {
  transition: background-color 0.3s;
  background-color: #067985;
}
.btn.btn-primary.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-primary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-primary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-secondary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #ffa152;
  color: #fff;
  background-color: #ffa152;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-secondary:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-secondary:not(.static):not([disabled]):hover {
  background-color: #ff8b29;
}
.btn.btn-secondary:not(.static):not([disabled]):hover .loader:after {
  background-color: #ff8b29;
}
.btn.btn-secondary[disabled] {
  background-color: #ffb77b;
  border-color: #ffb77b;
  cursor: not-allowed;
}
.btn.btn-secondary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #fff;
}
.btn.btn-secondary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-secondary .loader:after {
  transition: background-color 0.3s;
  background-color: #ffa152;
}
.btn.btn-secondary.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-secondary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-secondary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-white {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #fff;
  color: #444;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-white:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-white:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.btn.btn-white:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.btn.btn-white[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-white svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #444;
}
.btn.btn-white.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-white .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.btn.btn-white.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-white.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-white.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-remove {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #fff;
  color: #444;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-remove:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-remove:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.btn.btn-remove:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.btn.btn-remove[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-remove svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ce444b;
}
.btn.btn-remove.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-remove .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.btn.btn-remove.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-remove.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-remove.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-remove .loader {
  background: #000;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
}
.btn.btn-remove .loader:before {
  background-color: #000;
}
.btn.btn-remove-grey {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #f4f4f4;
  color: #444;
  background-color: #f4f4f4;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-remove-grey:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-remove-grey:not(.static):not([disabled]):hover {
  background-color: #e0e0e0;
}
.btn.btn-remove-grey:not(.static):not([disabled]):hover .loader:after {
  background-color: #e0e0e0;
}
.btn.btn-remove-grey[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-remove-grey svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ce444b;
}
.btn.btn-remove-grey.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-remove-grey .loader:after {
  transition: background-color 0.3s;
  background-color: #f4f4f4;
}
.btn.btn-remove-grey.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-remove-grey.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-remove-grey.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-remove-grey .loader {
  background: #000;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
}
.btn.btn-remove-grey .loader:before {
  background-color: #000;
}
.btn.btn-grey {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #fff;
  color: #444;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-grey:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-grey:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.btn.btn-grey:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.btn.btn-grey[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-grey svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #888;
}
.btn.btn-grey.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-grey .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.btn.btn-grey.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-grey.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-grey.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-grey-primary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #f4f4f4;
  color: #444;
  background-color: #f4f4f4;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-grey-primary:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-grey-primary:not(.static):not([disabled]):hover {
  background-color: #e0e0e0;
}
.btn.btn-grey-primary:not(.static):not([disabled]):hover .loader:after {
  background-color: #e0e0e0;
}
.btn.btn-grey-primary[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-grey-primary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #067985;
}
.btn.btn-grey-primary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-grey-primary .loader:after {
  transition: background-color 0.3s;
  background-color: #f4f4f4;
}
.btn.btn-grey-primary.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-grey-primary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-grey-primary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-transparent {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid transparent;
  color: #444;
  background-color: transparent;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
}
.btn.btn-transparent:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-transparent:not(.static):not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent:not(.static):not([disabled]):hover .loader:after {
  background-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent[disabled] {
  background-color: rgba(20, 20, 20, 0);
  border-color: rgba(20, 20, 20, 0);
  cursor: not-allowed;
}
.btn.btn-transparent svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ce444b;
}
.btn.btn-transparent.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-transparent .loader:after {
  transition: background-color 0.3s;
  background-color: transparent;
}
.btn.btn-transparent.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-transparent.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-transparent.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-transparent-secondary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid transparent;
  color: #888;
  background-color: transparent;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
}
.btn.btn-transparent-secondary:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-transparent-secondary:not(.static):not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent-secondary:not(.static):not([disabled]):hover .loader:after {
  background-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent-secondary[disabled] {
  background-color: rgba(20, 20, 20, 0);
  border-color: rgba(20, 20, 20, 0);
  cursor: not-allowed;
}
.btn.btn-transparent-secondary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ce444b;
}
.btn.btn-transparent-secondary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-transparent-secondary .loader:after {
  transition: background-color 0.3s;
  background-color: transparent;
}
.btn.btn-transparent-secondary.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-transparent-secondary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-transparent-secondary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-transparent-secondary:not(.static):not(.active):hover {
  transition: color 0.3s;
  border-color: #ffa152;
}
.btn.btn-transparent-secondary:not(.static):not(.active):hover svg {
  fill: #444;
}
.btn.btn-transparent-secondary.active,
.btn.btn-transparent-secondary.active:hover {
  border: 1px solid #ffa152;
}
.btn.btn-transparent-secondary.active svg,
.btn.btn-transparent-secondary.active:hover svg {
  fill: #fff;
}
.btn.btn-transparent-secondary .loader {
  background: #000;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
}
.btn.btn-transparent-secondary .loader:before {
  background-color: #000;
}
.btn.btn-input-height {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-page-options,
.btn.btn-grey-grey {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #f4f4f4;
  color: #888;
  background-color: #fbfbfb;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
}
.btn.btn-page-options:not(.static):not([disabled]),
.btn.btn-grey-grey:not(.static):not([disabled]) {
  cursor: pointer;
}
.btn.btn-page-options:not(.static):not([disabled]):hover,
.btn.btn-grey-grey:not(.static):not([disabled]):hover {
  background-color: #e7e7e7;
}
.btn.btn-page-options:not(.static):not([disabled]):hover .loader:after,
.btn.btn-grey-grey:not(.static):not([disabled]):hover .loader:after {
  background-color: #e7e7e7;
}
.btn.btn-page-options[disabled],
.btn.btn-grey-grey[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}
.btn.btn-page-options svg,
.btn.btn-grey-grey svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #888;
}
.btn.btn-page-options.btn-icon,
.btn.btn-grey-grey.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.btn.btn-page-options .loader:after,
.btn.btn-grey-grey .loader:after {
  transition: background-color 0.3s;
  background-color: #fbfbfb;
}
.btn.btn-page-options.btn-block,
.btn.btn-grey-grey.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-page-options.btn-lg,
.btn.btn-grey-grey.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.btn.btn-page-options.btn-lg svg,
.btn.btn-grey-grey.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.btn.btn-page-options .loader,
.btn.btn-grey-grey .loader {
  background: #000;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
}
.btn.btn-page-options .loader:before,
.btn.btn-grey-grey .loader:before {
  background-color: #000;
}
.btn.btn-page-options svg,
.btn.btn-grey-grey svg {
  transition: fill 0.3s;
}
.btn.btn-page-options:not(.static):not(.active):hover,
.btn.btn-grey-grey:not(.static):not(.active):hover {
  transition: color 0.3s;
  background-color: #fbfbfb;
  color: #444;
  border-color: #ffa152;
}
.btn.btn-page-options:not(.static):not(.active):hover svg,
.btn.btn-grey-grey:not(.static):not(.active):hover svg {
  fill: #444;
}
.btn.btn-page-options.active,
.btn.btn-grey-grey.active,
.btn.btn-page-options.active:hover,
.btn.btn-grey-grey.active:hover {
  background-color: #ffa152;
  border: 1px solid #ffa152;
}
.btn.btn-page-options.active svg,
.btn.btn-grey-grey.active svg,
.btn.btn-page-options.active:hover svg,
.btn.btn-grey-grey.active:hover svg {
  fill: #fff;
}
.btn.btn-only-icon {
  padding-top: 5px;
}
.btn.btn-only-icon svg {
  margin-right: 0px;
}
form {
  margin-bottom: 0px;
}
.form-group {
  margin-bottom: 14px;
}
.form-group:last-of-type {
  margin-bottom: 0px;
}
.form-group.switch {
  display: flex;
  align-items: center;
}
.form-group.switch > label {
  padding-bottom: 0px;
  flex-grow: 1;
}
.form-control {
  width: 210px;
  padding: 10.5px 14px;
  border-radius: 21px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  font-family: 'Montserrat', sans-serif;
  border: 0px;
  font-size: 12.25px;
}
@media (max-width: 765px) {
  .form-control {
    width: 100%;
  }
}
.form-control.block {
  width: 100%;
}
.form-control.long {
  width: 350px;
  max-width: 100%;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 1px #ffa152;
  border-color: #ffa152;
}
.form-control.lg {
  font-size: 15.75px;
  padding: 14.75px 21px;
  border-radius: 48.5px;
}
form.lg .form-control {
  font-size: 15.75px;
  padding: 14.75px 21px;
  border-radius: 48.5px;
}
form.lg .form-group {
  margin-bottom: 14px;
}
select.form-control {
  padding-left: 10px;
}
select.form-control.no-value {
  color: #888;
}
.input-group {
  width: 210px;
  padding: 10.5px 14px;
  border-radius: 21px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  font-family: 'Montserrat', sans-serif;
  border: 0px;
  font-size: 12.25px;
  display: flex;
  box-sizing: border-box;
}
.input-group > input,
.input-group > select,
.input-group > div {
  border: 0px;
  margin-right: 7px;
  flex-grow: 1;
}
.input-group > input:focus,
.input-group > select:focus,
.input-group > div:focus {
  outline: 0;
}
.input-group.long {
  width: 350px;
}
.input-group .btn {
  margin-top: -10.5px;
  margin-bottom: -10.5px;
  margin-right: -14px;
  border: 0px;
  white-space: nowrap;
}
.input-group .btn.btn-remove {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #ddd;
  color: #444;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  border: 0px;
}
.input-group .btn.btn-remove:not(.static):not([disabled]) {
  cursor: pointer;
}
.input-group .btn.btn-remove:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.input-group .btn.btn-remove:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.input-group .btn.btn-remove[disabled] {
  background-color: #ffffff;
  border-color: #f1f1f1;
  cursor: not-allowed;
}
.input-group .btn.btn-remove svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ce444b;
}
.input-group .btn.btn-remove.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.input-group .btn.btn-remove .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.input-group .btn.btn-remove.btn-block {
  display: block;
  width: 100%;
}
.input-group .btn.btn-remove.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.input-group .btn.btn-remove.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.input-group .btn.btn-primary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #ddd;
  color: #067985;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  border: 0px;
}
.input-group .btn.btn-primary:not(.static):not([disabled]) {
  cursor: pointer;
}
.input-group .btn.btn-primary:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.input-group .btn.btn-primary:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.input-group .btn.btn-primary[disabled] {
  background-color: #ffffff;
  border-color: #f1f1f1;
  cursor: not-allowed;
}
.input-group .btn.btn-primary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #067985;
}
.input-group .btn.btn-primary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.input-group .btn.btn-primary .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.input-group .btn.btn-primary.btn-block {
  display: block;
  width: 100%;
}
.input-group .btn.btn-primary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.input-group .btn.btn-primary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.input-group .btn.btn-secondary {
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #ddd;
  color: #ffa152;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  border: 0px;
}
.input-group .btn.btn-secondary:not(.static):not([disabled]) {
  cursor: pointer;
}
.input-group .btn.btn-secondary:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.input-group .btn.btn-secondary:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.input-group .btn.btn-secondary[disabled] {
  background-color: #ffffff;
  border-color: #f1f1f1;
  cursor: not-allowed;
}
.input-group .btn.btn-secondary svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #ffa152;
}
.input-group .btn.btn-secondary.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.input-group .btn.btn-secondary .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.input-group .btn.btn-secondary.btn-block {
  display: block;
  width: 100%;
}
.input-group .btn.btn-secondary.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.input-group .btn.btn-secondary.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.input-group .btn,
.input-group .btn.btn-primary,
.input-group .btn.btn-secondary,
.input-group .btn.btn-remove {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  line-height: 12.25px;
}
.input-group a.btn,
.input-group a.btn.btn-primary,
.input-group a.btn.btn-secondary,
.input-group a.btn.btn-remove {
  display: flex;
  align-items: center;
}
.width-form-control-long {
  width: 350px;
}
.col-form .form-group {
  display: flex;
}
.col-form .form-group > label,
.col-form .form-group > div:not(.input-group) {
  flex: 1;
}
.col-form .form-group > label {
  flex: 0 0 140px;
  padding-top: 10.5px;
  color: #444;
  margin-right: 7px;
}
.col-form .form-group > div > .big-list,
.col-form .form-group > .big-list {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 21px;
  overflow: hidden;
}
.col-form .form-group .form-static-value {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #888;
  padding: 7px 14px;
  border-radius: 14px;
  background-color: #f4f4f4;
  width: 210px;
  box-sizing: border-box;
}
.col-form.long .form-control,
.col-form.long .input-group,
.col-form.long .form-group > .big-list,
.col-form.long .form-group > div > .big-list,
.col-form.long .form-static-value {
  width: 350px;
  max-width: 100%;
}
.col-form.long .form-control > .big-list .big-list-item,
.col-form.long .form-control > div > .big-list .big-list-item {
  padding-left: 14px;
}
.col-form.full-width .form-control {
  width: 100%;
}
.col-form.full-width .input-group {
  width: 100%;
}
.col-form.switch-form .form-group {
  margin: -7px;
  margin-bottom: 7px;
  padding: 7px;
  transition: background-color 0.3s;
}
.col-form.switch-form .form-group:hover {
  background-color: #f4f4f4;
}
.col-form.switch-form .form-group > div:last-of-type {
  text-align: right;
  flex: 0;
}
.col-form.switch-form .form-group label {
  font-size: 15.75px;
  flex: 1;
  padding-right: 21px;
  padding-top: 0px;
}
.col-form.switch-form .form-group label small {
  font-size: 12.25px;
  color: #888;
  display: block;
}
.regular-form .form-group label {
  display: block;
  padding-bottom: 7px;
  padding-top: 0px;
  margin-left: 7px;
  color: #444;
  flex: none;
}
.regular-form .form-group label > .icon {
  fill: #888;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.regular-form .form-group.switch {
  display: flex;
}
.regular-form .form-group.switch > label {
  padding-bottom: 0px;
  flex-grow: 1;
}
.regular-form .form-group {
  display: block;
}
.regular-form.space--2 .form-group {
  margin-bottom: 14px;
}
.regular-form.space--3 .form-group {
  margin-bottom: 21px;
}
.col-form .error-msg,
.regular-form .error-msg {
  color: #ce444b;
}
.col-form .error,
.regular-form .error {
  color: #ce444b;
}
svg.icon {
  width: 12.25px;
  height: 12.25px;
  display: inline-block;
  mask-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
svg.icon.error {
  fill: #ce444b;
}
svg.icon.primary {
  fill: #067985;
}
svg.icon.muted {
  fill: #888;
}
svg.icon.white {
  fill: #fff;
}
svg.icon.markdown {
  width: 15.25px;
  height: 15.25px;
}
a svg.icon,
span svg.icon {
  position: relative;
  top: 2px;
  color: #444;
}
a svg.edit,
span svg.edit {
  top: 0px;
}
svg.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
svg.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
svg.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
svg.flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
  }
}
.fadein-bottom {
  animation-name: fadeinBottom;
  animation-duration: 0.4s;
}
.fadein-bottom-fast {
  animation-name: fadeinBottom;
  animation-duration: 0.2s;
}
@keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeinTop {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
  }
}
.fadein-top {
  animation-name: fadeinTop;
  animation-duration: 0.4s;
}
.fadein-top-fast {
  animation-name: fadeinTop;
  animation-duration: 0.2s;
}
@keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
  }
}
.fadein-left {
  animation-name: fadeinLeft;
  animation-duration: 0.4s;
}
.fadein-left-fast {
  animation-name: fadeinLeft;
  animation-duration: 0.2s;
}
.grid {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
.grid > div {
  flex: 1;
  padding-left: 7px;
  padding-right: 7px;
}
.grid > div.flex-grow--0 {
  flex-grow: 0;
}
.grid > div.flex-grow--1 {
  flex-grow: 1;
}
.flex-grow--0 {
  flex-grow: 0;
}
.flex-grow--1 {
  flex-grow: 1;
}
.box-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
}
.display--inline-block {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.margin-bottom--0 {
  margin-bottom: 0;
}
.margin-bottom {
  margin-bottom: 7px;
}
.margin-bottom--2 {
  margin-bottom: 14px;
}
.margin-bottom--3 {
  margin-bottom: 21px;
}
.margin-bottom--4 {
  margin-bottom: 28px;
}
.margin-top--0 {
  margin-top: 0px;
}
.margin-top {
  margin-top: 7px;
}
.margin-top--2 {
  margin-top: 14px;
}
.margin-top--3 {
  margin-top: 21px;
}
.margin-top--4 {
  margin-top: 28px;
}
.margin-right--0 {
  margin-right: 0px;
}
.margin-right {
  margin-right: 7px;
}
.margin-right--2 {
  margin-right: 14px;
}
.margin-right--3 {
  margin-right: 21px;
}
.margin-right--4 {
  margin-right: 28px;
}
.margin-left--0 {
  margin-left: 0px;
}
.margin-left {
  margin-left: 7px;
}
.margin-left--2 {
  margin-left: 14px;
}
.margin-left--3 {
  margin-left: 21px;
}
.margin-left--4 {
  margin-left: 28px;
}
.padding-top {
  padding-top: 7px;
}
.padding-top--2 {
  padding-top: 14px;
}
.padding-top--3 {
  padding-top: 21px;
}
.padding-top--4 {
  padding-bottom: 28px;
}
.page-padding {
  padding: 14px;
  box-sizing: border-box;
}
.w--400 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.vertical-align--middle {
  display: flex;
  align-items: center;
}
.cursor--pointer {
  cursor: pointer;
}
.hidden {
  display: none;
}
.top--1 {
  position: relative;
  top: 1px;
}
.top--2 {
  position: relative;
  top: 2px;
}
.text-muted {
  color: #888;
}
.text-italic {
  font-style: italic;
}
.text--400 {
  font-weight: 400;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-mono {
  font-family: 'Red Hat Mono', monospace;
}
.text-lg {
  font-size: 15.75px;
}
.text-sm {
  font-size: 10.5px;
}
.text-color--danger {
  color: #ce444b;
}
.text-color--info {
  color: #127ea2;
}
.line-height--button-height {
  line-height: 31.25px;
}
h1 > .icon,
h2 > .icon,
h3 > .icon {
  margin-right: 7px;
}
.note {
  padding: 14px;
  border-left: 2px solid #aaa;
  background-color: #f4f4f4;
}
.note.note-info {
  background-color: #e9f8fd;
  border-color: #127ea2;
}
.note.note-info .icon {
  fill: #127ea2;
}
.note.note-success {
  background-color: #d6e4d6;
  border-color: #232;
}
.note.note-error {
  background-color: #eebdc0;
  border-color: #ce444b;
}
.white-box {
  background-color: #fff;
  padding: 21px;
  border-radius: 7px;
  border: 4px solid #eaeaea;
}
.white-box.border-thin {
  border: 1px solid #eaeaea;
}
.white-box.padding-sm {
  padding: 14px;
}
.white-box .white-box-header {
  margin-top: -21px;
  margin-left: -21px;
  margin-right: -21px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 21px;
}
.white-box .white-box-header h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 14px 21px;
  font-size: 15.75px;
}
.white-box .white-box-header h2 svg {
  color: #888;
  margin-right: 7px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 12.25px;
  padding: 0px;
  margin: 0px;
}
.hide {
  display: none;
}
.flex-wrap {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.flex-wrap .left-col {
  width: 600px;
  background-color: #f4f4f4;
  height: 100vh;
}
.flex-wrap .right-col {
  background: #067985;
  background: linear-gradient(241deg, #067985 58%, #f4f4f4 42%);
  height: 100vh;
  flex-grow: 1;
}
.flex-wrap .white-box {
  width: 400px;
  text-align: left;
  margin: auto;
}
.align-middle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login-box {
  width: 350px;
}
.login-box .login-options .login-option {
  position: relative;
  display: block;
  border-radius: 21px;
  padding: 7px 14px;
  border: 1px solid #067985;
  color: #067985;
  background-color: #fff;
  outline-color: #ffa152;
  font-size: 12.25px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 14px;
}
.login-box .login-options .login-option:not(.static):not([disabled]) {
  cursor: pointer;
}
.login-box .login-options .login-option:not(.static):not([disabled]):hover {
  background-color: #ebebeb;
}
.login-box .login-options .login-option:not(.static):not([disabled]):hover .loader:after {
  background-color: #ebebeb;
}
.login-box .login-options .login-option[disabled] {
  background-color: #ffffff;
  border-color: #089dac;
  cursor: not-allowed;
}
.login-box .login-options .login-option svg {
  position: relative;
  top: 2px;
  margin-right: 7px;
  fill: #067985;
}
.login-box .login-options .login-option.btn-icon {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.login-box .login-options .login-option .loader:after {
  transition: background-color 0.3s;
  background-color: #fff;
}
.login-box .login-options .login-option.btn-block {
  display: block;
  width: 100%;
}
.login-box .login-options .login-option.btn-lg {
  padding: 14px 21px;
  font-size: 15.75px;
  border-radius: 50px;
}
.login-box .login-options .login-option.btn-lg svg {
  width: 14px;
  height: 14px;
  top: 1px;
}
.login-box .login-options .login-option svg.icon {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 21px;
  top: 14px;
}
#login-box #option-password {
  display: none;
}
#login-box.option-password .login-options {
  display: none;
}
#login-box.option-password #option-password {
  display: block;
}
.text-button {
  border: 0px;
  padding: 0px;
  color: #888;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.text-button:hover {
  color: #444;
}


/*# sourceMappingURL=login.7e448071861d47503078.css.map*/