.alumni-login-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.alumni-login-card {
  background: #fff;
  width: 420px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  border-radius: 6px;
  text-align: center;
}

.alumni-login-card h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.alumni-login-card p.sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.social-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  border-radius: 4px;
}

.linkedin {
  background: #0077b5;
}

.google {
  background: #db4437;
}

.divider {
  margin: 20px 0;
  position: relative;
  text-align: center;
}

.divider span {
  background: #fff;
  padding: 0 10px;
  color: #777;
}

.divider::before {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}

.alumni-login-card input {
  width: 100%;
  padding: 11px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.forgot {
  text-align: right;
  font-size: 13px;
  margin-bottom: 15px;
}

.submit-btn {
  width: 100%;
  background: #5cb85c;
  color: #fff;
  padding: 13px;
  border: none;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
}

.signup-link {
  margin-top: 18px;
  font-size: 14px;
}
