@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.ttf");
}

html,
body {
  height: 100% !important;
  overflow: hidden !important;
  margin: 0;
  font-family: Roboto-Regular;
}

#main-page-logo {
  width: 70%;
}

html {
  position: relative !important;
  font-family: "Roboto-Regular", sans-serif !important;
}

#main-page-image {
  max-width: 100% !important;
}

#footer {
  text-transform: uppercase;
  padding-bottom: 20px !important;
  text-align: center !important;
  height: 25px !important;
  width: 100% !important;
  color: #484564 !important;
  font-size: 12px !important;
  overflow: hidden !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  background: none !important;
  border: none !important;
  font-family: "Roboto-Medium";
}

#kc-login,
.button {
  width: 100% !important;
  padding: 12px 10px !important;
  background: #093436 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer;
  outline: none !important;
  border: none;
  transition: 0.2s;
}

#kc-login:hover {
  opacity: 0.8;
}

#global-header,
.header-wrapper {
  background: #fff !important;
}

.form-group,
.checkbox.form-group {
  margin-bottom: 10px !important;
}

.heading-large {
  margin-top: 10px !important;
  font-size: 30px;
  color: #093436 !important;
  margin-bottom: 0;
  font-family: "Roboto-Medium";
}

.sub-login-text {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}

input {
  outline: none !important;
}

.grid-row {
  display: grid;
  grid-template-columns: 4fr 9fr;
  height: 100%;
  width: 100%;
}

#logo {
  width: 187px;
  height: 73px;
  margin: 0 !important;
}

.username-login,
.password-login {
  padding: 10px;
}

#forgot-block {
  float: right;
  width: 50%;
  margin: 0;
  display: inline-block;
  text-align: right;
  font-size: 13px;
}

#forgot-block a {
  color: #000;
  text-decoration: none;
}

.remember-me-block {
  width: 50%;
  margin: 0;
  display: inline-block;
  font-size: 13px;
}

#register-text {
  margin: 0 0 5px 0;
  padding-top: 20px;
  font-size: 14px;
}

#register-button {
  width: 100% !important;
  padding: 10px !important;
  font-weight: 400 !important;
  background: #fff !important;
  border-radius: 5px !important;
  color: #093436 !important;
  text-decoration: none !important;
  display: block !important;
  text-align: center;
  border: 2px solid #093436 !important;
  font-size: 12px !important;
  font-family: Roboto-Medium;
  transition: 0.2s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

#register-button:hover {
  background: #093436 !important;
  color: #ffffff !important;
}

.link-back {
  margin: 0 !important;
  color: #000000;
  font-size: 13px;
}

.error-summary {
  margin: 15px 0 !important;
  padding: 15px !important;
  text-align: center !important;
  background: #b10e1e !important;
  color: #fff !important;
  outline: none !important;
}

.error-summary h1 {
  font-size: 15px !important;
}

.error-summary li {
  font-size: 12px !important;
}

.error-summary ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.remember-me-label {
  font-size: 13px !important;
  display: inline-block !important;
}

.remember-me-label::before {
  display: none;
}

#rememberMe {
  display: inline-block !important;
  float: left !important;
  margin: 0 5px 0 0 !important;
}

.multiple-choice {
  padding: 0 !important;
  display: flex;
}

.multiple-choice label {
  line-height: 13px;
}

#forgot-text {
  margin: 0 !important;
}

#forgot-link {
  font-size: 13px;
}

#forgot-link:hover {
  text-decoration: underline;
}

.multiple-choice input {
  opacity: 1 !important;
  position: static !important;
}

.multiple-choice label {
  padding: 0 !important;
}

.form-label-bold {
  font-size: 16px !important;
}

.email-instruction {
  font-size: 14px;
}

.send-email-button,
.login-button {
  font-size: 14px;
}

#content {
  margin: 0 auto !important;
  height: 100vh;
  width: 100vw;
}

.column-one-third {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px;
  position: relative;
}

.column-two-thirds {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bg.png");
  background-position: center;
  position: relative;
  padding: 35px;
}

@media screen and (max-width: 900px) {
  #main-page-logo {
    display: block;
    margin: 0 auto;
  }

  .grid-row {
    grid-template-columns: 1fr;
  }

  .column-two-thirds {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .top-header {
    grid-template-columns: 1fr;
  }

  #kc-current-locale-link {
    margin-top: 10px;
    display: block;
  }
}

.textfield-outlined label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px !important;
}

.textfield-outlined input {
  border: 1px solid #093436;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  display: block;
  width: calc(100% - 20px);
}

/* DROPDOWN LANGUAGES */

#kc-locale {
  margin-top: 15px;
}

.locale-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 29px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  z-index: 2;
  padding: 10px;
}

.locale-list li a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  transition: 0.2s;
}

.locale-list li {
  padding: 5px 10px;
  cursor: pointer;
}

.locale-list li:hover {
  background: #0b52562c;
}

#kc-current-locale-link {
  padding: 10px 15px;
  border: 1px solid #c0c0c0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  transition: 0.2s;
  border-radius: 5px;
}

#kc-current-locale-link:hover {
  background: #fafafa;
}

#kc-locale-dropdown {
  position: relative;
}

.kc-dropdown:hover .locale-list {
  display: block;
}

.top-header {
  display: grid;
  grid-template-columns: 10fr 1fr;
  margin-bottom: 60px;
}

#kc-register-form {
  margin-top: 20px;
}

.register-button-wrapper {
  position: relative;
  width: 40%;
}

.floating-offer {
  position: absolute;
  top: 30%;
  left: 120%;
}

.floating-offer img {
  height: 50px;
}

.floating-offer p {
  color: #093436;
  margin: 0;
  white-space: nowrap;
}

.floating-offer .top {
  font-size: 14px;
  margin-bottom: 5px;
}

.floating-offer .bottom {
  font-size: 12px;
  border-bottom: 2px solid #093436;
  padding-bottom: 5px;
}

/* Slideshow */

.slideshow-container {
  display: block;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.slideshow-container img {
  width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 13px;
  width: calc(92% - 40px);
  text-align: center;
  padding: 20px 0 0 0;
  display: block;
  margin: 0 auto 20px auto;
}

.text .title,
.text .subtitle {
  margin: 0;
}

.text .title {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Roboto-Medium";
}

.text .subsitle {
  font-size: 14px !important;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.kc-feedback-text {
  width: calc(100% - 20px) !important;
  padding: 20px 10px !important;
  background: #417072 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer;
  outline: none !important;
  border: none;
  display: block;
  text-align: center;
}

/* SOCIAL BUTTONS */

#kc-social-providers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#kc-social-providers ul li {
  margin-bottom: 10px;
}

#kc-social-providers ul li a {
  display: block;
  width: calc(100% - 20px) !important;
  background: #fff !important;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0b5256;
  border-radius: 5px;
  color: #0b5256 !important;
  font-weight: bold !important;
}

#kc-social-providers ul li a:hover {
  background: #0b52562c !important;
}

.or-line {
  text-align: center;
  overflow: hidden;
  margin: 15px 0;
}

.or-line-span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-weight: 400;
  font-size: 13px;
}

.or-line-span:before {
  right: 100%;
}

.or-line-span:after {
  left: 100%;
}

.or-line-span:after,
.or-line-span:before {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px dotted black;
}

.error-summary-heading {
  margin-top: 0 !important;
}

.left-arrow img,
.right-arrow img {
  display: inline-block;
  width: 20px;
  filter: invert(1);
  cursor: pointer;
  margin: 0 10px;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-link {
  display: block;
  margin: 10px 0;
}

@media screen and (max-height: 750px) {
  .top-header {
    margin-bottom: 30px;
  }
}

@media screen and (max-height: 670px) {
  .top-header {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px), (max-height: 600px) {
  .floating-offer {
    display: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .floating-offer {
    display: none;
  }
}
