65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
.login-pf body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
transition: background-image 0.5s ease-in-out;
|
|
background-image: url('https://source.unsplash.com/collection/2373494/backgrounds');
|
|
}
|
|
|
|
|
|
.login-pf-page .card-pf {
|
|
max-width: 440px !important;
|
|
margin: auto !important;
|
|
}
|
|
|
|
|
|
.login-pf-page .login-pf-header h1 {
|
|
background: #618c36 !important;
|
|
}
|
|
|
|
.pf-c-button.pf-m-primary {
|
|
background: #618c36 !important;
|
|
}
|
|
|
|
div#kc-registration span a:hover {
|
|
background: #83b451;
|
|
}
|
|
|
|
#kc-header {
|
|
background: #ffffff;
|
|
display: none !important;
|
|
}
|
|
|
|
.app-logo {
|
|
display: none !important;
|
|
}
|
|
|
|
.login-pf-page .login-pf-page-header p::before {
|
|
display: none !important;;
|
|
}
|
|
|
|
.login-main-title::before {
|
|
content: "Wizewerx";
|
|
}
|
|
|
|
.login-sub-heading::before {
|
|
content: "Sign in to use all our stuff.";
|
|
}
|
|
|
|
#new-to-app::before {
|
|
content: "";
|
|
}
|
|
|
|
.register-main-title::before {
|
|
content: "Create your account";
|
|
}
|
|
.register-sub-heading::before {
|
|
content: "";
|
|
}
|