.alb-button {
  width: 100%;
  height: 56px;
  background: #283A97;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: white;
  border-radius: 8px;
  border: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.alb-button--link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alb-button--link:hover {
  text-decoration: none;
  color: white;
}

.alb-button--link:hover {
  color: white;
  text-decoration: none;
}

.alb-button--inline {
  width: auto;
  padding: 0 45px;
}

.alb-button--gt {
  display: flex;
  background-image: url("./../img/gt-btn-womans.png");
  background-size: 80px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #7ac6e5;
  color: #283a97;
  font-weight: bold;
  font-size: 14px;
}

.alb-button--gt span {
  margin: auto;
  display: flex;
  align-items: center;
}

.alb-button--gt > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("./../img/ic-gt.svg");
  margin-right: 14px;
}

.alb-button:disabled,
.alb-button[disabled] {
  background: rgba(212, 218, 236, 1);
}

.alb-button--outline {
    border: 1px solid #283A97;
    color: #283A97;
    background: white;
}