/* Right section styles */
#right-section #social-providers-container {
  display: flex;
  flex-direction: column;
}

#right-section #social-providers-container a,
#right-section #secure-link-login {
  background-color: transparent;
  border: #ddd thin solid;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}

#or-divider {
  position: relative;
  margin-top: 16px;
}

#or-divider .line-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

#or-divider .line-wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

#or-divider .divider-text {
  display: flex;
  justify-content: center;
  position: relative;
}

#or-divider .divider-text span {
  background-color: white;
  padding-left: 8px;
  padding-right: 8px;
}

#right-section #secure-link-login {
  padding-top: 8px;
  padding-bottom: 8px;
}

#right-section #remember-me-and-forgot-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#right-section #remember-me-wrapper {
  display: flex;
  align-items: center;
}

#right-section #remember-me-wrapper label {
  margin: 0;
}

/* End right section styles */