html {
  height: 100%;
  width: 100%;
}
body {
  position: relative;
  background-color: #eff4fc;
  font-family: "Roboto", sans-serif;
  height: 100%;
  background: #30afc0;
  background: -moz-linear-gradient(-45deg, #30afc0 0%, #3177aa 48%, #30368a 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #30afc0), color-stop(48%, #3177aa), color-stop(100%, #30368a));
  background: -webkit-linear-gradient(-45deg, #30afc0 0%, #3177aa 48%, #30368a 100%);
  background: -o-linear-gradient(-45deg, #30afc0 0%, #3177aa 48%, #30368a 100%);
  background: -ms-linear-gradient(-45deg, #30afc0 0%, #3177aa 48%, #30368a 100%);
  background: linear-gradient(135deg, #30afc0 0%, #3177aa 48%, #30368a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30afc0', endColorstr='#30368a', GradientType=1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #dddddd;
  -webkit-text-fill-color: #1c1e21;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* QR code generator */
#qrCode {
  margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
.log-in-container .form-control {
  border-radius: 0;
}
.log-in-container .btn-accept {
  background-color: #1ab394;
  color: white;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}
.material-icons {
  font-size: 16px !important;
}
.form-group-input {
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-group-input input {
  border: 1px solid #dddddd;
  padding: 10px 10px 7px 10px;
  border-radius: 5px;
  width: 100%;
  background: white !important;
  box-sizing: border-box;
  color: #1c1e21;
  font-weight: 300;
  font-size: 13px;
  display: block;
  outline: none;
  background-color: white !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-group-input input:focus {
  border-color: #006fc4;
}
.form-group-input label {
  position: absolute;
  font-weight: 300;
  font-size: 10px;
  top: -8px;
  left: 13px;
  color: #1c1e21;
  background: white;
  padding: 0 5px;
  z-index: 1;
}
.field-validation-error,
.field-validation-valid {
  height: 20px;
  font-size: 10px;
  font-weight: 300;
  display: block;
  padding-top: 3px;
}
.login-container {
  background: white;
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e5e5f1;
  position: relative;
}
.login-container h2 {
  font-size: 16px;
  margin-top: 0;
}
.login-container h4 {
  font-size: 12px;
}
a:hover,
a:focus {
  text-decoration: none;
}
.form-group {
  margin-bottom: 17px;
}
.form-group::after {
  display: block;
  content: "";
  clear: both;
}
.form-group .checkbox {
  margin: 0;
}
.form-group .checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 10px;
  padding: 0;
}
.form-group .checkbox label input {
  position: static;
  margin: 0;
  margin-right: 10px;
}
.login-link {
  font-size: 10px;
  margin: 0;
  margin-top: 3px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  font-size: 10px;
}
.btn-accept {
  background: #006fbe !important;
  background-color: #006fbe;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  display: block;
  margin: 0 auto;
}
.btn-accept:hover {
  color: white;
}
.full-width-btn {
  width: 100%;
}
.icons-login {
  text-align: center;
}
.icons-login svg:hover {
  cursor: pointer;
}
.alert {
  min-height: 46px;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  display: block;
}
.help-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 4px 12px;
  z-index: 1000;
  border-radius: 20px;
}
.help-btn a {
  color: #006fbe !important;
  font-size: 12px;
}
.help-btn .material-icons {
  position: relative;
  top: 4px;
  font-size: 15px;
}
.ie-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.ie-wrapper .ie-info {
  background: white;
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e5e5f1;
  min-width: 500px;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ie-wrapper .ie-info h3 {
  padding-bottom: 30px;
}
.ie-wrapper.display {
  display: block;
}
.info-brow {
  padding-top: 30px;
}
.info-brow a {
  margin: 0 5px;
}

.ms-signin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 4px;
  gap: 12px;
  background-color: #FFFFFF;
  color: #5E5E5E;
  border: 1px solid #8C8C8C;
}

.ms-signin-btn img {
  width: 24px;
  height: 24px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}

.flex-container button,
.flex-container .ms-signin-btn {
  width: 100%;
}

.account-item {
  border: 1px solid #e1dfdd;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s, background-color 0.2s;
}

.account-email {
  font-size: 14px;
  color: #605e5c;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.account-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}

.account-item .ms-signin-btn:hover {
  background-color: #e1e1e1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dots-container {
  --size: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--size);
  overflow: hidden;
}

.dots {
  width: var(--size);
  height: var(--size);
  background-color: #003783;
  position: absolute;
  border-radius: var(--size);
  animation: slide 5s cubic-bezier(0, 1.05, 1, 0.15) infinite;
}

.dots:nth-of-type(2) {
  animation-delay: calc((2 - 1) / 5 * 0.5s); /* 0.1s */
}

.dots:nth-of-type(3) {
  animation-delay: calc((3 - 1) / 5 * 0.5s); /* 0.2s */
}

.dots:nth-of-type(4) {
  animation-delay: calc((4 - 1) / 5 * 0.5s); /* 0.3s */
}

.dots:nth-of-type(5) {
  animation-delay: calc((5 - 1) / 5 * 0.5s); /* 0.4s */
}

.dots:nth-of-type(6) {
  animation-delay: calc((6 - 1) / 5 * 0.5s); /* 0.5s */
}

@keyframes slide {
  0% {
    left: calc(-1 * var(--size));
  }
  100% {
    left: 100%;
  }
}

.d-none{
  display: none !important;
}