
@import 'variables.css';


@font-face {
  font-family: 'Akkurat Pro';
  src: url('./fonts/AkkuratPro.woff2') format('woff2'),
      url('./fonts/AkkuratPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akkurat Pro';
  src: url('./fonts/AkkuratPro-Bold.woff2') format('woff2'),
      url('./fonts/AkkuratPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akkurat Light Pro';
  src: url('./fonts/AkkuratLightPro.woff2') format('woff2'),
      url('./fonts/AkkuratLightPro.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  color: #363636;
  font-family: 'Akkurat Pro';
}

.eyebt{
position: absolute;
right: 2px;
top: 1px;
background: #fff;
height: 30px;
border: 0;
cursor: pointer;
  img{
    width: 20px;
    height: auto;
  }
}
.eyebt:hover{
  img{
    fill: #d6002a;
  }
}

.relative{
  position: relative;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.card-pf {
  background: #fff;
  border-top: 2px solid transparent;
  box-shadow: 0 1px 1px rgba(3, 3, 3, .175);
}
.h4, h4 {
  font-size: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  height: 26px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.66666667;
  color: #363636;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.login-pf body {
  font-family: var(--font-family);
  background: #1F06B6;
  font-size: 12px;
  margin: 0;
}

#input-error {
  color: #d6002a;
}
.err_icon{
  color: #d6002a;
  font-size: 10px;
  border: 1px solid #d6002a;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  width: 12px;
  display: inline-block;
  height: 12px;
  margin-right: 2px;
}
.login-pf body a{
    color: #3168DC;

}
.login-pf .form-group{
  margin-bottom: 20px;
}
label {
  font-weight: 400;
  font-size: 12px;
line-height: 20px;
  display: flex;
  color: #1A2136;
  letter-spacing: 0.012em;
}
.welcometitle{
  color: #1A2136;
  font-weight: 500;
font-size: 24px;
line-height: 38px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: var(--font-family);
  font-weight: 400;
}
.login-pf-page .login-pf-header h1 {

  color: #1A2136;
  font-weight: 400;
font-size: 14px;
  margin: 0;
  text-align: left;
  line-height: 22px;
  margin-bottom: 30px;
}
h2{
      font-size: 16px;
line-height: 26px;
color: #3A435E;
font-weight: 500;
}
h3 {
  font-size: 14px;
  line-height: 22px;
  color: #666d82;
  font-weight: 400;
  margin: 0;
}

.login-pf .login-pf-page .login-pf-signup {
    margin: 80px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.login-pf .login-pf-page .login-pf-signup a{
    margin-left: 4px;
    color: #3168DC;
}

.login-pf body .card-pf {
  position: fixed;
  min-width: 40%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 16px;
  padding-top: 140px;
}
.login-pf-page {
  padding-top: 0;
}
.login-pf body .login-pf-page-header {
  padding: 25px 32px 20px;
  width: 429px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.login-pf-page .login-pf-header {
  max-width: 304px;
  margin: 0 auto;
}
#kc-content {
  max-width: 304px;
  margin: 0 auto;
}
.brandlogo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
  color: #cbc7c7;
}
.login-pf body div.kc-logo-text {
  background: url(../img/logo.svg)
    no-repeat top right;
  height: 41px;
  width: auto;
  margin: 0 auto;
  background-size: contain;
  display: flex;
  text-indent: -9999px;
}
.brand-sep {
          margin: 0 8px;
    border-right: 1px solid #ccc;
    width: 1px;
    height: 25px;
}
.brand1 {
  background:  url(../img/platformlogo.svg)
    no-repeat top left;
  height: 38px;
  width: 129px;
  background-size: contain;
  display: flex;
  text-indent: -9999px;
}
.brand2 {
background:  url(../img/brand.png)
    no-repeat top left;
  height: 37px;
  width: 75px;
  background-size: contain;
  display: flex;
  text-indent: -9999px;
}

.login-pf body {
    background: #F4F8FF;
  background-size: cover;
  height: 100%;
}
.btn-primary {
  margin: 0 var(--point-grid) + px;
  color: var(--text-color-lightest);
  background: var(--color-primary);
  font-size: var(--font-size-small);
  font-family: var(--font-family);
  font-weight: 400;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-default);
  height: 32px;
  box-shadow: var(--shadow-buttons-primary);
}
.btn-primary:focus{
  background: #004153;
}
.btn-primary:hover, .btn-primary:active {
  background: #004153;
  border-color: #004153;
}
.login-pf-page .form-control{
      height:32px;
}
.login-pf-page .form-control[aria-invalid="true"]{
  border-color: #d6002a;
}
.form-control {
  background-color: #ffffff;
  border: 1px solid #BDC0C9;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(36, 46, 76, 0.8);
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgb(31 41 55 / 8%);
}
.disclaimer {
    font-size: 12px;
    line-height: 20px;
  color: #7C8294;
  text-align: center;
  position: absolute;
  bottom: 32px;
  width: 100%;
}

.copyright {
font-size: 12px;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    opacity: .6;
}

.login-pf-page .btn-primary {
  margin-top: 0px;
}

.left-container {
  position: fixed;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F4F8FF;
}


/**Slider CSS**/

* {box-sizing: border-box;}

.mySlides {display: none; padding:0 10%;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
  margin-top: 10%;
}

.mySlides img {
      max-height: 50vh;
      max-width: 100%;
}

/* Caption text */
ul.Slidelist{
text-align:left;
}
ul.Slidelist li{
      list-style:none;
          margin-bottom: 32px;
}
ul.Slidelist li h2{
      font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #FFFFFF;
}
ul.Slidelist li h2 img {
width: 27px;
    height: auto;
    margin-left: -49px;
    margin-right: 17px;
}
ul.Slidelist li p{
      font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
margin-bottom:0;
}
.slidertext-1 {
  color: #1A2136;
  font-size: 24px;
  line-height: 38px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
    
}
.slidertext-2 {
  color: #1A2136;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  background-color: #C4DAFC;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #0E6AF2;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.0s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 1004px) {
      .login-pf body .card-pf{
      min-width: 50%;
      }
      .slidertext-1{
      font-size: 24px;
      line-height:32px;
      padding:4px 8px;
      }
      .left-container{
          width: 50%;
      }
      ul.Slidelist li{
          margin-bottom: 22px;
}
ul.Slidelist li h2{
font-size: 16px;
line-height: 28px;
}
ul.Slidelist li h2 img {
    margin-left: -49px;
    margin-right: 17px;
}
ul.Slidelist li p{
font-size: 12px;
line-height: 18px;
}

}

@media only screen and (max-width: 600px) {
      .login-pf body .card-pf{
      min-width: 100%;
      }
      .left-container{
      display:none;
      }
      
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media only screen and (max-width: 1400px) {
      .login-pf body .card-pf {
    padding-top: 90px;
}
}