/*
Theme Name: The Lab House
Theme URI: https://wordpress.org/themes/thelabhouse/
Author: the WordPress team
Author URI: https://wordpress.org
Description: The lab house
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thelabhouse_v1
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
Template: twentytwenty
*/

:root {
  --secondary-color: #c50000;
  --primary-color: #2e3192;
}

.submit_button {
  background-color: var(--primary-color) !important;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  margin-block: 1.5rem;
}

label.lwp_labels {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
}

.lwp_username,
.lwp_country_codes {
  padding: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: rgb(240, 240, 240);
  padding-left: 1rem;
}
.ajax-auth .lh1 {
  margin: 10px 0 20px 0;
}
