input::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

input::placeholder {
  color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translateY(-0.6rem);
  transition: all 100ms linear;
  transform-origin: top left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}

.alb-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
}

.alb-input__wrapper {
  position: relative;
  flex: 1;
  margin-bottom: 0;
}

.alb-input__field--with-flag {
  padding-left: 90px!important;
  padding-top: 0!important;
}

.alb-input__field--with-flag:-webkit-autofill + .alb-input__placeholder--autocomplete {
  display: none;
}

.alb-input__field--with-flag:autofill + .alb-input__placeholder--autocomplete {
  display: none;
}

.alb-input-login__field--with-flag {
  padding-left: 17px!important;
  padding-top: 0!important;
}

.alb-input-login__field--with-flag:-webkit-autofill + .alb-input__placeholder--autocomplete {
  display: none;
}

.alb-input-login__field--with-flag:autofill + .alb-input__placeholder--autocomplete {
  display: none;
}

.alb-input__field--hidden {
  display: none;
}

.alb-input__wrapper--no-offset {
  padding: 0;
}

.alb-input__placeholder {
  position: absolute;
  top: 18px;
  left: 12px;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #8b8fa4;
  transition: all 100ms linear;
  transform-origin: top left;
}

.alb-input-login__placeholder {
  position: absolute;
  top: 30px;
  left: 12px;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #8b8fa4;
  transition: all 100ms linear;
  transform-origin: top left;
}

.alb-input__placeholder--small {
  transform: translateY(-0.6rem);
  transition: all 100ms linear;
  transform-origin: top left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  z-index: 2;
}

.alb-input__placeholder--left-offset {
  left: 90px;
}

.alb-captcha-reposition {
  margin: 0 auto;
  display: table;
}

.alb-input__field {
  height: 56px;
  width: 100%;
  padding: 20px 12px 0 12px;
  border: inherit;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #1a1a1a;
  cursor: pointer;
  border: 1px solid #d4daec;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.alb-input__field:focus {
  border-color: #283a97;
}

.alb-input-login__field {
  height: 56px;
  width: 100%;
  outline: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #1a1a1a;
  cursor: pointer;
  border: 1px solid #d4daec;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.alb-input-login__field:focus {
  border-color: #283a97;
}

.alb-login-input__reset-password {
  width: 100%;
  text-align: end;
  display: block;

  margin-top: 10px;
}

.alb-input__field--error {
  border: 1px solid #ff3d3d;
}

.alb-input__field--error:focus {
  border: 1px solid #ff3d3d;
}

.alb-input__flag {
  width: 76px;
  height: 48px;
  display: grid;
  grid-template-columns: 90% 10%;
  position: absolute;
  top: 4px;
  left: 5px;
  background: #F4F6FF;
  border-radius: 6px;
  z-index: 10;
  justify-content: center;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alb-icon__flag-dropdown {
  display: block;
  width: 8px;
  height: auto;
  content: url("../img/dropdown.svg");
  margin: auto 0 auto -10px;
}

.alb-icon__flag-dropdown--up {
  transform: rotate(180deg);
}

.alb-input__flag-img {
  margin: auto;
}

.alb-selectize-select-input {
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.alb-selectize {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: white;
  border: 1px solid #D4DAEC;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(40, 58, 151, 0.2);

  display: none;
  grid-template-columns: 100%;
  grid-template-rows: 18% 2% 80%;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alb-selectize-delimiter {
  border-top: 2px solid #D4DAEC;
  border-radius: 3px;
}

.alb-selectize--control__input {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  color: #1a1a1a;
  cursor: pointer;
  border: none;
  background-color: white;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}

.alb-selectize--control__input::placeholder {
  color: #a8a8a8!important;
  opacity: 0.6!important;
}

.alb-selectize--control__input::-webkit-input-placeholder {
  color: #1a1a1a;!important;
  opacity: 0.6!important;
}

.alb-selectize--elements {
  overflow-y: auto;
}

.alb-selectize--elements__element {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  grid-template-rows: 100%;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D4DAEC;
}

.alb-selectize--elements__element--active {
  background: #F4F6FF;
}

.alb-selectize--elements__element--text {
  margin: 0 10px;
  color: #8B8FA4;
  font-size: 14px;
}

.alb-selectize--elements__element--flag {
  width: 24px;
  height: auto;
  margin: auto;
}

.alb-selectize--elements__element--selected {
  content: url("../img/ic-selected.svg");
  width: 10px;
  height: auto;
  margin: auto;
}

.alb-selectize--elements__element--selected--disabled {
  display: none;
}

.smart-captcha > iframe {
  height: inherit!important;
}

.alb-delimiter {
  height: 1px;
  background-color: #d4daec;
  margin: 30px 0;
}
