@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
  background: #e0e0e0;
  background-size: cover;
  height: 100%;
  font-size: 13pt;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

#kc-header {
  height: 100px;
  background-image: url('../img/fossid.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 62px auto 0;
  width: 300px;
}

#kc-page-title {
  display: none;
}


#kc-header-wrapper {
  display: none;
}

#kc-locale-wrapper {
  position: relative;
  margin: 62px auto 0;
  width: 300px;
}

label {
  color: #DDD;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

#kc-content {
  display: flex;
  justify-content: center;
  margin: 62px auto 0;
  color: #DDD;
  background: #222;
  width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
  background-image: url('../img/fossid-black-blue-blur-background-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.subtitle {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #EEE;
  background: #0299da;
  padding: 10px;
}

input[type=text], input[type=password] {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow:  inset 1px 2px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input:focus {
  border: 1px solid #0299da;
  box-shadow: inset 1px 2px rgba(2,153,218,.075);
}

span.required {
  align-self: baseline;
}

a {
  color: #EEE;
}

input {
  width: 90%;
}

input#kc-login {
  color: #3a3a3a;
  background: #0299da;
  height: 30px;
  width: 6em;
  border-block-style: solid;
  border-width: 0;
}

input#saveTOTPBtn {
  width: 30%;
  color: #3a3a3a;
  background: #0299da;
  border-block-style: solid;
  border-width: 0;
  height: 30px;

}
#kc-form-buttons {
  padding-top: 10px;
  width: 100%;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    left: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}
