update
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
body.ppwp-sitewide-protection {
|
||||
background: #2a2c2e url("<?php echo esc_url( ppw_get_background_image( 'sw-default3.jpg' ) ); ?>") no-repeat center/cover !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pda-form-login {
|
||||
width: 50%;
|
||||
background: #ffffffc4;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
box-shadow: 0 1px 13px #ECEBEB;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding-top:0;
|
||||
}
|
||||
|
||||
.ppwp-countdown-container {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 50%;
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
.pda-form-login a.ppw-swp-logo {
|
||||
top: 32%;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.pda-form-login form {
|
||||
position: absolute;
|
||||
max-width: 350px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
background: transparent;
|
||||
box-shadow: 0 0 black;
|
||||
}
|
||||
|
||||
.pda-form-login .input_wp_protect_password {
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
outline: 0;
|
||||
border-radius: 30px;
|
||||
border: 2px solid #d0cece;
|
||||
padding: 1rem 3.5rem 1rem 1.5rem;
|
||||
background: white;
|
||||
}
|
||||
.pda-form-login .button-login {
|
||||
margin-top: 1rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
border-color: #cac8c7;
|
||||
border-radius: 30px;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
padding: .8rem;
|
||||
background: #7d7974;
|
||||
box-shadow: 2px 4px 1px #cac8c7;
|
||||
}
|
||||
Reference in New Issue
Block a user