/* @import url(https://fonts.googleapis.com/css?family=Roboto:300); */
* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}

:root {
    /* --main-color: #7f7f7f; */
      --main-dark: #0d788f;
      --s: 6vmin;
      --p: calc(var(--s) / 2);
      --c1: #f095261d;
      --c2: #f09426;
      --c3: #ffffff;
      --bg: var(--c3);
      --d: 3000ms;
      --e: cubic-bezier(0.76, 0, 0.24, 1);
    
      background-color: var(--bg);
      background-image:
        linear-gradient(45deg, var(--c1) 25%, transparent 25%),
        linear-gradient(-45deg, var(--c1) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, var(--c2) 75%),
        linear-gradient(-45deg, transparent 75%, var(--c2) 75%);
      background-size: var(--s) var(--s);
      background-position:
        calc(var(--p) * 1) calc(var(--p) * 0),
        calc(var(--p) * -1) calc(var(--p) * 1),
        calc(var(--p) * 1) calc(var(--p) * -1),
        calc(var(--p) * -1) calc(var(--p) * 0);
      animation:
        color var(--d) var(--e) infinite,
        position var(--d) var(--e) infinite;
    }
  body {
    background: var(--main-color);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;      
  }

.login-page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://source.unsplash.com/1024x768/?nature,water);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-page:after {
    background-color:var(--main-color) ;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    content: "";
}

.custom__form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 300px;
  margin: 0 auto 0px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.custom__form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.custom__form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: var(--main-color);;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.custom__form button:hover,.form button:active,.form button:focus {
  background: var(--main-dark);
}
.custom__form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.custom__form .message a {
  color: var(--main-color);;
  text-decoration: none;
}
.custom__form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.error-message {
  padding: 6px 16px;
  background: #fff1f1;
  margin-top: 12px;
  border-radius: 8px;
  border: solid 1px #f15b5b;
  color: #f00;
  font-size: 14px;
  text-align: left;
}
.error-icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.error-icon img {
  width: 100%;
  max-width: 20px;
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

img {
  display: block
}

body {
  font-family: "Poppins", sans-serif
}

.sso-login {
  height: 100vh;
  position: relative
}

.sso-login--random-bg {
  height: 100vh
}

.sso-login--random-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.sso-login--b-shadow:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), color-stop(1%, rgba(30, 86, 151, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(30, 86, 151, 0) 1%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e5799", endColorstr="#000000", GradientType=0);
  position: absolute;
  z-index: 100;
  bottom: 0;
  height: 221px;
  left: 0;
  right: 0
}

.sso-login--b-shadow>* {
  position: relative;
  z-index: 101
}

.sso-login--d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sso-login--flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.sso-login--h-100 {
  height: 100%
}

.sso-login--flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.sso-login--flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.sso-login--overflow-auto {
  overflow: auto
}

.sso-login--container-fluid {
  width: 100%;
  height: 100%;
  padding: 0px 32px
}

.sso-login--justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.sso-login--align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sso-login--d-grid {
  display: -ms-grid;
  display: grid
}

.sso-login--grid-column {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.sso-login--align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.sso-login--p-realtive {
  position: relative
}

.sso-login--d-inline-block {
  display: inline-block
}

.sso-login--ta-logo-container {
  padding: 16px 32px
}

.sso-login--ta-logo-container img {
  width: auto;
  height: auto;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.913);
  border-radius: 4px;
}

.sso-login--page-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11
}

.sso-login--form-container {
  padding: 32px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur( 1px );
  max-width: 400px;
  width: 100%;
  min-width: 400px;
  -webkit-animation: 1.5s slide-left;
  animation: 1.5s slide-left;
  margin-left: auto
}

.sso-login--form-header {
  border: none
}

.sso-login--form-header legend {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px
}

.sso-login--bg-details {
  padding: 24px 0;
  position: relative;
  z-index: 101
}

.sso-login--bg-details h1 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Podkova", serif;
  display: inline-block;
  max-width: 457px;
  line-height: 27px;
  margin-bottom: 12px
}

.sso-login--bg-details p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative
}

.sso-login--bg-details p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 64px;
  height: 3px;
  background-color: #EF9920
}

.sso-login--bg-details span {
  margin: 0px 16px;
  padding: 0px 16px;
  border-left: solid 2px #fff
}

.sso-login--pr-5 {
  padding-right: 100px
}

.sso-login--z-index-lg {
  z-index: 101
}

.sso-login--formgroup {
  margin-bottom: 16px
}

.sso-login--formgroup label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px
}

.sso-login--formgroup input {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  border-radius: 4px;
  border: solid 1px #f09426;
  padding: 0px 16px
}

.sso-login--formgroup input:active,
.sso-login--formgroup input:focus,
.sso-login--formgroup input:hover {
  border: solid 1px #f09426
}

.sso-login--formgroup input.sso-login--invalid-text {
  border: solid 1px #e61010;
  color: #e61010
}

.sso-login--button-submit {
  margin-top: 26px;
  display: block
}

.sso-login--button-submit button {
  background: #f09426;
  background: -webkit-gradient(linear, left top, right top, from(#f09426), color-stop(50%, #f5675e), to(#f5675e));
  background: linear-gradient(to right, #f09426 0%, #f5675e 50%, #f5675e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09426", endColorstr="#f5675e", GradientType=1);
  border: none;
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

.sso-login--button-submit button:hover {
  background: #ef7f00;
  background: -webkit-gradient(linear, left top, right top, from(#ef7f00), color-stop(50%, #f5675e), to(#f4463d));
  background: linear-gradient(to right, #ef7f00 0%, #f5675e 50%, #f4463d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7f00", endColorstr="#f4463d", GradientType=1)
}

.sso-login--error-message {
  padding: 7px 12px;
  background: #f6baba;
  border-radius: 30px;
  margin-top: 16px;
  border: solid 1px #e61010;
  font-size: 13px;
  color: #e61010
}

.noteDiv {
  padding: 7px 12px;
  margin-top: 16px;
  font-size: 13px;
  color: #fdfcfc
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ThinItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-MediumItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Light.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Italic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-BlackItalic.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Black.woff2') format('woff2'),
        url('/fonts/Poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Podkova';
    src: url('/fonts/Podkova/Podkova-Regular.woff2') format('woff2'),
        url('/fonts/Podkova/Podkova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Podkova';
    src: url('/fonts/Podkova/Podkova-SemiBold.woff2') format('woff2'),
        url('/fonts/Podkova/Podkova-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Podkova';
    src: url('/fonts/Podkova/Podkova-Medium.woff2') format('woff2'),
        url('/fonts/Podkova/Podkova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Podkova';
    src: url('/fonts/Podkova/Podkova-ExtraBold.woff2') format('woff2'),
        url('/fonts/Podkova/Podkova-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-SemiBold.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Light.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-LightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Regular.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Italic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Medium.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-SemiBold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/Roboto/RobotoCondensed-BlackItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoCondensed-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Bold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Black.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Podkova';
    src: url('/fonts/Podkova/Podkova-Bold.woff2') format('woff2'),
        url('/fonts/Podkova/Podkova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Thin.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ThinItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Thin.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-SemiBold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Regular.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Medium.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Light.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-LightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Italic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Bold.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiCondensed';
    src: url('/fonts/Roboto/RobotoSemiCondensed-Black.woff2') format('woff2'),
        url('/fonts/Roboto/RobotoSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-SemiBold.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-ExtraLight.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/Roboto/Roboto-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


@-webkit-keyframes slide-left {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      visibility: hidden;
      opacity: 0
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
      opacity: 1
  }
}

@keyframes slide-left {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      visibility: hidden;
      opacity: 0
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
      opacity: 1
  }
}

.sso-login--lds-ripple {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle
}

.sso-login--lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.sso-login--lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

@-webkit-keyframes lds-ripple {
  0% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 0
  }

  4.9% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 0
  }

  5% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 1
  }

  to {
      top: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      opacity: 0
  }
}

@keyframes lds-ripple {
  0% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 0
  }

  4.9% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 0
  }

  5% {
      top: 15px;
      left: 15px;
      width: 0;
      height: 0;
      opacity: 1
  }

  to {
      top: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      opacity: 0
  }
}


@keyframes color {
  0%, 25% {
    --bg: var(--c3);
  }
  26%, 50% {
    --bg: var(--c1);
  }
  51%, 75% {
    --bg: var(--c3);
  }
  76%, 100% {
    --bg: var(--c2);
  }
}

@keyframes position {
  0% {
    background-position: 
      calc(var(--p) *  1) calc(var(--p) *  0), 
      calc(var(--p) * -1) calc(var(--p) *  1), 
      calc(var(--p) *  1) calc(var(--p) * -1), 
      calc(var(--p) * -1) calc(var(--p) *  0);
  }
  25% {
    background-position: 
      calc(var(--p) *  1) calc(var(--p) *  4), 
      calc(var(--p) * -1) calc(var(--p) *  5), 
      calc(var(--p) *  1) calc(var(--p) *  3), 
      calc(var(--p) * -1) calc(var(--p) *  4);
  }
  50% {
    background-position: 
      calc(var(--p) *  3) calc(var(--p) * 8), 
      calc(var(--p) * -3) calc(var(--p) * 9), 
      calc(var(--p) *  2) calc(var(--p) * 7), 
      calc(var(--p) * -2) calc(var(--p) * 8);
  }
  75% {
    background-position: 
      calc(var(--p) *  3) calc(var(--p) * 12), 
      calc(var(--p) * -3) calc(var(--p) * 13), 
      calc(var(--p) *  2) calc(var(--p) * 11), 
      calc(var(--p) * -2) calc(var(--p) * 12);
  }
  100% {    
    background-position: 
      calc(var(--p) *  5) calc(var(--p) * 16), 
      calc(var(--p) * -5) calc(var(--p) * 17), 
      calc(var(--p) *  5) calc(var(--p) * 15), 
      calc(var(--p) * -5) calc(var(--p) * 16);
  }
}

@media (prefers-reduced-motion) {
  body {
    animation: none;
  }
}

@media only screen and (max-width:767px) {
  .sso-login--form-container {
      min-width: 100%
  }

  .sso-login--formgroup input {
      height: 42px;
      width: 100%;
      line-height: 42px;
      font-size: 16px
  }

  .sso-login--button-submit button {
      height: 42px;
      line-height: 42px;
      font-size: 16px
  }

  .sso-login--bg-details h1 {
      font-size: 18px;
      font-weight: 500;
      max-width: 100%;
      line-height: 18px
  }

  .sso-login--form-header legend {
      font-size: 24px
  }

  .sso-login--pr-5 {
      padding-right: 0px
  }

  .sso-login--container-fluid {
      padding: 0px 16px
  }

  .sso-login--ta-logo-container {
      padding: 16px 16px
  }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .sso-login--formgroup input {
      height: 42px;
      width: 100%;
      line-height: 42px;
      font-size: 16px
  }

  .sso-login--button-submit button {
      height: 42px;
      line-height: 42px;
      font-size: 16px
  }

  .sso-login--bg-details h1 {
      font-size: 18px;
      font-weight: 500;
      max-width: 100%;
      line-height: 18px
  }

  .sso-login--form-header legend {
      font-size: 24px
  }
}

@media only screen and (min-width:1201px) and (max-width:1366px) {
  .sso-login--formgroup input {
      height: 48px;
      width: 100%;
      line-height: 48px;
      font-size: 18px
  }

  .sso-login--button-submit button {
      height: 48px;
      line-height: 48px;
      font-size: 18px
  }

  .sso-login--bg-details h1 {
      font-size: 22px;
      font-weight: 500;
      max-width: 100%;
      line-height: 22px
  }

  .sso-login--form-header legend {
      font-size: 28px
  }
}

@media only screen and (min-width:1367px) and (max-width:1600px) {
  .sso-login--formgroup input {
      height: 48px;
      width: 100%;
      line-height: 48px;
      font-size: 18px
  }

  .sso-login--button-submit button {
      height: 48px;
      line-height: 48px;
      font-size: 18px
  }

  .sso-login--bg-details h1 {
      font-size: 22px;
      font-weight: 500;
      max-width: 100%;
      line-height: 22px
  }

  .sso-login--form-header legend {
      font-size: 28px
  }
}

@media only screen and (max-width:767px) {
  .custom__form {
    max-width: 275px;
    padding: 32px 17px;
  }
}