@import url('https://fonts.googleapis.com/css?family=Poppins:400&display=swap');
body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-color: #ffffff;
  background-position: center center;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  block-size: border-box;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

a {
  color: rgb(171, 165, 182);
  font-weight: 200;
  cursor: pointer;
  display: inline-block;
  transition: color 0.7s ease 0s;
  text-decoration: none;
}

a:hover {
  color: rgb(119, 110, 135);
  text-decoration: underline;
}

.login-pf-page {
  width: 430px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  background: none;
}

.alert {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  padding: 0.75rem 1.5rem;
  margin: 1rem;
}

.alert-error {
  background-color: rgb(246, 110, 132);
  color: rgb(255, 255, 255);
  border-color: rgb(245, 95, 120);
  border-radius: 4px;
}

.control-label {
  display: none;
}

#logo {
  width: 50%;
  margin-bottom: 24px;
}

input[type='number'],
input[type='password'],
input[type='text'],
textarea {
  -webkit-appearance: none;
  line-height: 1rem;
  font-size: 0.9rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: rgb(145, 137, 159);
  background: rgb(247, 246, 249);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 40px;
  outline: none;
  padding: 1.5rem;
}

input.input-companyId {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 2px;
  padding-right: 12px;
  text-align: justify;
  width: 95px;
}

input.input-username {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 2px;
  padding-left: 15px;
}

.form-group {
  margin: 1.5rem 1.25rem 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.form-group.login-pf-settings {
  color: rgb(171, 165, 182);
  margin: 1.2rem 1.5rem 1.5rem;
  display: block;
  box-sizing: border-box;
  text-align: left;
}

.form-group.login-pf-settings > #kc-form-options {
  float: left;
}

.form-group.login-pf-settings > .resetPassword {
  float: right;
}

#kc-form-buttons {
  text-align: center;
}

#kc-form-buttons button {
  box-sizing: border-box;
  -webkit-appearance: button;
  line-height: 1;
  background-color: rgb(152, 22, 244);
  font-size: 1rem;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-shadow: rgba(200, 200, 200, 0.36) 0px 2px 5px 2px;
  padding: 1.25rem 4rem;
  margin: 0px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(152, 22, 244);
  border-image: initial;
  border-radius: 60px;
  transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s;
}

#kc-form-buttons button:hover {
  background-color: rgb(124, 10, 205);
  box-shadow: rgba(152, 22, 244, 0.36) 0px 5px 10px 2px;
  border-color: rgb(117, 9, 193);
}

#kc-form-buttons button:active {
  background-color: rgb(124, 10, 205);
  border-color: rgb(117, 9, 193);
}
