.elementor-5765 .elementor-element.elementor-element-8a043c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-39d53cc */.custom-login-wrapper {
  max-width: 400px;
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
  font-family: sans-serif;
}

.login-logo {
  width: 80px;
  margin-bottom: 20px;
}

.custom-login-wrapper h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.custom-login-wrapper p {
  font-size: 14px; color: #777;
  margin-bottom: 25px;
}

.google-login {
  margin-bottom: 20px;
}

.google-login * {
  display: inline-block;
  margin: auto;
}

.divider {
  border-top: 1px solid #ddd;
  margin: 20px 0;
  position: relative;
}

.divider span {
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 10px;
  color: #777;
  left: 50%;
  transform: translateX(-50%);
}

.email-button .email-login-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #007BFF;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.signup-link {
  margin-top: 15px;
  font-size: 14px;
}

.signup-link a {
  color: #f90;
  text-decoration: none;
}

.secured {
  margin-top: 15px;
  font-size: 13px;
  color: #888;
}/* End custom CSS */