/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.8.1
    Template: hello-elementor
	Stable tag: 2.8.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 7.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Card look */
.cure-card { border-radius:16px; box-shadow:0 10px 24px rgba(0,0,0,.12); }

/* Buttons */
.cure-login-wrap button,
.cure-jobs button,
.cure-profile .button-primary {
  background:#6cb0df !important;
  color:#0c213a !important;
  border-radius:28px !important;
  border:0 !important;
  font-weight:800 !important;
  transition:transform .06s ease;
}
.cure-login-wrap button:hover,
.cure-jobs button:hover,
.cure-profile .button-primary:hover { transform: translateY(-1px); }

/* Inputs */
.cure-login-wrap input,
.cure-jobs textarea,
.cure-profile input[type=text] {
  border:1px solid #e3eaf6;
  border-radius:24px;
}
