/*!
Theme Name: Sabor Latin Grill
Theme URI: https://salesfactory.com
Author: https://salesfactory.com
Author URI: salesfactory.com
Description: Base theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: https://salesfactory.com
Tags:
*/
.ginput_recaptcha {
    z-index: -1 !important;
    position: relative;
}
.post-password-form {
	input[type="submit"] {
		padding-inline: 4rem;
		padding-block: .5rem;

		border: 4px solid #ffffff;
		background: #cdde00;
		border-color: #cdde00;
		color: #010101;
		margin-inline: 0px;
		padding-inline: 4rem;

		font-weight: bold;

		border-radius: 2rem;
		font-size: 1.5625rem;
	}

	label {
		font-size: 3rem;
		font-weight: bold;
		color: #cdde00;

		font-family: cubano, sans-serif;
		line-height: 1, 1;
		margin-bottom: .75em;
		text-shadow: 0px 0px 2px #101010;
	}
}