.elementor-6503 .elementor-element.elementor-element-f2ada4d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}:root{--page-title-display:none;}@media(min-width:2400px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--grid-auto-flow:row;}}@media(max-width:880px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-6503 .elementor-element.elementor-element-f2ada4d{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-4a882be */.affiliate-portal-custom {
  max-width: 760px;
  margin: 80px auto;
  padding: 50px 40px;
  border: 1px solid #1f1f1f;
  background: #ffffff;
}

/* Naslov */

.affiliate-portal-custom h1,
.affiliate-portal-custom h2,
.affiliate-portal-custom h3 {
  font-size: 34px;
  line-height: 1.15;
  color: #111;
  margin-bottom: 18px;
  text-align: left;
}

/* Opis tekst */

.affiliate-portal-custom p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 24px;
}

/* Label */

.affiliate-portal-custom label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}

/* INPUT POLJA */

.affiliate-portal-custom input[type="text"],
.affiliate-portal-custom input[type="email"],
.affiliate-portal-custom input[type="password"],
.affiliate-portal-custom input[type="url"],
.affiliate-portal-custom textarea,
.affiliate-portal-custom select {

  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #1f1f1f;
  border-radius: 0;
  background: #ffffff;
  color: #111;
  font-size: 15px;
  box-shadow: none;
  outline: none;
  margin-bottom: 18px;
}

/* textarea */

.affiliate-portal-custom textarea {
  min-height: 120px;
  resize: vertical;
}

/* focus state */

.affiliate-portal-custom input:focus,
.affiliate-portal-custom textarea:focus,
.affiliate-portal-custom select:focus {
  border-color: #8fa098;
  background: #ffffff;
}

/* placeholder */

.affiliate-portal-custom input::placeholder,
.affiliate-portal-custom textarea::placeholder {
  color: #8b8b8b;
}

/* checkbox */

.affiliate-portal-custom input[type="checkbox"] {
  accent-color: #8fa098;
  margin-right: 8px;
}

/* dugmad */

.affiliate-portal-custom button,
.affiliate-portal-custom input[type="submit"],
.affiliate-portal-custom .button,
.affiliate-portal-custom .btn {

  display: inline-block;
  padding: 16px 30px;
  border: 1px solid #1f1f1f;
  background: #ffffff;
  color: #111;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}

/* hover dugmeta */

.affiliate-portal-custom button:hover,
.affiliate-portal-custom input[type="submit"]:hover,
.affiliate-portal-custom .button:hover,
.affiliate-portal-custom .btn:hover {

  background: #8fa098;
  border-color: #8fa098;
  color: #ffffff;
}

/* linkovi */

.affiliate-portal-custom a {
  color: #111;
  text-decoration: none;
}

.affiliate-portal-custom a:hover {
  color: #8fa098;
}

/* remember me */

.affiliate-portal-custom .remember-me,
.affiliate-portal-custom .login-remember,
.affiliate-portal-custom .form-check {

  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 24px;
}

/* mobile */

@media (max-width: 767px) {

  .affiliate-portal-custom {
    margin: 40px 20px;
    padding: 32px 22px;
  }

  .affiliate-portal-custom h1,
  .affiliate-portal-custom h2,
  .affiliate-portal-custom h3 {
    font-size: 28px;
  }

}/* End custom CSS */