/*
Theme Name:   Netinspire
Description:  Write here a brief description about your child-theme
Author:       Andy
Author URL:   http://rockleyholdings-co-uk.stackstaging.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Netinspire
*/


/* Branding Login Page */

.post-password-required .page-content {
   max-width:1140px;
   margin:0 auto;
   padding: 145px 0;
	background: url('/wp-content/uploads/2020/08/Asset-1.svg') no-repeat;
	background-size: 270px;
	background-position: left center;
}


.post-password-required .page-content::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
}

.post-password-required .page-content form {
	position: relative;
	left: 320px;
}

.post-password-required .page-content form label {
	font-size:0;
}

.post-password-required .page-content form input[type=submit] {
	color:black;
	border-color:black;
}

.post-password-required .page-content form input[type=submit]:hover {
	background-color:#0B4687;
	border-color:#0B4687;
	color:white;
}


#id-151 { fill:black; }
