html,
body {
  height: 100%;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  background-image: none;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
}

body,
input,
select,
textarea {
  font-family: BentonSans, OpenSans;
  color: #3b3b3b;
}border-radius

::placeholder {
  color: #dedede;
}

::-webkit-input-placeholder {
  color: #dedede;
}

::-moz-placeholder {
  color: #dedede;
}

::-ms-input-placeholder {
  color: #dedede;
}

.kc-button {
  font-family: BentonSans;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
  border: solid 2px #bdbdbd;
  text-decoration: none;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.kc-button:focus {
  outline: none;
}

.kc-button.disabled,
.kc-button:disabled {
  cursor: not-allowed;
}

.kc-button-large {
  padding: 10px 46px;
  font-size: 18px;
}

.kc-button-small {
  padding: 7px 21px;
  font-size: 13px;
}

.kc-button-primary {
  background: #9c0d63;
  color: #ffffff;
  border: solid 2px transparent;
}

.kc-button-primary:hover {
  background: #780b4c;
}

.kc-button-primary:focus {
  background: #780b4c;
  border: solid 3px #9c0d63;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin: -1px;
}

.kc-button-primary.disabled,
.kc-button-primary:disabled {
  background-color: rgba(156, 13, 99, 0.5);
}

.kc-button-secondary:hover {
  border: solid 2px #9c0d63;
}

.kc-button-secondary:focus {
  border: solid 3px #9c0d63;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin: -1px;
}

.kc-button-secondary.disabled,
.kc-button-secondary:disabled {
  border: solid 2px #bdbdbd;
  color: #848484;
  background-color: #e4e4e4;
}

.kc-button-ghost {
  background: none;
  border: none;
  border-radius: 4px;
}

.kc-button-ghost:hover {
  background-color: #cacaca;
}

.kc-button-ghost:focus {
  background-color: #cacaca;
  border: solid 3px #9c0d63;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin: -1px;
}

#kc-social-providers,
#kc-sso-login {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#kc-social-providers .color-pill,
#kc-sso-login .color-pill {
  margin: 14px 0;
  width: 100%;
  min-width: 250px;
}

#kc-social-providers .white-pill,
#kc-sso-login .white-pill {
  margin: 11px 0;
  width: 100%;
  min-width: 250px;
}

a.zocial,
button.zocial {
  border: none;
  font-family: BentonSans;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #9e9e9e;
  font-weight: normal;
  padding: 5px;
  line-height: 49px;
  max-width: 300px;
  position: relative;
  height: 47px;
}

.vert-divider {
  width: 2px;
  height: 100%;
  opacity: 0.32;
  background-color: #ffffff;
  left: 54px;
  top: 0;
  position: absolute;
  display: inline-block;
}

.zocial:before {
  content: " ";
  width: 40px;
  height: 40px;
  padding: 6px 0 0 0;
  float: left;
  margin: 0 0 0 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.zocial.google {
  background-color: #da4a22;
}

.zocial.google:hover {
  background-color: #a43819;
}

.zocial.google:focus {
  background-color: #a43819;
  border: solid 3px #9c0d63;
  margin: 11px 0 !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.zocial.google:before {
  background-image: url(../images/google-icon.svg);
}

.zocial.google.disabled,
.zocial.google:disabled {
  background-color: #d18a76;
}

.zocial.classlink-oidc {
  display: block;
  background-color: #0a4d7f;
}

.zocial.classlink-oidc:before {
  background-image: url(../images/classlink-icon.svg);
}

.zocial.classlink-oidc:hover {
  background-color: #073050;
}

.zocial.classlink-oidc:focus {
  background-color: #073050;
  border: solid 3px #9c0d63;
  margin: 11px 0 !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.zocial.clever {
  background-color: #4274f6;
}

.zocial.clever:hover {
  background-color: #3156b7;
}

.zocial.clever:focus {
  background-color: #3156b7;
  border: solid 3px #9c0d63;
  margin: 11px 0 !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.zocial.clever:before {
  background-image: url(../images/clever-icon.svg);
}

.zocial.clever.disabled,
.zocial.clever:disabled {
  background-color: #859edf;
}

.zocial.amplify {
  border: solid 2px #bdbdbd;
  color: #262626;
  background-color: #ffffff;
  box-sizing: content-box;
}

.zocial.amplify:hover {
  border: solid 2px #9c0d63;
}

.zocial.amplify:focus {
  border: solid 3px #9c0d63;
  margin: 10px 0 !important;
}

.zocial.amplify:before {
  background-image: url(../images/amplify-icon.svg);
}

.zocial.amplify .vert-divider {
  opacity: 1;
  background-color: #bdbdbd;
}

.zocial.amplify.disabled,
.zocial.amplify:disabled {
  border: solid 2px #bdbdbd;
  background-color: #e4e4e4;
}

.zocial.qr {
  background-color: #6843ff;
  box-sizing: content-box;
}

.zocial.qr:hover {
  background-color: #2d1295;
}

.zocial.qr:focus {
  background-color: #2d1295;
  border: solid 3px #9c0d63;
  margin: 11px 0 !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.zocial.qr:before {
  margin: 2.5px -10px 2.5px 10px;
  width: 28px;
  height: 34px;
  background-size: contain;
  background-image: url(../images/qr_white_icon.svg);
}

.zocial.qr.disabled,
.zocial.qr:disabled {
  border: solid 1px #bdbdbd;
  background-color: #e4e4e4;
}

#qr-video{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#qr-links a:focus{
  margin: 0 -6px;
}

.zocial.sso {
  background-color: #00866b;
  box-sizing: content-box;
}

.zocial.sso:before {
  background-image: url(../images/sso-login-white.svg);
}

.zocial.sso.disabled,
.zocial.sso:disabled {
  background-color: #82c3b5 !important;
}

.zocial.sso:hover {
  background-color: #00634f;
}

.zocial.sso:focus {
  background-color: #00634f;
  border: solid 3px #9c0d63;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin: 11px 0 !important;
}

/***********************/
/* District SSO Search */
/***********************/

#sso-login-button,
#district-sso-input {
  margin: 18px 0;
  width: 100%;
}

#sso-login-button {
  user-select: none;
}

#district-sso-label {
  width: 100%;
}

#zocial-district-sso-span {
  color: #000000;
  font-weight: 500;
}

#zocial-district-sso-btn {
  background-color: #ffffff;
  box-sizing: content-box;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  padding: 5px 30px;
  line-height: 36px;
  max-width: 300px;
  margin: 11px 0;
  width: fit-content !important;
}

#zocial-district-sso-btn:focus {
  margin: 8px 0;
}

#zocial-district-sso-span {
  padding: 0 0 0 7px;
}

#sso-back-button {
  height: 20px;
  font-family: BentonSans;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3b3b3b;
  font-weight: bold;
  cursor: pointer;
  margin-top: 6px;
}

#sso-back-button:focus {
  margin: 3px 0px -3px 0px;
}

/* Hide dropdown arrow on datalist input */
input::-webkit-calendar-picker-indicator {
  display: none;
}

#login-screen-container{
  display: flex;
  flex-direction: column;
  height: 100%;
}

#login-banner{
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #EBF2FA;
  height: 80px;
}

#banner-content{
  margin: auto;
  display: flex;
  align-items: center;
}

.kc-login-curriculum-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  flex-direction: row;
}

.kc-login-form-container {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.kc-login-form-area {
  margin: auto;
  max-width: 450px;
  width: 100%;
  padding-top: 28px;
}

.kc-login-lineart-container {
  display: none;
}

@media only screen and (min-width: 866px) {
  .kc-login-lineart-container {
    display: flex;
  }
}

.kc-login-lineart-container img {
  height: 90vh;
  object-fit: cover;
}

.kc-login-lineart-container span {
  font-family: Amplify;
  font-size: 24px;
  color: #f37321;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 10px;
  margin-left: 22px;
}

.kc-registration-container {
  float: right;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
  justify-content: flex-end;
}

.kc-registration-container div {
  margin-right: 10px
}

.kc-registration-container a {
  border-radius: 22.5px;
  border: solid 1px #bdbdbd;
  background-color: #ffffff;
  cursor: pointer;
  padding: 9px 25px;
  text-decoration: none;
  color: #262626;
  margin: 2px;
}

.kc-registration-container a:hover {
  border: solid 1px #9c0d63;
  outline: none;
}

.kc-registration-container a:focus {
  border: solid 3px #9c0d63;
  margin: 0px;
}

#kc-page-title {
  font-family: AmplifyLight, Amplify;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #464646;
  line-height: 44px;
  letter-spacing: normal;
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
}

.kc-justify-center{
  width: 100%;
  display: flex;
  justify-content: center;
}

.kc-justify-left{
  width: 100%;
  display: flex;
  justify-content: left;
}

#kc-page-title .amplify-logo {
  height: 43px;
}

#kc-page-title div {
  min-width: 230px;
}

#kc-page-title .h-left {
  width: 100%;
  justify-content: left;
}

.kc-login-instructions {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.kc-account-managed {
  display: flex;
  justify-content: space-evenly;
  font-size: 18px;
  font-family: BentonSans;
  line-height: 1.5;
  margin-top: 34px;
  margin-bottom: 28px;
}

.kc-login-form-group {
  font-size: 14px;
  margin-top: 24px;
}

.kc-login-input {
  outline: none;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 #e5e5e5;
  border: solid 2px #bdbdbd;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #3b3b3b;
}

.kc-login-input:hover {
  border-top: solid 2px #bdbdbd;
  border-left: solid 2px #bdbdbd;
  border-right: solid 2px #bdbdbd;
  border-bottom: solid 2px #9c0d63;
}

.kc-login-input:active {
  border-top: solid 2px #9c0d63;
  border-left: solid 2px #9c0d63;
  border-right: solid 2px #9c0d63;
  border-bottom: solid 2px #9c0d63;
}

.kc-login-input:focus {
  border: solid 2px #9c0d63 !important;
}

.show-password-toggle{
  display: none;
}

.show-password-toggle-container {
  position: absolute;
}

.show-password-toggle + .show-password-toggle-icon {
  cursor: pointer;
  background-size: contain;
  margin-left: -27px;
  margin-top: 20px;
  background-image: url("../images/view.svg");
  width: 18px;
  height: 18px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.show-password-toggle:checked + .show-password-toggle-icon {
  background-image: url("../images/view_off.svg");
  content: "";
}

.show-password-toggle-icon:focus {
  border: solid 2px #9C0D62;
  border-radius: 5px;
  outline: none;
  margin-left: -29px;
  margin-top: 18px;
}

.kc-login-form-group label {
  display: inline;
}

.kc-login-forgot-password-wrapper {
  float: right;
  display: inline;
}

#kc-form-buttons,
.kc-form-buttons {
  display: flex;
  justify-content: space-evenly;
  margin: 38px 0;
}

.kc-login-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.kc-login-terms-container {
  color: #262626;
  font-size: 12px;
  max-width: 375px;
}

.kc-login-copyright-container {
  color: #464646;
  font-size: 10px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 22px;
}

.alert {
  display: flex;
  border-radius: 2px;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
  align-items: center;
}

.alert-icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.alert-error {
  background-color: #f0d0c4;
}

.alert-icon-error {
  background-image: url("../images/red-error.svg");
}

.alert-warning {
  background-color: #f5e8c0;
}

.alert-icon-warning {
  background-image: url("../images/yellow-warning.svg");
}

.alert-success {
  background-color: #c0e2db;
}

.alert-icon-success {
  background-image: url("../images/green-check.svg");
}

.alert-info {
  background-color: #d2e4f8;
}

.alert-icon-info {
  background-image: url("../images/blue-info.svg");
}

.alert-icon-question {
  background-image: url("../images/question-icon.svg");
}

.kc-forgot-password-back-wrapper {
  text-align: center;
}

.kc-error-message {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.kc-verifyemail-address {
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.1px;
}

.setting-up-ui .hide-during-setup {
  visibility: hidden;
}

.kc-bold-text {
  font-weight: bold;
}

#LoginTimeoutWarning{
  width: 280px;
  height: 110px;
  border-radius: 3px;
  box-shadow: 0px 5px 15px #00000030;
  position: absolute;
  background-color: #FBF6E6;
  padding: 20px;
  font-family: BentonSans, OpenSans;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  transition: opacity .25s ease-in-out;
  z-index: 3;
}

#LoginTimeoutHeader{
  font-family: BentonSansMedium;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}

#LoginTimeoutMessageContainer{
  display: flex;
  flex-wrap: wrap;
}

#LoginRefreshButtonContainer{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#LoginRefreshButton{
  margin-top: 5px;
  margin-right: -5px;
  outline: none;
  border: none;
  border-radius: 30px;
  padding: 8px 18px;
  cursor: pointer;
  font-family: BentonSansMedium;
  background-color: #9c0d63;
  border: 2px solid #FBF6E6;
  color: white;
  width: 100px;
}

#LoginRefreshButton:focus{
  border: solid 2px #9c0d63;
  background-color: #780b4c;
}

#LoginRefreshButton:hover{
  background-color: #780b4c;
}

#LoginTimeoutMessage{
  display: flex;
}

#LoginTimeoutTime{
  padding: 0 5px;
}

.fadeOut {
  opacity: 0;
  visibility: hidden;
}

#district-info-container{
  display: flex;
  flex-direction: column;
  margin: 17px 0;
}

#district-info{
  font-family: BentonSans;
  font-size: 21px;
  color: #434343;
  align-self: center;
  text-align: center;
  margin-bottom: 3px;
}

#wrong-district-button{
  font-family: BentonSans;
  font-size: 18px;
  font-weight: bold;
  align-self: center;
}

#wrong-district-button:hover{
  cursor: pointer;
}

#wrong-district-button:focus{
  margin: -3px;
}

#district-login-help-button-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

#district-login-help-button{
  background: none;
  border: none;
  border-radius: 4px;
  outline: none;
  width: fit-content;
}

#district-login-help-button:focus {
  margin: -3px 0;
}

.button-content-centered{
  display: flex;
  align-items: center;
}

#district-login-help-button-message{
  font-family: BentonSans;
  font-size: 19.2px;
  margin-left: 7px;
}

#district-faq-container{
  position: fixed;
  box-shadow: 0px 5px 15px #00000030;
  border-radius: 3px;
  width: 350px;
  right: 0;
  bottom: 0;
  padding: 20px 20px 40px 20px;
  background: white;
  transition: right ease-in-out .3s;
}

.faq-tuck-right {
  right: -400px !important;
}

.district-faq-section {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.district-faq-section div{
  font-family: 'Amplify';
  font-size: 15px;
  color: #3b3b3b;
}

.district-faq-section *{
  display: block;
  margin-bottom: 6px;
}

.faq-entry{
  padding: 1px 4px;
  font-size: 16px;
}

.district-faq-section *:focus {
  margin: -3px -3px 3px -3px;
}

#district-faq-container-close-button{
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
}

#district-faq-container-close-button:focus {
  margin: -3px -6px;
}

#district-faq-header{
  color: 686868;
  font-size: 22px;
  font-family: 'Amplify';
  width: 280px;
  height: 68px;
}

#district-faq-break{
  width: 27px;
  outline: solid 1px #686868;
  margin-bottom: 20px;
}

#forgot-password-button:focus {
  margin: 0 -6px;
}

@keyframes login-spin {
  from {
    transform: rotate(70deg);
    transform-origin: 37px 43px;
  }
  to {
    transform: rotate(430deg);
    transform-origin: 37px 43px;
  }
}

#login-loading-spinner-container {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;
}

#login-loading-spinner {
  z-index: 5;
  align-self: center;
  filter: invert(30%) sepia(6%) saturate(0%) hue-rotate(216deg) brightness(91%) contrast(97%);
  width: 80px;
  height: 86px;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: login-spin;
  user-select: none;
}

.light-blue-link{
  color: #3278c8;
  outline: none;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.light-blue-link:hover,
.light-blue-link:focus{
  color: #1e4878;
  cursor: pointer;
}

.black-link{
  color: #000000;
  outline: none;
  border: none;
  border-radius: 4px;
}

.big-button-pad{
  padding: 10px 20px;
}

.button-pad{
  padding: 1px 4px;
  margin: 0 -3px;
}

.link-pad{
  padding: 2px 2px;
}

.offset-border:focus{
  margin: -3px;
}

.light-gray-active:hover,
.light-gray-active:focus{
  background-color: #dcdcdcb0 !important;
  cursor: pointer;
}

.hard-light-gray-active:hover,
.hard-light-gray-active:focus{
  background-color: #e9e9e9 !important;
  cursor: pointer;
}

.dark-gray-active:hover,
.dark-gray-active:focus{
  background-color: #69696959 !important;
  cursor: pointer;
}

.light-blue-link:focus,
.black-link:focus,
.light-gray-active:focus,
.hard-light-gray-active:focus,
.dark-gray-active:focus{
  border: solid 3px #9c0d63 !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
}

.back-to-login{
  padding: 1px 4px;
  font-size: 16px;
}

.hide-overflow{
  overflow: hidden;
}