2022-07-21 17:17:54 +03:00
|
|
|
body {
|
2022-07-21 18:21:55 +03:00
|
|
|
background-image: linear-gradient(to bottom right, #512483, #000000) !important;
|
2022-07-21 17:17:54 +03:00
|
|
|
background-color: #512483;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover !important;
|
|
|
|
}
|
|
|
|
|
2022-07-21 18:21:55 +03:00
|
|
|
a, a:active, a:focus, a:hover, a:visited, a:link {
|
|
|
|
color: #512483 !important;
|
|
|
|
}
|
|
|
|
|
2022-07-21 17:17:54 +03:00
|
|
|
#kc-header-wrapper {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.kc-logo-text.kc-logo-custom {
|
|
|
|
background-image: url(../img/logo-light.svg);
|
|
|
|
background-position: center;
|
2022-07-21 18:21:55 +03:00
|
|
|
background-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-pf-page .card-pf {
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-button.pf-m-primary {
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-form-control:focus, .pf-c-form-control:hover {
|
|
|
|
border-bottom-color: #512483;
|
2022-07-21 17:17:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px){
|
|
|
|
#kc-header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#kc-header-wrapper {
|
|
|
|
color: inherit;
|
|
|
|
font-size: 29px;
|
|
|
|
padding: 62px 10px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.kc-logo-text {
|
|
|
|
height: 63px;
|
|
|
|
width: 300px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-pf body {
|
2022-07-21 18:21:55 +03:00
|
|
|
background: linear-gradient(to bottom right, #512483, #000000) no-repeat center center fixed;
|
2022-07-21 17:17:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-pf-page {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-pf-page .card-pf {
|
|
|
|
max-width: 500px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 4px solid;
|
2022-07-21 18:21:55 +03:00
|
|
|
border-color: #000000;
|
2022-07-21 17:17:54 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-piraattipuolue {
|
|
|
|
background-image: url(../img/idp-piraattipuolue-dark.svg);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: auto 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#social-piraattipuolue .kc-social-provider-name {
|
|
|
|
color: transparent;
|
|
|
|
}
|