body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: #222429;
}

a {
  cursor: pointer;
  color: #1565c0;
  text-decoration: none;
}

a:hover {
  color: #0d47a1;
  border-bottom: 1px solid;
}

p {
  color: #212121;
}

h1,
.h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
}

#kc-header {
  display: none;
}

#main-content {
  display: flex;
  height: auto;
  min-height: 100vh;
  justify-content: center;
}

#kc-content-wrapper {
  width: 100%;
  max-width: 480px;
  padding: 40px;
  line-height: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

#kc-form-buttons {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.image-logo {
  height: 36px;
  width: 123px;
}

.form-container.alert-error .field-container {
  border: 1px solid #f44336;
}

.forgot-password {
  cursor: pointer;
  color: #1565c0;
  font-size: 16px;
}

.kc-info {
  display: flex;
  justify-content: space-between;
  margin: 0 -4px;
}
.kc-info-container {
  padding: 0 4px;
  letter-spacing: 0.12px;
}

.about-text {
  width: 500px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.info-email {
  cursor: pointer;
  color: #1565c0;
  font-size: 16px;
  text-decoration: none;
}

.content {
  display: none;
}

.content-header {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
  color: #ffffff
}
.content-body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.description-link {
  cursor: pointer;
  color: #1565c0;
  font-size: 16px;
  text-decoration: none;
}

.alert {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
  padding: 32px;
  background: rgba(30, 136, 229, 0.12);
  border-radius: 6px;
}
.alert-error {
  color: #F44336;
}
.alert-success {
  color: #000000;
}

.description-list {
  list-style-type: none;
  padding-left: 0px;
}

.navigation {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 56px;
}

.navigation > button {
  font-size: 13px;
  color: rgba(59, 76, 96, 0.64);
  margin-right: 8px;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.navigation > svg {
  fill: #B4BBC6;
  margin-right: 8px;
}

.navigation > span {
  font-size: 13px;
  color: rgba(59, 76, 96, 0.32);
}

.about-additional-text {
  margin-bottom: 20px;
}

#kc-content {
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

@media (min-width: 1100px) {
  .content {
    display: block;
    background-image: url("../img/background-new.jpeg");
    background-repeat: no-repeat;
    background-position: top left 0;
    background-size: cover;
    padding: 68px 32px;
    flex-grow: 1;
  }

  #main-content {
    height: auto;
    min-height: 100vh;
    justify-content: flex-start;
  }

  #kc-content-wrapper {
    width: 480px;
    max-width: inherit;
    padding: 80px 80px 40px;
    line-height: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }

  #kc-content {
    flex-grow: 0;
    justify-content: flex-start;
    display: block;
  }
}

.logo-lang {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.select-language {
  min-width: 41px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  border: none;
  padding: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

#input-error-otp-code {
  margin-top: 40px;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
  padding: 32px;
  background: rgba(244, 67, 54, 0.12);
  border-radius: 6px;
}

#input-error-otp-code span {
  color: #F44336;
}

#input-no-error-otp-code {
  margin-top: 40px;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.12px;
  padding: 32px;
  background: rgba(30, 136, 229, 0.12);
  border-radius: 6px;
}

#input-no-error-otp-code span {
  font-weight: bold;
  color: #000;
}