.bold {
  font-weight: bold;
}

.hide {
  display: none !important;
}

.color-orange {
  color: #ee7d00;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inline {
  display: inline-block;
}

.login-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("login-background-1371ff62202273a7316ae473afe9545d.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.warning-text {
  color: red;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .login-container {
    height: 100%;
  }
}

.login-main-container {
  padding: 16px;
  width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 1440px) {
  .login-main-container {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .login-main-container {
    padding: 32px 16px;
  }
}

.login-logo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-logo-bar .login-logo-img {
  width: 50%;
}

@media (max-width: 768px) {
  .login-logo-bar .login-logo-img {
    width: 80%;
  }
}

.login-logo-bar .login-lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-logo-bar .login-lang-switcher a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.login-logo-bar .login-lang-switcher a:not(.bold):hover {
  color: #ee7d00;
}

.login-logo-bar .vertical-divider {
  width: 2px;
  height: 16px;
  display: block;
  background-color: #fff;
  margin: 0 10px;
}

.pcc-logo {
    margin-bottom: 3rem;
}

.content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.news-header {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .news-header {
    display: none;
  }
}

.news-header-mobile {
  display: none;
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 768px) {
  .news-header-mobile {
    display: block;
  }
}

.news-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .news-container {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-mobile-link {
  border: 1px solid #ee7d00;
  color: #fff;
  text-decoration: none;
  width: 225px;
  padding: 8px 0;
  text-align: center;
  display: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}

.news-mobile-link:hover {
  color: #fff;
}

@media (max-width: 375px) {
  .news-mobile-link {
    display: inline-block;
  }
}

.news-item-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 375px) {
  .news-item-list-container {
    display: none;
  }
}

.news-item-container {
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 375px) {
  .news-item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-item-container:hover {
  background-color: #ee7d00;
}

.news-item-container:hover .news-content-title,
.news-item-container:hover .news-content-text,
.news-item-container:hover .news-content-link {
  color: #fff;
}

.news-image {
  width: 140px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 375px) {
  .news-image {
    width: 100%;
    height: 180px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

.news-content {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-content-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: black;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.news-content-text {
  font-size: 12px;
  color: #858585;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-content-link {
  text-decoration: none;
  color: #ee7d00;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.news-content-link:hover {
  color: #ee7d00;
}

.form-container {
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .form-container {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .form-container {
    width: 100%;
    padding: 16px;
  }
}

.form-header {
  font-size: 36px;
  font-weight: bold;
  line-height: 32px;
  color: black;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .form-header {
    font-size: 36px;
  }
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.form-input {
  padding: 12px;
  outline-width: 0;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  border-radius: 8px;
  color: black;
  font-family: 'Poppins';
  font-size: 16px;
}

.form-input::-webkit-input-placeholder {
  color: #a8a8a8;
}

.form-input:-ms-input-placeholder {
  color: #a8a8a8;
}

.form-input::-ms-input-placeholder {
  color: #a8a8a8;
}

.form-input::placeholder {
  color: #a8a8a8;
}

.form-company-selector {
  padding: 12px;
  outline-width: 0;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  border-radius: 8px;
  color: #a8a8a8;
  font-family: 'Poppins';
  font-size: 16px;
}

.form-company-selector:focus {
  color: black;
}

.form-company-selector option {
  outline-width: 0;
  border: none;
}

.form-submit2 {
  background-color: #ee7d00;
  border: none;
  border-radius: 8px;
  width: 49%;
  height: 46px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Poppins';
}

@media (max-width: 375px) {
  .form-submit2 {
    width: 100%;
    float: none;
    margin: 2px 0;
  }
}

.form-submit {
  background-color: #ee7d00;
  border: none;
  border-radius: 8px;
  width: 264px;
  height: 46px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Poppins';
}

@media (max-width: 375px) {
  .form-submit {
    width: 100%;
  }
}

.form-submit:disabled {
  background-color: #a8a8a8;
  cursor: default;
}

.form .button-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 375px) {
  .form .button-link {
    width: 100%;
  }
}

.form-password-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-password-container .password {
  width: 100%;
}

.form-password-container .pass-icon {
  position: absolute;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.help-info,
.copyright-info,
.login-help {
  color: #a8a8a8;
  line-height: 18px;
}

.login-help {
  font-size: 16px;
}

.copyright-info {
  font-size: 14px;
  margin-top: 16px;
}

.clients-container {
  margin-top: 32px;
}

.clients-container .clients-header {
  font-size: 21px;
  font-weight: bold;
  color: #ee7d00;
}

@media (max-width: 768px) {
  .clients-container .clients-header {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .clients-container .clients-header {
    font-size: 18px;
  }
}

.clients-logo-container {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .clients-logo-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.img-fluid {
    max-width: 100%;
    display: block;
    height: auto;
}

.margin-bottom {
  margin-bottom: 2rem;
}
