/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html,
body.ppwp-sitewide-protection {
	min-height: 100%;
	margin: 0;
}

body.ppwp-sitewide-protection {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background: #f4bb8e;
	font-family: Arial, sans-serif;
}

.ppw-swp-form-container {
	width: 100%;
	max-width: 520px;
}

.ppw-swp-form-container .ppw-swp-form {
	box-sizing: border-box;
	width: 100%;
	padding: 48px;
	border-radius: 10px;
	box-shadow: none;
}

.ppw-swp-form label {
	display: none;
	margin-bottom: 8px;
	font-weight: 600;
}

.ppw-swp-form .input_wp_protect_password {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 15px;
	border: 1px solid black;
	border-radius: 0px;
	font: inherit;
}

.ppw-swp-form .button-login {
	width: 100%;
	min-height: 52px;
	margin-top: 18px;
	padding: 12px 20px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
  background-color: black;
  color: white;
}

.ppw-entire-site-password-error {
	margin-top: 15px;
	padding: 12px;
	background: #fff2f0;
	color: #a52019;
}