:root {
  --timeline-dark-green: #243508;
  --timeline-light-green: #bff355;
  --timeline-taupe: #e2d6cf;
}

.alumni-bg {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100vw;
  background-image: url("/-/media/themes/hoganlovells/site-theme-name/images/alumni_login_animation.gif");
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .alumni-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .alumni-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.alumni-card {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 32px 0 rgba(44, 62, 80, 0.12);
  width: 586px;
  max-width: 98vw;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
}

.alumni-title {
  font-size: 35px;
  font-family: "roobert_regular";
  color: var(--timeline-dark-green);
  margin-bottom: 22px;
}

.alumni-inputs {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .alumni-inputs {
    margin-bottom: 16px;
  }
}
.alumni-input {
  width: 100%;
  font-size: 20px;
  font-family: "roobert_regular";
  padding: 11px 15px;
  border: 1.5px solid #232323;
  background: transparent;
  color: var(--timeline-dark-green);
  transition: border 0.2s;
  outline: none;
  line-height: 20px;
}

.alumni-input::placeholder {
  color: var(--timeline-dark-green);
  font-size: 20px;
}

.alumni-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alumni-actions {
  margin-bottom: 60px;
  gap: 8px;
}
.alumni-actions .cta-fill-arrow button {
  border: none;
  font-family: "roobert_light", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  height: auto;
  min-height: 60px;
  display: flex !important;
  align-items: center !important;
  text-decoration: none;
  position: relative;
  background-size: 200% 100%;
  transition: all 0.4s ease;
  background-color: #bff355 !important;
  color: #243508 !important;
  padding: 0.8rem 6.5rem 0.8rem 2rem;
  cursor: pointer;
}
.alumni-actions .cta-fill-arrow button::after {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms linear;
  width: 32px;
  height: 32px;
  background-image: url(/-/media/themes/hoganlovells/site-theme-name/images/Common/cta-transform-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.alumni-actions .cta-fill-arrow button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.alumni-actions .cta-fill-arrow button:hover::before, .alumni-actions .cta-fill-arrow button:active::before {
  width: 100%;
}
.alumni-actions .cta-fill-arrow button:hover::after {
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

@media (max-width: 600px) {
  .alumni-actions {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: start;
  }
}
.alumni-btn {
  background: #dcfa9c;
  color: #181d18;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
  padding: 9px 20px 9px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.15s, transform 0.12s;
}

.alumni-btn-arrow {
  margin-left: 3px;
  display: flex;
  align-items: center;
}

.alumni-btn-arrow svg {
  display: block;
  stroke: #181d18;
}

.alumni-btn:hover,
.alumni-btn:focus {
  background: #d7ff47;
  transform: translateY(-1px);
}

.alumni-or-linkedin {
  display: flex;
  align-items: center;
  gap: 6px;
}

.alumni-or {
  color: var(--timeline-dark-green);
  font-size: 20px;
  font-family: "roobert_regular";
  margin-right: 15px;
}

.alumni-linkedin-btn {
  background: #fff;
  border: 1px solid #dcfa9c;
  color: #0077b5;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  padding: 0;
  transition: background 0.15s, border 0.15s;
}

.alumni-linkedin-btn:hover,
.alumni-linkedin-btn:focus {
  background: #f4fef2;
  border-color: #b3e057;
}

.alumni-linkedin-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}

.alumni-options {
  font-size: 0.99rem;
  color: #232323;
  margin: 14px 0 0 0;
  gap: 0;
}

.alumni-checkbox-label {
  font-size: 20px;
  color: var(--timeline-dark-green);
  font-family: "roobert_regular";
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
}

.alumni-checkbox {
  accent-color: #dcfa9c;
  width: 17px;
  height: 17px;
}

.alumni-forgot {
  color: var(--timeline-dark-green) !important;
  font-size: 20px;
  font-family: "roobert_regular";
  margin-left: 4px;
  transition: color 0.13s;
  line-height: 20px;
  text-decoration: none;
}

.alumni-forgot:hover,
.alumni-forgot:focus {
  text-decoration: underline;
}

.alumni-divider {
  height: 1.2px;
  background: var(--timeline-dark-green);
  border: none;
  margin: 60px 0 30px 0;
}

@media (max-width: 600px) {
  .alumni-divider {
    margin: 30px 0 30px 0;
  }
}
.alumni-register-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-top: 0;
}

@media (max-width: 600px) {
  .alumni-register-section {
    margin-bottom: 30px;
  }
}
.alumni-register-text {
  font-size: 21px;
  color: var(--timeline-dark-green);
  margin-bottom: 30px;
  line-height: 31px;
}

.alumni-btn-register {
  align-self: flex-start;
  margin: 0;
}

.alumni-footer {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #7e828b;
}

.alumni-support {
  color: var(--timeline-dark-green);
  font-size: 14px;
  margin-bottom: 15px;
}

.alumni-support a {
  color: var(--timeline-dark-green);
  text-decoration: none;
}

.alumni-legal {
  color: var(--timeline-dark-green);
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
}

.alumni-legal a {
  color: var(--timeline-dark-green);
  margin-left: 3px;
}

@media (max-width: 600px) {
  .alumni-card {
    padding: 15px;
  }
  .alumni-title {
    font-size: 35px;
    font-family: "roobert_regular";
    line-height: 42px;
  }
  .alumni-footer {
    font-size: 0.86rem;
  }
  .alumni-btn {
    font-size: 0.97rem;
    padding: 9px 10px;
  }
}
.label-username,
.label-password {
  display: none;
}

.on-page-editor .alumni-card .label-username {
  display: block;
  font-size: 20px;
  font-family: "roobert_regular";
  color: var(--timeline-dark-green);
  margin-bottom: 10px;
  border: 1px solid var(--timeline-dark-green);
  padding: 11px 15px;
}
.on-page-editor .alumni-card .label-password {
  display: block;
  font-size: 20px;
  font-family: "roobert_regular";
  color: var(--timeline-dark-green);
  margin-bottom: 10px;
  border: 1px solid var(--timeline-dark-green);
  padding: 11px 15px;
}
.on-page-editor .alumni-card .alumni-forgot {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: max-content;
}

.alumni-bg.light_green_2 {
  background-color: #DCFA9C;
  background-image: none;
}
.alumni-bg.light_green_2 .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.light_green_2 .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.light_green_2 .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.dark_green {
  background-color: var(--timeline-dark-green);
  color: var(--timeline-light-green);
  background-image: none;
}
.alumni-bg.dark_green .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: #bff355 !important;
}
.alumni-bg.dark_green .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.dark_green .cta-fill-arrow a span {
  background-color: #bff355 !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.dark_green .alumni-card {
  background-color: #bff355 !important;
}
.alumni-bg.dark_green {
  background-color: #243508 !important;
  background-image: none;
}
.alumni-bg.dark_green .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: #bff355 !important;
}
.alumni-bg.dark_green .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.dark_green .cta-fill-arrow a span {
  background-color: #bff355 !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.dark_green .alumni-card {
  background-color: #bff355 !important;
}
.alumni-bg.bg_grey {
  background-color: #e2d6cf !important;
  color: #243508 !important;
  background-image: none;
}
.alumni-bg.bg_grey .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.bg_grey .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.bg_grey .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.bg_green {
  background-color: #bff355 !important;
  background-image: none;
}
.alumni-bg.bg_green .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.bg_green .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.bg_green .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.bg_dark_grey {
  background-color: #aaa38e !important;
  background-image: none;
}
.alumni-bg.bg_dark_grey .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.bg_dark_grey .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.bg_dark_grey .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.light_blue, .alumni-bg.bg_purple {
  background-color: #243508 !important;
  background-image: none;
}
.alumni-bg.light_blue .cta-fill-arrow button, .alumni-bg.bg_purple .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: #bff355 !important;
}
.alumni-bg.light_blue .cta-fill-arrow a, .alumni-bg.bg_purple .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.light_blue .cta-fill-arrow a span, .alumni-bg.bg_purple .cta-fill-arrow a span {
  background-color: #bff355 !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.light_green {
  background-color: #bff355;
  color: #243508 !important;
  background-image: none;
}
.alumni-bg.light_green .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.light_green .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.light_green .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}
.alumni-bg.bg_grey {
  background-color: #E2D6CF !important;
  color: #243508 !important;
  background-image: none;
}
.alumni-bg.bg_grey .cta-fill-arrow button {
  border: 2px solid #243508;
  background-color: transparent !important;
}
.alumni-bg.bg_grey .cta-fill-arrow a {
  border: 1px solid #243508;
}
.alumni-bg.bg_grey .cta-fill-arrow a span {
  background-color: transparent !important;
  color: #243508 !important;
  border-color: #243508 !important;
  border-width: 1px !important;
}

/*******HLWD-170*******/
.alumni-login .iw-login-error {
  color: #a94442;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .alumni-login .iw-login-error {
    margin-top: -20px;
  }
}

/*******HLWD-170*******/