.login-pf body {
    background: none;
    background-size: cover;
    height: 100%;

}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}

#kc-content {
    width: 100%;
}

#kc-attempted-username{
    font-size: 20px;
    font-family:inherit;
    font-weight: normal;
    padding-right:10px;
}

#kc-username{
    text-align: center;
}

#kc-webauthn-settings-form{
    padding-top:8px;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options {
    padding-left: 0;
    padding-right: 0;
}

#kc-form-buttons {
    padding-left: 0;
    padding-right: 0;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin: 30px;
	overflow: auto;
	height: 100%;
	flex: 1;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

.subtitle {
    text-align: right;
    margin-top: 30px;
    color: #909090;
}

.required {
    color: #CB2915;
}

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.kc-login-tooltip{
    position:relative;
    display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: black;
    visibility: hidden;
    color: #fff;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}
.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }


@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf body {
      background: white;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
      font-size: 16px;
      font-weight: bold;
      padding: 20px 60px 0 0;
      color: #72767b;
      letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
  margin-top: 40px;
}

.terms-pf-page {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.terms-pf-page .card-pf {
	overflow: auto;
}

.terms-pf-page #kc-header-wrapper {
	text-align: center;
}

.terms-pf-page #kc-page-title {
	text-align: center;
}

.terms-pf-page .clearfix {
	margin-bottom: 3rem;
}

.terms-pf-page .card-pf {
	margin-bottom: 3rem;
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
  border-top: 0;
  box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 20px 30px 20px;
    }
}
@media (max-width: 767px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
    }
    .card-pf.login-pf-accounts{
      max-width: none;
    }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}


@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}



.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.login-pf-page .list-view-pf .list-group-item {
    border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
    width: 100%;
}

.login-pf-page .card-pf{
  margin-bottom: 10px;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

.subtitle1 {
	margin-top: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 15.75px;
	font-weight: 700;
}

.lts-term-body {
	margin-top: 1.5rem;
	font-size: 15.75px;
	font-weight: 500;
}

.lts-term-body > a, .lts-term-body > a:hover {
    color: black;
}
ul, li {
    margin-top: 1.5rem;
	font-size: 15.75px;
	font-weight: 500;
}

.lts-terms-title-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 700;
}
.lts-term-title {
	color: black;
	font-weight: 600;
    font-size: 15.75px;

}

.lts-input {
	height: 54px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border-width: 0 0 0 7px;
    border-color: #999A98;
    color: black;
	outline: none;
	padding: 18px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15.75px;
    font-weight: 500;
    box-shadow: none;
    border-style: solid;
}
.lts-input:active, .lts-input:focus {
    border-width: 1px 1px 1px 7px;
	border-color: black !important;
	background-color: white;
}
.lts-input::placeholder {
    color: #999A98;
}

.lts-btn {
	background: #000000 0% 0% no-repeat padding-box;
	border-width: 0;
	color: #FFFFFF;
	border-radius: 30px;
	height: 48px;
	font-size: 15.75px;
	font-weight: 500;
	padding-left: 25px;
	padding-right: 25px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.lts-btn:hover {
    background-color: #0083BE;
}


.lts-header {
	font-size: 18px;
	font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lts-header-1 {
    background-color: white;
}

.lts-header-row {
    max-width: 1431px;
    padding-left: 24px;
	padding-right: 24px;
}

.lts-header-row1 {
	background-color: white;
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
}

.lts-header-row2 {
    width: 100%;
	padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.lts-header-links {
    display: inline-flex;
    align-items: center;
}

.lts-header-title {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-top: 109.27px;
}

.lts-header-logo {
    width: 220px;
    height: 26.3px;
}




@media (max-width: 960px) {

    #lts-var-logo-text {
        display: none;
    }

    .lts-footer-row-1 {
        justify-content: center;
        flex-direction: column;
    }

    .lts-footer-row-2 {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .lts-footer-line  {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #lts-footer-logo-div {
        display: flex;
        flex-direction: column;
    }

    #lts-footer-portal-a {
        margin-top: 15px;
    }

    .lts-terms-and-conditions {
       padding-left: 24px;
       padding-right: 24px;
	   width: calc(100vw - 24px - 24px) !important;
    }

}

@media (max-width: 840px) {
    .lts-header-row2 {
        justify-content: center;
        flex-direction: column;
    }

    #lts-new-user {
       margin-top: 20px;
    }
}

@media (max-width: 812px) {

    #lts-header-1 {
        display: none;
    }

}


.lts-header-img-text {
	margin-left: 9px;
    margin-right: 0;
}
.lts-header-a-img {
    height: 20px;
    margin-left: 0 !important;
}

.lts-header-a {
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    height: 100%;
}
.lts-header-a-first {
    padding-left: 0;
}


.lts-header-a-selected {
    background-color: #D0D0D0;
}

.lts-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 334px;
    margin-top: 200px;
    padding-bottom: 108px;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	background-color: black;
    color: white;
}

.lts-footer-row {
    max-width: 1431px;
    padding-left: 24px;
	padding-right: 24px;
}

.lts-footer-row-1 {
    width: 100%;
    display: flex;
    margin-top: 108.01px;
    align-items: center;
    white-space: nowrap;
}

.lts-footer-line {
    max-width: 1382px;
    width: calc(100% - 48px);
	height: 2px;
	background-color: #262626;
	margin-top: 36.15px;
    opacity: 15;
    display: flex;
    justify-content: space-between;

}

.lts-footer-row-2 {
    width: 100%;
    margin-top: 36.15px;
    display: flex;
    align-items: center;
    white-space: nowrap;

}

.lts-no-wrap {
    white-space: nowrap;
}

.lts-media {
	flex-grow: 1;
	text-align: right;
	white-space: nowrap;
}

.lts-media-icons {
    flex-grow: 1;
	text-align: right;
    white-space: nowrap;
    margin-top: 5px;
}

.lts-media-icon {
    margin-left: 18px;
    height: 23px;
}
.lts-media-icon-first {
    margin-left: 0;
}

.lts-icon {
    margin-left: 5px;
    height: 16px;
}

#lts-footer-portal-icon {
    margin-left: 55px;
    height: 18px;
}
#lts-footer-portal-a {
    text-decoration: none;
}

#spanNewUser {
	color: white !important;
}

#lts-var-logo-text {
    margin-left: 54px;
}

#register-btn {
	margin-left: 27px;
	width: 146px;
	background-color: white;
	color: black;
    font-weight: 600;
    font-size: 13.5px;
}

.lts-lbl-s {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13.5px;
}

.lts-lbl-m {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15.75px;
}

.lts-lbl-l {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.lts-logo-text {
	margin-left: 13px;
	color: white;
}

.lts-a {
	color: black;
	font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    text-decoration: underline;
}
.lts-a:hover {
	color: black !important;
}
.lts-a:focus {
	color: black !important;
}
.lts-a:visited {
	color: black !important;
}

.lts-terms-a {
	margin-left: 30px;
	font-size: 15.75px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.lts-terms-span {
    color: white
}


.lts-terms-a-first {
	margin-left: 0;
	font-size: 15.75px;
    color: white;
    text-decoration: none;
}
.lts-terms-a:hover {
    color: white !important;
    text-decoration: none;
}

#lts-brand-mark {
    font-weight: 400;
}


input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	float: right;
}
.lts-checkbox {
	cursor: pointer;
	text-indent: 50px;
	width: 49.5px;
	height: 27px;
	background: #EFEFEF;
	display: block;
	border-radius: 23px;
	position: relative;
}
.lts-checkbox:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: black;
	border-radius: 23px;
	transition: 0.3s;
}
input:checked + label {
	background: #40C485;
}
input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.lts-ta-c {
	text-align: center;
}

.lts-100p {
	width: 100%;
}

.lts-mb-20 {
	margin-bottom: 20px;
}

#lts-btn-register {
	float: right;
}
#lts-reg-submit-div {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#lts-reg-submit-div::before {
    content: none;
}
#lts-reg-submit-div::after {
    content: none;
}


.lts-terms-and-conditions {
	margin-top: 144px !important ;
    margin-bottom: 144px;
    max-width: 664px;
	width: 664px;
    height: calc(100vh - 144px - 144px);
}
@media (max-height: 840px) {
    .lts-terms-and-conditions {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
        min-height: 0 !important;
        height: calc(100vh - 24px - 24px) !important;
     }
}
.lts-terms-buttons {
	text-align: right;
}
.lts-terms-btn {
    width: 150px;
    margin-right: 10px;
    text-align: center;
    margin-top: 15px;
}
.lts-terms-btn-reject {
    background-color: #999A98;
    cursor: pointer;
}
.card-pf {
    margin-top: 72px;
    padding: 36px !important;
    box-shadow: 0px 2px 8px #0000001A;
    border-radius: 4px;
}

.login-pf-page {
    flex-grow: 1;
    padding-top: 0;
}

.form-group {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
}

a#kc-current-locale-link {
	padding: 0;
	color: red;
	display: inline;
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 13.5px;
}

a#kc-current-locale-link::after {
	content: none;
}

.kc-dropdown-item {
	font-family: 'Montserrat', sans-serif;
	font-size: 13.5px;
}

.lts-body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.alert-warning {
    background-color: #FFB500;
    border: none;
    border-radius: 4px;
    color: white;
}
.kc-feedback-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.pficon-warning-triangle-o {
    top: 15px !important;
}

.pficon-warning-triangle-o:before {
    color: white;
}

#lts-verify-email-send-again {
    margin-top: 36px;
}

.lts-pwd-parent {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.lts-pwd-input {
    padding-right: 45px;
}
.lts-pwd {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 20px;
    cursor: pointer;
}

.instruction {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15.75px;
    color:black !important;
}

.instruction a {
    color: black;
    text-decoration: underline;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

body {
    padding: 0;
    margin: 0;
    background-color: #d0d0d0;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.lt-top-bg {
    top: 0;
    width: 100%;
    height: 50vh;
    background: #000;
    background: radial-gradient(at 75% 100%, #333 0%, #000 75%);
    overflow: hidden;
    position: absolute;

    z-index: -1;
}

.lt-top-bg:before {
    top: 0;
    left: auto;
    bottom: 0;
    width: 50vw;
    content: '';
    display: block;
    background-color: #FFF;
    position: absolute;
    right: -10rem;
    z-index: 0;
    transform: skewX(-12.5deg);
    opacity: 0.1;
}

.lt-top-bg:after {
    top: 100%;
    left: 0%;
    width: 100%;
    height: 200px;
    content: '';
    display: block;
    position: absolute;
    background-color: #d0d0d0;
    transform: skewY(-3deg);
    transform-origin: 0% 100%;
}

@media (max-width: 1099px) {
    .lt-top-bg:before {
        width: 60vw;
    }
}

@media (max-width: 959px) {
​
    .lt-top-bg {
        min-height: 75vh;
    }
    .lt-top-bg:before {
        width: 100vw;
        height: 55%;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        transform: skewY(9deg);
        transform-origin: 100% 0%;
    }
}

.chatme-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.chatme-modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
    width: fit-content;
}

.chatme-close {
    color: black;
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 40px;
    font-weight: 100;
}

.chatme-close:hover,
.chatme-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.chatme-cursor {
    cursor: pointer;
    line-height: 0;
}

.chatme-img {
    opacity: 0;
    text-align: right;
    opacity: 1;
}

.lts-cursor {
    cursor: pointer;
}

.lts-login-btn-disabled {
    background-color: #999A98;
    cursor: default;
}

.lts-mt-20 {
    margin-top: 20px
}

select:not(:valid) {
    color: #999A98;
}

option {
    color: black;
}

.lts-input-help {
    margin-top: -16px;
    padding-bottom: 10px;
}