@font-face {
  font-family: visuelt;
  src: url('../fonts/visuelt-regular.woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: visuelt;
  src: url('../fonts/visuelt-bold.woff');
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 10px;
  font-family: visuelt, Arial, sans-serif;
  font-size: 16px;
  height: 100vh;
  background-color: #f7f7f7;
}

h1 {
  color: #444;
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.kc-login-input {
  height: 30px;
  padding: 25px 10px 25px 25px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  border-width: 0;
  border-bottom: 1px #fff solid;
  background-color: #577BD9;
}

.kc-login-label {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.input-icon {
  position: absolute;
  left: 0;
  bottom: 17px;
  vertical-align: middle;
}

.kc-login-input:focus {
  outline: none;
  border-bottom-color: #92D62B;
}

.kc-login-input::placeholder {
  color: #ccc;
}

.container {
  display: flex;
  position: relative;
  width: 100%;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.container-inner {
  background-color: #577BD9;
  -webkit-box-shadow: 0 0 10px 0 rgba(235, 235, 235, 1);
  -moz-box-shadow: 0 0 10px 0 rgba(235, 235, 235, 1);
  box-shadow: 0 0 10px 0 rgba(235, 235, 235, 1);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}

.logo-wrapper {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin: 20px 0;
  padding-right: 20px;
  width: 100%;
}

.reset-password-wrap {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.reset-password-wrap a {
  color: #fff;
  transition: ease .25s;
}

.reset-password-wrap a:hover {
  color: #92D62B;
}

.top-controls-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.contact-href {
  color: #fff;
  text-decoration: none;
  transition: ease .25s;
}

.contact-href:hover {
  color: #92D62B;
}

#kcLoginForm {
  width: 100%;
  display: block;
}

#kcLoginSubmitButton {
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  background-color: #92D62B;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: ease .25s;
  margin-right: 20px;
  width: 50%;
}

#kcLoginSubmitButton:hover {
  background-color: #9ad742;
}

.input-error-highlite {
  border-color: #ce0c33;
}

#loginLanguageSwitcher {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #577bd9;
  color: #fff;
  padding: 12px 16px;
  border: none;
  cursor: pointer;
  width: 110px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  font-size: 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 90px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  right: 15px;
}

.dropdown-content .droppdown-tile {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}

.dropdown-content .droppdown-tile:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #92d62b;
}

.partner-logo {
  vertical-align: middle;
  margin-right: 15px;
  width: 130px
}

.logo-roger {
  margin-left: 15px;
  width: 130px;
  vertical-align: middle;
}

.cobrand-divider {
  width: 1px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc
}

.footer {
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 10px;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

.reset-psswd-link {
  color: #fff;
  transition: ease .25s;
  text-decoration: none;
}

.reset-psswd-link:hover {
  color: #92D62B;
}

.talk-box-wrapper {
  display: flex;
  margin: 40px 0;
  padding: 35px;
  max-width: 500px;
  background-color: #4866b3;
  position: relative;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.talk-box-wrapper:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 10px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #4866b3;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -30px;
}

.url-btn {
  color: #4866b3;
  background-color: #fff;
  padding: 8px 30px;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 10px;
  text-decoration: none;
  transition: ease .25s;
}

.url-btn:hover {
  color: #92D62B;
}

.login-visual {
  vertical-align: middle;
  margin-left: 30px
}

.submit-wrap {
  text-align: left;
  width: 100%
}

@media screen and (max-width: 900px) {
  body {
    height: auto;
  }

  .container-inner {
    flex-wrap: wrap;
    width: 100%;
  }

  h1 {
    margin-top: 10px;
  }

  .login-visual {
    display: none;
  }

  .logo-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .cobrand {
    margin-top: 50px;
  }

  .partner-logo {
    width: 125px;
  }

  .logo-roger {
    width: 125px;
  }

  .cobrand-divider {
    height: 50px;
  }

  .url-btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .reset-psswd-link {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  #kcLoginSubmitButton {
    margin-right: 0;
    margin-bottom: 20px;
    width: 70%;
  }

  .submit-wrap {
    text-align: center;
  }
}

.message {
  background-image: none;
  background-color: #fff;
  border-radius: 4px;
  color: #577bd9;
  min-width: 28px;
  max-width: 300px;
  opacity: 1;
  vertical-align: baseline;
  border-width: 1px;
  margin: 0 0 20px;
  padding: 15px;
  font-weight: bold;
  position: fixed;
  top: 70px;
  left: 75px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.message-none {
  display: none;
}

.message-error {
  display: block;
  color: #e30c38;
}

.message-warning {
  display: block;
  color: #d1bf18;
}

.message-info {
  display: block;
  color: #999;
}

.message-success {
  display: block;
  color: #20aa2b;
}

#messageContainer:hover {
  opacity: 0.25;
}

@media screen and (max-height: 900px) {
  .footer {
    position: relative;
    margin-top: 20px;
  }
}