body {
  font-family: 'Roboto', sans-serif;
}
.bottom-row {
  height: 50%;
  width: 100%;
}
.bottom-row .row {
  height: 50%;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.top-row {
  background-image: url(/Images/mfo-icon-color.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  width: 100%;
  position: fixed;
  top: 0;
}
.input-lg {
  margin-bottom: 20px;
}
.btn-submit {
  float: right;
}
@media all and (max-width: 768px) {
  .btn-submit {
    width: 100%;
    display: block;
  }
}
.form-login,
.form-logout {
  max-width: 360px;
  padding: 25px 15px 15px 15px;
  margin: 0 auto;
  color: white;
}
h4,
span {
  color: #fff;
}
.error {
  text-align: center;
  padding: 20px 10px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 15px;
  font-weight: bold;
}
.submit-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.form-login-heading {
  color: #ffffff;
}
.logout-container {
  max-width: 500px;
  padding-top: 100px;
  margin: 0 auto;
}
.btn-primary {
  background-color: #004e75 !important;
  border-color: #001e2e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 3px;
}
.btn-default {
  border-radius: 3px;
}
.well {
  background-color: #ffffff;
}
.signin {
  padding: 0;
  border: 0;
  width: 230px;
}
.centered {
  text-align: center;
}
.btn-link {
  display: block;
  margin-top: 1rem;
}
.twoFA {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.twoFA__qr-code {
  width: 45%;
  height: auto;
}
.twoFA__code-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.twoFA__code-input {
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.2s;
}
.twoFA__code-input:focus {
  border-color: #007bff;
}
.twoFA__error-message {
  margin-bottom: 15px;
  color: #f22314;
}
.twoFA__buttons {
  display: flex;
  column-gap: 1rem;
}
.twoFA__buttons .btn {
  width: 100%;
}
.logon a {
  cursor: pointer;
}
.logon .form-control .has-error {
  border-color: #f22314;
  border-width: 3px;
}
.logon__form-footer {
  margin-top: 6rem;
  font-size: 1.2rem;
}
.logon__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: white;
  font-size: 1.4rem;
}
