﻿@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-LightItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Accord';
  src: url('../fonts/Accord-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-LightItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaL';
  src: url('../fonts/FlechaL-RegularItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-LightItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FlechaM';
  src: url('../fonts/FlechaM-RegularItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
body {
  font-family: 'Accord', 'Open Sans', sans-serif;
}
.btn {
  --bs-border-radius: 0;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  min-width: 150px;
  letter-spacing: 1.5px;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  --bs-btn-bg: #267AC0;
  --bs-btn-active-bg: #267AC0;
  --bs-btn-border-color: #267AC0;
  --bs-btn-active-border-color: #267AC0;
  --bs-btn-hover-bg: #085086;
  --bs-btn-hover-border-color: #085086;
}
.btn-outline {
  --bs-btn-color: none;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #267AC0;
  --bs-btn-hover-border-color: #267AC0;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #267AC0;
  --bs-btn-active-border-color: #267AC0;
  --bs-gradient: none;
}
.display-text {
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .display-text {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
.h1-title {
  font-weight: 600;
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .h1-title {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
.h2-title {
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .h2-title {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
.h4-title {
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .h4-title {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
.h5-title {
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .h5-title {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
.form-label {
  color: #085086;
  font-family: 'FlechaL', 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
  .form-label {
    font-family: 'FlechaM', 'Open Sans', sans-serif;
  }
}
label {
  font-weight: 700;
  margin-bottom: 5px;
}
a {
  text-decoration: none;
  color: #085086;
}
a:hover {
  text-decoration: underline;
}
html {
  min-height: 100%;
}
body {
  font-family: 'Accord', 'Open Sans', sans-serif;
  background: url(../background-login.png) no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
@media (max-width: 950px) {
  body {
    background: #1C4D9A;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.no-float {
  padding: 100px 0;
  background-color: white;
  height: 100vh;
}
.no-float form {
  width: 100%;
}
.login-page-form-container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.login-page-form {
  background-color: white;
  padding: 30px;
}
@media (max-width: 480px) {
  .login-page-form {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.login-page-form-logo {
  width: 100%;
  margin-bottom: 14px;
}
.login-page-form-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.login-remember {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.login-btn button {
  text-transform: uppercase;
}
.form-control {
  height: 48px;
  border: solid 1px #e1e4e6;
  border-radius: 0;
  margin-bottom: 10px;
}
.form-control:focus {
  border: solid 1px rgba(44, 42, 42, 0.63);
}
.input-validation-error {
  border: solid 1px #c30236;
}
.login-page-form-providers {
  text-align: center;
  padding-top: 20px;
}
.login-page-form-providers ul {
  list-style: none;
  padding-left: 0;
}
.login-page-form-providers li {
  margin-bottom: 10px;
}
.login-page-form-providers a {
  min-width: 280px;
  text-align: left;
}
.btn-primary {
  padding: 20px;
  border: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  font-weight: 600;
  min-width: 150px;
}
.btn-logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
label {
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: 1.5px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  margin-right: 15px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e4e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #28292a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #b2d5ff;
}
input:focus + .slider {
  box-shadow: 0 0 1px #b2d5ff;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #0076ff;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#localLoginForm {
  display: none;
}
.bold {
  font-weight: bold;
}
#returnToProviderSelection {
  cursor: pointer;
}
.show-login-form #localLoginForm {
  display: block;
}
.show-login-form .login-page-form-providers {
  display: none;
}
.carousel-container {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #444444ee;
}
.carousel-container img {
  padding: 64px;
  object-fit: contain;
}
.close-button {
  top: 32px;
  position: fixed;
  right: 0;
  width: 15%;
  z-index: 2;
  box-sizing: border-box;
}
.cursor-pointer {
  cursor: pointer;
}