/*
 * Copyright 2016 Red Hat, Inc. and/or its affiliates
 * and other contributors as indicated by the @author tags.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 body {
  background-color: #f0f0f0;
  background-size: cover;
  background-repeat: no-repeat;
  /*font-size: 14px;*/
  font-size: 20px;
  font-family: "Source Sans Pro Web", sans-serif;
  margin: 0;
}

body#kc-dsl-body {
  background-color: #E8F5FF; 
  background-size: cover;
  background-repeat: no-repeat;
  /*font-size: 14px;*/
  font-size: 20px;
  font-family: "Source Sans Pro Web", sans-serif;
  margin: 0;
}

h1#kc-page-title-dsl {
  background-color: #ffffff;
  position: relative;
}

div#kc-content {
  max-width: 1000px;
  margin: auto;
  /*width: max-content;*/
  background-color: #ffffff;
  padding: 32px 75px;
  opacity: 1;
  min-height: 220px;
  /*min-width: 400px;*/
}

div#kc-content-dsl {
  max-width: 700px;
  margin: auto;
  background-color: #ffffff;
  opacity: 1;
  min-height: 220px;
}

div#kc-content-reg {
  margin: auto;
  max-width: 681px;
  width: max-content;
  padding: 32px 75px;
  opacity: 1;
  min-height: 220px;
  min-width: 400px;
}

div#kc-content-wrapper, div#kc-content-wrapper-dsl{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#kc-update-profile-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#kc-update-profile-form input[type="text"] {
  width: calc(100%);
  max-width: 1000px;
}

div#kc-form {
  /* float: left; */
}

div#kc-form label {
  /*display: block;
  font-size: 14px;*/
  display: flex;
  font-size: 20px;
  margin-bottom: 4px;
}

div#info-area {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
}

div#info-area p {
  margin-right: 30px;
  display: inline;
  text-shadow: none;
}

span#remember-forgot-span {
  margin-top: 10px;
}

div#remember-me-dsl {
  float:left; 
}

div#forgot-password-dsl {
  float: right;
  font-size: 16px;
  margin-right: 20px;
}

.kc-input-text {
  /*font-size: 14px;*/
  font-size: 20px;
  /* margin-bottom: 20px; */
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 4px 8px;
  height: 32px;
  width: calc(100% - 20px);
  box-shadow: 0 0 3px #efefef;
}

input[type="submit"], .btn-primary {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background: rgba(25, 71, 117, 1) 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin-top: 20px;
  margin-right: 10px;
  width: 100%;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1.66666667;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn {
	box-shadow: 0 2px 3px rgba(3,3,3,.1);
}
.btn-primary{
  /*width: 12%;*/
  margin-top: unset;
}

.btn-default {
	background-color: #f1f1f1;
	background-image: linear-gradient(to bottom,#fafafa 0,#ededed 100%);
	background-repeat: repeat-x;
	border-color: #bbb;
	color: #4d5258;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	background-color: #fafafa !important;
	background-image: none !important;
	border-color: #d1d1d1 !important;
	color: #8b8d8f !important;
	opacity: 1;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 1px;
}

input[type="submit"]:hover, .btn-primary:hover {
  background-color: rgba(25, 71, 117, 0.9);
}

div#kc-form-options div {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

div#kc-form-options div label {
  font-size: 14px;
  display: block;
}

div#kc-feedback {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

div#kc-feedback-wrapper {
  padding: 1em;
}

div.feedback-success {
  background-color: rgba(155, 155, 255, 0.1);
}

div.feedback-warning {
  background-color: rgba(255, 175, 0, 0.1);
}

div.feedback-error {
  background-color: rgba(255, 0, 0, 0.1);
}

div#kc-header {
  display: none;
}

div#kc-dsl-header {
  background-color: #ffffff;
}

div#kc-registration {
  margin-bottom: 20px;
}

#kc-registration > span {
  margin-top: 20px;
}

#kc-registration-container-dsl {
  background-color: #2C608A;
  padding-bottom: 40px;
  padding-top: 30px;
}

#kc-need-account-text {
  color: #ffffff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

#kc-registration-dsl {
  width: max-content;
  margin: auto;
}

#kc-register-button {
  background-color: white;
  color: #2C608A;
}

#kc-registration-container-dsl a {
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

/*
#kc-social-providers-dsl a {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background: rgba(44, 96, 138, 1) 0% 0% no-repeat padding-box;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin-top: 20px;
  margin-right: 40px;
  text-decoration: none;
}
*/

span[id^="input-error"] {
  color: orangered;
  position: relative;
}

#kc-social-providers {
  display: flex;
  flex-direction: column;
}

#kc-social-providers ul {
  width: max-content;
  align-self: center;

  margin: 0;
}

#kc-social-providers a {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background: rgba(25, 71, 117, 1) 0% 0% no-repeat padding-box;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin-top: 20px;
  margin-right: 40px;
  width: 100%;
  text-decoration: none;
}

#kc-social-providers a:hover {
  background-color: rgba(3, 70, 114, 0.4);
}

#kc-register-form {
  width: 80vw;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

fieldset {
  border: none;
  padding: 0px;
}

.secondaryFieldset {
  display: none;
  border: none;
  padding: 0px;
}

/* secondary Employment Options (contracts supported, state supported */
/* .user\.attributes\.contractSupported2,
.user\.attributes\.stateSupported2,
.user\.attributes\.otherBranch2,
#user\.attributes\.otherBranch2,
.user\.attributes\.otherLocation2,
#user\.attributes\.otherLocation2 {
  display: none;
} */

.additionalHidden {
  display: none;
}


.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

#kc-register-form input[type="text"] {
  width: calc(100%);
}
.password input[type="password"] {
  width: calc(100%);
}
.nameFields {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.nameFields > div:not(:last-child) {
  flex: 1;
}

.nameFields input {
  width: auto;
}

.kc-select {
  width: 100%;
  padding: 10px;
  /*margin-bottom: 20px;
  background-color: rgba(3, 70, 114, 0.15);*/
  border: 0px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  height: 42px;
}

select option {
  /*background: rgba(3, 70, 114, 0.15);*/
  color: #000000;
}

#contractSupported1,
#user\.attributes\.stateSupported1 {
  height: 144px;
}

#user\.attributes\.otherLocation1,
.user\.attributes\.otherLocation1,
.user\.attributes\.contractSupported1,
.user\.attributes\.subcontract1,
.user\.attributes\.otherBranch1,
#user\.attributes\.otherBranch1,
.user\.attributes\.stateSupported1 {
  display: none;
}

.user\.attributes\.subcontract2,
.user\.attributes\.subcontract3,
.user\.attributes\.subcontract4,
.user\.attributes\.subcontract5 {
  display: none;
}

.user\.attributes\.stateSupported2,
.user\.attributes\.stateSupported3,
.user\.attributes\.stateSupported4,
.user\.attributes\.stateSupported5 {
  display: none;
}

.user\.attributes\.otherBranch2,
#user\.attributes\.otherBranch2,
.user\.attributes\.otherBranch3,
#user\.attributes\.otherBranch3,
.user\.attributes\.otherBranch4,
#user\.attributes\.otherBranch4,
.user\.attributes\.otherBranch5,
#user\.attributes\.otherBranch5 {
  display: none;
}

#user\.attributes\.otherLocation2,
.user\.attributes\.otherLocation2,
#user\.attributes\.otherLocation3,
.user\.attributes\.otherLocation3,
#user\.attributes\.otherLocation4,
.user\.attributes\.otherLocation4,
#user\.attributes\.otherLocation5,
.user\.attributes\.otherLocation5 {
  display: none;
}

#contractSupported1-row, #stateSupported1-row,
#contractSupported2-row, #stateSupported2-row,
#contractSupported3-row, #stateSupported3-row,
#contractSupported4-row, #stateSupported4-row,
#contractSupported5-row, #stateSupported5-row {
  display: none;
}

#employment-block-2, #employment-block-3,
#employment-block-4, #employment-block-5 {
  display: none;
}

#ctpSupported1, #ctpSupported2,
#ctpSupported3, #ctpSupported4,
#ctpSupported5 {
  display: none;
}

.password {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
  gap: 10px;
  align-items: start;
}
.password > div {
  width: 100%;
}

.piv {
  margin-top: 10px;
  align-self: center;
}

.pivContainer {
  display: flex;
}

.secondaryEmployment {
  display: none;
  margin-top: 10px;
  align-self: right;
}



.submitOptions {
  grid-column: 1 / -1;
  margin-top: 10px;
  width: 100%;
}

.back {
  margin-bottom: 10px;
}

.mt-1 {
	margin-top: 1em;
}

.chosen-single {
  background-color: #ffffff !important;
  border: 1px solid #171717 !important;
  background: unset !important;
  box-shadow: unset !important;
}

#user_attributes_contractSupported1_chosen .chosen-choices {
  border-radius: 4px !important;
}

.required::after {
  content: " *";
  color: #ff0000;
}
span.error {
  color: #ff0000;
  font-size: 12px;
  padding-top: 2px;
}

fieldset > div {
  padding-bottom: 10px;
}

.chosen-default {
  margin-bottom: 0px !important;
  height: 27px !important;
}

.selectField {
  display: flex;
  flex-direction: column-reverse;
  /*background-color: white;*/
}

.chosen-container {
  background-color: white;
  width: 80vw;
  max-width: 1000px;
}

.kc-suffix {
  width: 50px;
}

.passwordRequirements{
  display: inline-block;
  position: relative;
}
.passwordRequirements > img  {
  padding-left:4px;
  height: 14px;
  cursor: help;
}

/* Tooltip text */

.passwordRequirements .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #707070;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 4px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.passwordRequirements .tooltiptext.bottom {
  bottom: -246px;
}
/* Tooltip arrow */
.passwordRequirements .tooltiptext::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 12%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.passwordRequirements .bottom .tooltiptext::after  {
  top:100%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.passwordRequirements:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.expirationDates {
  display: flex;
  flex-direction: column;
}

.expirationDates > div {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
}

.attestation{
  padding-top: 16px;
  display:flex;
  flex-direction: row;
}

.attestation input[type="checkbox"] {
  margin-left: 20px;
  margin-right: 20px;
}

.expirationDates .issa{
  display: none;
}

header {
  text-align: center;
}

#ciam-description{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}

.description {
  max-width: 30rem;
}

.or {
  /* display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 50px 1fr; */
  display: flex;
  justify-content: center;
  padding: 1rem 2rem;
}

.or:before, .or:after {
  content: '';
  position: relative;
  border-top: 1px solid #707070;
  width: 100%;
  transform: translateY(50%);
}

.or > span {
  padding: 0px 1rem;
}
#kc-form-login{
  display: flex;
  flex-direction: column;

}

#kc-form-login-dsl{
  display: flex;
  flex-direction: column;
  width: 75%;
  margin: auto;
}

#kc-form-buttons-dsl {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#kc-social-providers-dsl {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

input.pivLogin{
  width: max-content;
  align-self: center;
  margin: 0;
}

#user\.attributes\.attestation-error {
  text-align: center;
}

input[type="checkbox"] {
  margin: 20px 0 16px 6px;
}

label[for="password"] {
  margin: 8px 0 0 8px;
}

label[for="username"] {
  margin-left: 8px;
}

#back-arrow {
  margin-right: 5px;
}

#back-btn {
  color: black;
  font-size: 15px;
}

/* NAV BAR STYLES */

div#nav-bar {
  height: fit-content;
  background-color: #194775;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

span#nav-title {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-family: "Source Sans Pro Web", sans-serif;
  padding-right: 2em;
  margin-left: 2em;
}

.nav-link {
  box-sizing: border-box;
  position: relative;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0 10px;
  min-width: 120px;
  min-height: 60px;
  line-height: 60px;
  border-radius: 4px;
  padding: 0 8px;
  overflow: visible;
  color: #fff;
}

.nav-link:hover {
  background-color: #17436f
}

.nav-link-text {
  font-family: "Source Sans Pro Web", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.alert {
  border-radius: 3px;
  padding: 0 4px;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 10px;
}
.alert-success {
  background-color: #E4F1E1;
  border-left-color: #4B9E39;
}
.alert-error {
  background-color: #F8E7E7;
  border-left-color: #B91415;
}
.alert-warning {
  background-color: rgb(255, 236, 179);
  border-left-color: rgb(217, 163, 0)
}
.alert-info {
  background-color: #E4F3FA;
  border-left-color: #5994B2;
}

/* Modal styles copied from Bootstrap */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

@media (min-width:768px) {
  .modal-dialog {
    width:600px;
    margin:30px auto
  }

/*custom width for email error to match new design*/
  span#email-error {
    width: 600px;
  }
}
@media (min-width:992px) {
    .modal-lg {
     width:900px
    }
   }
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.fade.in {
	opacity: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.in {
	opacity: .5;
}
.modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 1px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
}
.modal-header {
	background-color: #f5f5f5;
	border-bottom: none;
	padding: 10px 18px;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.rob-accepted{
  display: none;
} 

.switch-field {
	display: flex;
	margin-bottom: 0px;
	overflow: hidden;
  float: right;
}


.switch-field input:checked + label {
  color: #ffffff;
}

.switch-field input + label {
  color: #3f51b5;
}

.switch-field input{
  display: none;
}

.switch-field label {
	background-color: #e4e4e4;
  font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #17436f;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px;
  margin-right: 10;
  letter-spacing:0.25px;
}

.switch-field label:last-of-type {
	border-radius: 4px;
  letter-spacing:0.25px;
}

#robCancelButton{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.supervisorInfoBtn {
  border: none;
  border-radius: .15rem;
  margin-top: 10px;
  margin-bottom: 20px;
  vertical-align: baseline;
  width: auto;
}

.supervisorInfoWrapper{
  margin-left: 75%;
}

.supervisorInfoBody{
  margin-left: 1rem;
  margin-right: 1rem;
}

.modal-content{
  border-radius: .25rem;
}

.modal-header{
  border-radius: .25rem;
  background-color: #ffffff;
}

@media screen and (max-width: 930px) {
  div#kc-content {
    width: 80vw;
  }
  .nameFields {
    flex-direction: column;
  }
  .password {
    display: block;
  }
  .password input[type="password"] {
    width: 80vw;
  }
  #kc-register-form input[type="text"] {
    width: 80vw;
  }
  #kc-update-profile-form input[type="text"] {
    width: 80vw;
  }
  .selectField {
    width: 80vw;
  }
  .selectField select {
    width: inherit;
  }
  .dateInput input[type="date"] {
    width: 80vw;
  }
  .pivOption {
    transform:scale(2, 2);
    margin-left: 10px;
    margin-right: 10px;
  }
  .attestation input[type="checkbox"] {
    transform:scale(3, 3);
  }
  #modal_rob {
    transform:scale(2, 2);
    margin-right: 10px;
  }
}

/* Select OTP Method page */
.select-auth-heading{
    text-align: center;
}

.select-auth-box-arrow{
    display: flex;
    align-items: center;
    margin-right: 2rem;
    float: right;
    width: 5%;
}

.select-auth-box-icon{
    display: flex;
    flex: 0 0 2em;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 3rem;
}

.select-auth-box-parent{
    border: 2px solid #DCDEE0;
    border-radius: 4px;
    opacity: 1;
}

.select-auth-box-itembody{
  width: 95%;
}

.select-auth-box-parent:hover{
    background-color: #f7f8f8;
}

.select-auth-container {
    padding-bottom: 0px !important;
}

.select-auth-box-headline {
    font-size: 24px;
    font-weight: bold;
}

.select-auth-box-desc {
    font-size: 20px;
}

.dsl-heading-label {
  max-width: none !important;
}

.usa-combo-box__input {
  width: 100%;
  border-color: #71767a;
}

.usa-combo-box__clear-input {
  display: none;
}

.openModal-button {
  width: 100% !important;
  color: white !important;
  text-decoration: none !important;
}

.register-submit-button {
  width: 100%;
}

.ftl-back-submit{
  display: flex;
  justify-content: right;
}

span.error-text {
  color: #ff0000;
  font-weight: 600;
  display: inline-block;
  padding-top: 6px;
}

.field-container-error {
  border-left: 3px red solid;
  padding-left: 6px;
}

.issa {
  display: none;
}

#user_attributes_subcontract1_chosen {
  width: 100% !important;
}

/*For warning banner and warning icon on login-update-profile, otp setup, etc.*/
.uswdsBannerIconText{
  display: flex;
  align-items: center;
}

.uswdsWarningIcon{
  padding-right: 3px;
}

.usa-header {
  background-color: white;
}

#ie-warning {
  background-color: #e8f5ff;
}

#page-not-found {
  font-weight: 900; 
  color: #2578C3;
}

@media only screen and (max-width: 800px) and (max-height: 650px) {
  .usa-footer {
    display: none;
  }
  .dsl-heading-container {
    display: none;
  }
  #kc-registration-container-dsl {
    display: none;
  }
  #kc-page-title-dsl {
    display: none;
  }
  #kc-content-dsl {
    margin: 0;
  }
  #ciam-description {
    display: none;
  }
  #login-submit-button {
    margin-top: 0;
  }
  #kc-social-providers-dsl a {
    margin-top: 0;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #login-error-info {
    display: none;
  }
  .usa-button--big {
    min-height: 4rem !important;
    font-size: 1.49rem !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  div#kc-content-dsl {
    max-width: unset;
    width: 100%;
  }
  body#kc-dsl-body {
    background-color: white;
  }
  #kc-username {
    font-size: 1.49rem;
  }
}