.portlet-login .form fieldset {
  border-width: 0;
  margin-bottom: 0;
  padding: 0;
}
.portlet-login .form .button-holder,
.portlet-login .form .form-column {
  margin-bottom: 10px;
}
.portlet-login .signed-in {
  display: inline-block;
}
.portlet-login .login-text {
  margin-bottom: 1rem;
}
.portlet-login .login-text > div {
  text-align: justify;
}

.login-container {
  display: flex;
  flex-wrap: wrap;
}

img.img-logo {
  width: 100%;
  height: auto;
  max-width: 160px;
}

.aonLogin form {
  width: 100%;
}
.aonLogin .panel-body {
  padding: 0.75rem 0;
}
.aonLogin .navigation {
  background: #eee;
  border-top: 1px solid #bfbfbf;
  padding: 10px;
  width: 100%;
  position: relative;
}
.aonLogin .navigation ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.aonLogin .navigation ul li a {
  font-size: 14px;
  text-decoration: none;
}
.aonLogin .navigation ul li a span {
  vertical-align: bottom;
}
.aonLogin .aonInput {
  display: block;
  position: relative;
  margin: 16px 0 20px 0;
}
.aonLogin .aonInput.form-inline label {
  justify-content: start;
}
.aonLogin .aonInput .form-control:focus, .aonLogin .aonInput .form-control.focus {
  background-color: rgba(0, 131, 169, 0.05);
  border-color: #0083A9;
  box-shadow: none;
  color: #272833;
  outline: 0;
  border-bottom-width: 2px;
}
.aonLogin .aonInput .form-control, .aonLogin .aonInput input {
  background-color: transparent;
  border-color: #8a8a8a;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  box-shadow: none;
  color: #2c2c2c;
  display: block;
  font-size: initial;
  font-weight: var(--font-weight-normal, 400);
  height: 2.5rem;
  line-height: 1.5;
  min-width: 0;
  padding: 0.5rem 1rem;
  transition: all 0.1s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  bottom: 0;
  outline: none;
  caret-color: #2979ff;
  font-family: sans-serif;
  margin: 0;
}
.aonLogin .aonInput .label-mat {
  bottom: 8px;
  padding-left: 1rem;
  color: inherit;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  transition: 0.1s ease-in-out;
  transition: all 0.2s;
}
.aonLogin .aonInput .label-mat ~ input:focus {
  position: relative;
}
.aonLogin .aonInput input.filled {
  border-bottom: 1px solid #2196F3;
}
.aonLogin .aonInput input:focus ~ .label-mat, .aonLogin .aonInput input.filled ~ .label-mat,
.aonLogin .aonInput input:not([value=""]) ~ .label-mat, .aonLogin .aonInput input:-webkit-autofill ~ .label-mat {
  bottom: 38px;
  color: #00607A;
  font-size: 12px;
  text-transform: capitalize;
  padding-left: 0;
}
.aonLogin .aonInput input:focus {
  border-bottom: 2px solid #2979ff;
  transition: all 0.2s;
}
.aonLogin .aonInput input:hover:not(:disabled):not(:focus) {
  border-bottom: 2px solid #1e1e1e !important;
}
.aonLogin .aonInput input::placeholder {
  display: none;
}
.aonLogin .aonInput input:placeholder-shown:not(:focus) {
  display: block;
  border-bottom: 2px solid #8a8a8a;
}
.aonLogin .aonInput input:placeholder-shown:not(:focus) + .label {
  font-size: 16px;
  top: 20px;
  color: #838383;
}
.aonLogin .aonInput input:disabled {
  border-bottom: 2px dotted #8a8a8a !important;
  pointer-events: none;
  background-color: inherit;
}
.aonLogin .aonInput.has-success .control-label {
  color: #00E676;
}
.aonLogin .aonInput.has-success input:not(:focus) {
  border-bottom: 1px solid #00E676;
}
.aonLogin .aonInput.has-success .label-mat {
  color: inherit;
}
.aonLogin .aonInput.has-error .control-label {
  color: #ff1744;
}
.aonLogin .aonInput.has-error input:hover:not(:placeholder-shown):not(:focus) {
  border-bottom: 2px solid #ff1744 !important;
}
.aonLogin .aonInput.has-error input:not(:focus) {
  border-bottom: 2px solid #ff1744;
}
.aonLogin .aonInput.has-error input:not(:focus):not(:placeholder-shown) {
  display: block;
}
.aonLogin .aonInput.has-error input:not(:focus) .label-mat {
  color: inherit;
}
.aonLogin .aonInput.has-error input {
  color: inherit;
  border-bottom-width: 2px;
}
.aonLogin .aonInput.has-error .form-feedback-item {
  color: inherit;
  position: absolute;
  bottom: calc(-100% + 1.4rem);
  font-size: 12px;
  margin: 0;
  right: 0;
}
.aonLogin .aonButton {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  border: none;
  border-radius: 0;
  padding: 0.75rem;
}

.infoStatus {
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  padding: 1rem;
}

.buttonFlex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
}
.buttonFlex .btn {
  border-radius: 4px;
}