a {
  text-decoration: none;
  color: #6aa942;
}

body {
  background-color: #ffffff;
}

.content-wrapper {
  margin: 0;
  overflow: auto;
  border-radius: 0;
  background-color: #fff;
}

.right-bg {
  background-position-x: center;
  background-size: cover;
  background-image: url("../images/login/bg.png");
  background-repeat: no-repeat;
}

.content .info {
  font-size: 1.2rem;
}

.help {
  color: red;
}

.mobile-background {
  color: #ffffff;
}

.desktop-logo img {
  height: 9rem;
}

.desktop-background {
  color: #ffffff;
}

.desktop-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-portrait img {
  height: 3rem;
}

.logo-portrait p {
  font-size: 1.3rem;
  font-weight: bold;
}

.forgotten-password a {
  color: #6aa942;
  font-weight: bold;
  text-decoration: none;
}

.sign-in-btn {
  font-weight: bold;
  background-color: #6aa942 !important;
  border-color: #6aa942 !important;
}

.register-btn {
  font-weight: bold;
  background-color: #454545 !important;
  border-color: #454545 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.form-control:focus {
  border-color: #6aa942;
  box-shadow: 0 0 0 0.25rem rgba(106, 169, 66, 0.25);
}

.form-check-input:checked {
  background-color: #6aa942;
  border-color: #6aa942;
}

.language-selector {
  color: #454545;
}

.language-selector span {
  color: #6aa942 !important;
  font-weight: bold;
}

.copyright {
  color: #454545;
  font-size: 0.8rem;
  text-decoration: none;
}

.copyright a {
  color: #6aa942 !important;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 576px) {
  .logo-portrait img {
    height: 5rem;
  }

  .logo-portrait p {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .logo-portrait img {
    height: 7rem;
  }

  .logo-portrait p {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  body {
    background-color: #f0f4f9;
  }

  .content-wrapper {
    margin: 4rem;
    overflow: hidden;
    border-radius: 3rem;
  }

  input[type="email"],
  input[type="password"],
  input[type="text"] {
    height: 3.5rem;
  }

  .desktop-background p {
    font-size: 0.9rem;
  }

  .content {
    padding: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .register-btn,
  .sign-in-btn {
    height: 3.0rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .desktop-background p {
    font-size: 1.2rem;
  }

  .content {
    padding: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.ui-growl-item-container, .ui-dialog {
  background-color: white;
}

.interpret-new-line {
  white-space: pre-line;
}

.divider-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
  margin: 1rem 0;
  text-transform: uppercase;
}

.divider-with-text::before,
.divider-with-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.divider-with-text::before {
  margin-right: 1rem;
}

.divider-with-text::after {
  margin-left: 1rem;
}

.flex-1 {
  flex: 1;
}

.place-content-between {
  place-content: space-between;
}

.gap-4px {
  gap: 4px;
}
