html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "HK Grotesk", sans-serif;
  color: #222;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  text-shadow: none;
  color: #000;
  background: #fff9cd;
}

::-moz-selection {
  text-shadow: none;
  color: #000;
  background: #fff9cd;
}

/* Loader */

html {
  overflow: hidden;
}

html.loaded {
  overflow: auto;
}

html:after {
  content: "";
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}

html.loaded:after {
  display: none;
}

body {
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}

html.loaded body {
  opacity: 1;
}

/*  --------------------------------------------



	2. TYPOGRAPHY (@typo) - typographic styles

	

    -------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HK Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1em 0 0.66em 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 5vw;
  line-height: 1.1;
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.3;
}

h3 {
  font-size: 1.25em;
  line-height: 1.3;
}

.profile-image + h1 {
  margin-top: 28px;
}

h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

p:last-child {
  margin-bottom: 0;
}

/* LIGHT TEXT */

.is-text-light {
  color: #fff;
}

.is-text-light a {
  color: #fff;
}

/*  --------------------------------------------



	3. HELPERS (@helpers) - shorthand helper styles

	

    -------------------------------------------- */

.rounded {
  border-radius: 50%;
}

.soft-rounded {
  border-radius: 8px;
}

.is-text-align-center {
  text-align: center;
}

.is-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

/* SMALL TYPO */

.is-small-typo h1 {
  font-size: 24px;
  line-height: 1.3;
}

.is-small-typo {
  font-size: 14px;
}

/* MEDIUM TYPO */

.is-medium-typo h1 {
  font-size: 36px;
  line-height: 1.2;
}

.is-medium-typo {
  font-size: 15px;
}

/*  --------------------------------------------



	2. LAYOUT (@layout) - layout styles

	

    -------------------------------------------- */

/* CONTENT */

.content-wrap {
  width: 80%;
  margin: 0 auto;
  max-height: 100%;
  position: relative;
  z-index: 20;
}

.content {
  padding: 3em 0;
}

/* MEDIA */

.media {
  position: fixed;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* MASKED */

.is-masked-light .media:after,
.is-masked-dark .media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.79);
  z-index: 1;
}

/* MASKED DARK */

.is-masked-dark .media:after {
  background: rgba(35, 35, 35, 0.3);
}

/* PROFILE IMAGE */

.profile-image {
  max-height: 92px;
}

.profile-image.is-outside {
  margin-top: -50%;
  margin-bottom: 0;
}

/* LOGO */

.logo {
  margin-bottom: 24px;
}

/* BUTTONS */

.button {
  border: 2px solid #222;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  color: #222;
  text-decoration: none;
  background: none;
  cursor: pointer;
  padding: 16px 32px;
  margin: 10px 20px 0 0;
  display: inline-block;
  outline: none;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.button:only-child {
  margin-right: 0px;
}

.button.small {
  font-size: 13px;
  padding: 8px 20px;
}

.button.rounded {
  border-radius: 50px;
}

.button.soft-rounded {
  border-radius: 5px;
}

.button.rounded-soft {
  border-radius: 4px;
}

.button:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.button:hover,
.button:active {
  color: #fff !important;
}

.button:active {
  transition: all 0.1s;
  transform: scale(0.9);
  outline: 0;
}

.button:hover:after,
.button:active:after {
  width: 100%;
}

.main-form-afiliate-littio {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #0e1a61;
  }
  
  .afiliate-page-header-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 20px 0px;
  }
  .afiliate-page-header{
	display: flex;

  }
  
  /* .afiliate-page-header > img {
	min-width: 150px;
	max-width: 220px;
  } */
   .littio-logo{
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 100%;
	min-height: 45px;
	width: 45%;
	min-width: 175px;
   }
   .fullogic-logo{
	background-image: url(/images/logo-fullogic-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 100%;
	width: 45%;
	min-width: 175px;
   }
  
  .afiliate-page-header > .separator {
	height: 90%;
	width: 2px;
	background-color: #0e1523;
  }
  
  .form-afiliate-littio-header {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #0e1523;
	border-top: 2px solid #0e1523;
	margin: 0px 10px 30px 10px;
  }
  
  .form-afiliate-littio-header > h2 {
	margin: 0px;
  }
  
  #form-afiliate-littio {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	padding: 0px 20px;
  }
  
  #form-afiliate-littio > section {
	display: flex;
	flex-direction: column;
  }
  
  .form-input-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: flex-end;
  }
  
  .form-input-group > div {
	display: flex;
	flex-direction: column;
	width: 48%;
  }
  
  .form-input-single {
	display: flex;
	flex-direction: column;
	align-self: center;
	width: 100%;
	margin-bottom: 25px;
  }
  
  #afiliate-submit-btn {
	width: 95%;
	margin-top: 20px;
  }
  #afiliate-submit-btn.loading{
	display: flex;
	justify-content: center;
  }
  
  .btn-submit-container {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
  }
  
  label.required::after {
	content: " *";
	color: red;
  }
  
  .btn-primary-littio {
	background-color: #0e1523;
	color: #ffffff;
	font-weight: bold;
  }
  
  .btn-primary-littio:hover {
	background-color: #d9ff72;
  }
  
  .form-control:focus {
	border-color: #001363;
	box-shadow: 0 0 0 0.25rem rgb(0 19 99/ 25%);
  }
  
  .form-select:focus {
	border-color: #001363;
	box-shadow: 0 0 0 0.25rem rgb(0 19 99 / 25%);
  }
  
  .password-container {
	display: flex;
	align-items: center;
	position: relative;
  }
  
  #show-password,
  #show-passwordconfirm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	position: absolute;
	right: 10px;
  }
  
  #show-password:hover,
  #show-passwordconfirm:hover {
	cursor: pointer;
	color: #ff7d00;
  }
  
  .input-autocomplete-container {
	position: relative;
  }
  
  #boxAutocompleteCity {
	font-size: 16px;
	background-color: white;
	max-height: 100px;
	overflow-y: auto;
	position: absolute;
	border: 1px solid gainsboro;
	width: 100%;
	top: 100%;
  }

  .loader {
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #AAB0CB;
	border-right-color: #FF7D00;
	animation: l2 1s infinite linear;
  }
  @keyframes l2 {to{transform: rotate(1turn)}}

  #boxAutocompleteCity.loading{
	display: flex;
	justify-content: center;
	overflow-y: auto;
	padding: 10px 0px;
  }
  
  #boxAutocompleteCity.closed {
	display: none;
  }
  
  #auto-complete-option:hover {
	cursor: pointer;
	background-color: #dcdcdc;
  }
  
  .form-input-single.city {
	width: 100%;
	margin-bottom: 0px;
  }
  #error-email{
    color: red;
  }

/* light buttons */

.button.light {
  border-color: #fff;
}

.button.light:after {
  background: #fff;
}

.button.light:hover,
.button.light:active {
  color: #111 !important;
}

/* HIGHLIGHT TEXT */

.highlight {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  background: #111;
}

/* light highlights */

.highlight.light {
  background: #fff;
  color: #111;
}

/* COLORED TEXT */

/* blue text */

.text.orange {
  color: #ff4500;
}

/* black text */

.text.black {
  color: #000;
}

/* TYPED TEXT */

#typed-strings {
  display: none;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*  --------------------------------------------



	6. MEDIA QUERIES (@media) - base html elements

	

    -------------------------------------------- */

/* TABLETS */

@media screen and (min-width: 768px) {
  body {
    font-size: 19px;
  }

  .profile-image {
    max-height: 128px;
  }

  .profile-image.small {
    max-height: 92px;
  }

  .profile-image.big {
    max-height: 192px;
  }

  h1 {
    font-size: 3vw;
    line-height: 1;
  }

  /* MEDIA */

  .media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  
	.section-form-header {
	  font-size: 16px;
	}
  
	#form-afiliate-littio {
	  padding: 0px 10px;
	}
  
	.form-input-group {
	  align-items: end;
	}
  
	.form-control {
	  height: 34.6px;
	  font-size: 14px;
	}
  
	.form-control::placeholder {
	  font-size: 14px;
	}
  
	.form-input-single {
	  width: 100%;
	}
  
	.form-input-group {
	  justify-content: space-between;
	}
  
	.form-input-group > div {
	  width: 48%;
	}
  
	.form-select,
	option {
	  font-size: 14px;
	}
  
	.section-personal-info > div:first-child.form-input-group {
	  flex-direction: column;
	  align-items: stretch;
	  gap: 10px;
	}
  
	.section-personal-info
	  > div:first-child.form-input-group.form-input-group
	  > div {
	  width: 100%;
	}
  }
  

/* DESKTOPS */

@media screen and (min-width: 1200px) {
  .content-wrap {
    width: 50%;
  }

  .content {
    padding: 4em 0;
  }

  /* BUTTONS */

  .button.huge {
    font-size: 20px;
    padding: 22px 40px;
  }
}

/* DESKTOPS HIGH RES */

@media screen and (min-width: 1600px) {
  .content-wrap {
    width: 50%;
  }

  .content {
    padding: 6em 0;
  }
}
