/**
Theme Name: The Diving Academy
Author: Green Valley Diving
Author URI: https://www.greenvalleydiving.com
Description: Astra child theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thedivingacademy
Template: astra
*/

/**
 * Button styles
 */

 .the_diving_academy .eb_primary_btn {
  text-decoration: none !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  background: #b30000;
  color: #ffffff;
 }

/**
 * Login page styles
 */

/* Login Form Container */
.the_diving_academy .edwiser-bridge,
.the_diving_academy .edwiser-bridge #user_login {
  max-width: none !important;
}

/* Login Form Buttons */

.the_diving_academy .eb_primary_btn,
.the_diving_academy .entry-content a.wdm-eb-login-btn-scondary {
  text-decoration: none !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  background: #b30000;
  color: #ffffff;
}

.the_diving_academy .eb_primary_btn:hover,
.the_diving_academy .entry-content a.wdm-eb-login-btn-scondary:hover {
  background: #ffffff;
  color: #0568f6;
}

.the_diving_academy .eb-reg-button,
.the_diving_academy .eb-login-button {
  margin-left: 0;
}

.the_diving_academy .wdm-forgott-psw-link {
  text-align: left;
  margin-top: 10px;
}

.the_diving_academy .edwiser-bridge form label {
  font-weight: 700;
}

.the_diving_academy .edwiser-bridge form .required {
  color: red;
}

.the_diving_academy .edwiser-bridge form input.input-text,
.the_diving_academy .edwiser-bridge form textarea {
  width: 100%;
}