.user_login h2{
  font-size: 26px;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 600;
}

.user_login{
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.elementor-inner{
  min-height:calc(100vh - 110px);
}

.login-submit{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

#wp-submit{
  background-color: var(--e-global-color-primary);
  color:var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  border-radius: 10px;
  border-width: 1px;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

#wp-submit:hover{
  background-color: white;
  color: var(--e-global-color-primary)
}