46 lines
No EOL
931 B
CSS
46 lines
No EOL
931 B
CSS
:root {
|
|
--pf-global--primary-color--100: #FFDF5D;
|
|
--pf-global--primary-color--200: #ffd738;
|
|
}
|
|
|
|
|
|
.login-pf body {
|
|
background-image: url('../img/background.svg');
|
|
background-size: cover;
|
|
}
|
|
|
|
.pf-v5-c-login__main {
|
|
border-radius: 0.75rem;
|
|
background-color: #282828;
|
|
}
|
|
|
|
.pf-v5-c-button.pf-m-primary {
|
|
background-color: #FFDF5D;
|
|
color: #282828;
|
|
}
|
|
|
|
.pf-v5-c-button.pf-m-primary:hover {
|
|
background-color: #ffd738;
|
|
}
|
|
|
|
.pf-v5-c-form-control:focus-within {
|
|
--pf-v5-c-form-control--after--BorderBottomColor: #FFDF5D;
|
|
--pf-v5-c-form-control--after--BorderBottomWidth: var(--pf-v5-c-form-control--focus--after--BorderBottomWidth);
|
|
}
|
|
|
|
#kc-header {
|
|
display: none;
|
|
}
|
|
|
|
.pf-v5-c-login__main-header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.cccsbg-logo {
|
|
background-image: url('../img/logo.svg');
|
|
height: 170px;
|
|
width: 300px;
|
|
background-repeat: no-repeat;
|
|
margin-bottom: 50px;
|
|
} |