diff --git a/core/css/guest.css b/core/css/guest.css index 19dce78b4c9c7fd197977af86ca01cc4e6063875..1f9faf3aab32c44e61e1cfd7e41ae1fa0cbc6efd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -97,6 +97,13 @@ body { font-weight: 400; font-size: 16px; } +#body-login .wrapper .alternative-logins{ + padding:0; +} +#body-login .wrapper .alternative-logins .single-alt-login-option { + background-color:transparent; + padding: 0; +} #body-login .wrapper footer a{ font-size: 12px; } @@ -705,7 +712,7 @@ form .warning input[type='checkbox'] + label { display: inline-block; text-align: center; box-sizing: border-box; - background-color: #0082c9; + background-color: #0086FF; color: white; border-radius: 100px; /* --border-radius-pill */ } @@ -1313,8 +1320,13 @@ a.legal { #body-login #submit-form:hover, #body-login #reset-password-submit:hover, -#body-login .two-factor-submit:hover { +#body-login .two-factor-submit:hover, +#body-login #submit-form:active, +#body-login #reset-password-submit:active, +#body-login .two-factor-submit:active { opacity: 0.9; + border: none; + outline:none; } .banner-right-align { text-align: left;