You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

798 lines
17 KiB

@font-face {
font-family: "Swis721 Th Bt";
src: local("Swiss721ThinBT.ttf"), url("../fonts/Swiss721ThinBT.ttf") format("truetype");
font-weight: 300;
}
@font-face {
font-family: "Swis721 Md BT";
src: local("Swiss721MediumBT.ttf"), url("../fonts/Swiss721MediumBT.ttf") format("truetype");
font-weight: 500;
}
@font-face {
font-family: "Roboto";
src: local("Roboto-Medium.ttf"), url("../fonts/Roboto-Medium.ttf") format("truetype");
font-weight: 300;
}
.login-pf {
height: 100%;
background: none;
}
.login-pf body {
background: url(../img/juice-bc.svg);
background-repeat: no-repeat;
background-color: #202020;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.login-pf body::before {
position: absolute;
width: 56px;
height: 56px;
content: "";
top: 56px;
left: 63px;
background: url(../img/juice_logo.svg);
background-repeat: no-repeat;
}
.login-pf-page {
padding-top: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 0px;
margin-bottom: 0px;
}
#kc-header-wrapper {
padding: 0px 10px;
}
.card-login {
margin: 0 auto;
box-shadow: -8px -8px 32px rgba(101, 101, 101, 0.12), -2px -2px 16px rgba(101, 101, 101, 0.24), 4px 4px 16px rgba(0, 0, 0, 0.3), 8px 8px 32px rgba(0, 0, 0, 0.1);
padding: 56px;
min-width: 440px;
max-width: 440px;
border-radius: 16px;
background-color: #212121;
}
.login-pf-page-header {
background: url(../img/juice_logo.svg);
background-position-x: 63px;
background-position-y: 56px;
background-repeat: no-repeat;
}
.header-login-welcome {
font-family: "Swis721 Th Bt";
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #98989E;
}
.header-login-title {
padding-top: 4px;
font-family: "Swis721 Th Bt";
font-style: normal;
font-weight: 300;
font-size: 38px;
line-height: 48px;
letter-spacing: -0.75px;
background: linear-gradient(180deg, #FF9900 0%, #FF7100 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.error-welcome {
background: #F52E2E;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.error-image {
width: 96px;
height: 96px;
background: url(../img/error.svg);
margin: 32px 0px 12px;
}
.verify-image {
width: 96px;
height: 96px;
background: url(../img/verify-email.svg);
margin: 32px 0px 12px;
}
.instruction {
margin: 0px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 19px;
line-height: 28px;
display: flex;
align-items: center;
letter-spacing: -0.1px;
color: #BDBFBF;
}
#kc-error-message .instruction {
margin: 0px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 19px;
line-height: 28px;
display: flex;
align-items: center;
letter-spacing: -0.1px;
color: #BDBFBF;
}
#kc-info {
margin: 0px;
}
.verify-email-question {
margin-top: 32px;
margin-bottom: 8px;
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;
color: #BDBFBF;
}
.login-pf-page .login-pf-signup a {
margin-left: 0px;
}
.login-pf-page .login-pf-settings {
flex-wrap: nowrap;
}
.verify-email-link {
margin-left: 0px;
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;
text-align: right;
color: #FF7100;
}
a.verify-email-link:hover {
color: #FF7100;
}
#kc-page-title{
text-align: left;
}
#kc-form-buttons {
margin-top: 32px;
margin-bottom: 32px;
}
.pf-c-button {
height: 56px;
background: #181818;
box-shadow: -4px -4px 8px rgba(101, 101, 101, 0.08), -1px -1px 3px rgba(101, 101, 101, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.3), 4px 4px 8px rgba(0, 0, 0, 0.4);
border-radius: 4px;
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #BDBFBF;
text-transform: capitalize;
}
.pf-c-button:hover,
.pf-c-button:focus {
background: #292929;
}
.pf-c-button:disabled {
background: #292929;
opacity: 0.3;
}
.pf-c-form-control{
position: relative;
min-height: 56px;
border: 1px solid #333333;
box-sizing: border-box;
border-radius: 4px;
background: #212121;
font-family: "Swis721 Th BT";
padding-left: 16px;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #BDBFBF;
box-shadow: inset 0 0 0 50px rgb(33, 33, 33) !important;
-webkit-box-shadow: inset 0 0 0 50px rgb(33, 33, 33) !important;
-webkit-text-fill-color: #BDBFBF;
background-clip: content-box !important;
filter: none;
}
.pf-c-form-control:-webkit-autofill,
.pf-c-form-control:-webkit-autofill:hover,
.pf-c-form-control:-webkit-autofill:focus,
.pf-c-form-control:-webkit-autofill:active {
background: rgb(33, 33, 33);
color: #BDBFBF;
background-clip: content-box !important;
}
.form-group {
position: relative;
margin-bottom: 24px;
}
#input-error,
#input-error-username,
#input-error-email,
#input-error-password,
#input-error-password-confirm {
margin-top: 8px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #BDBFBF;
}
.pf-c-form-control:focus, .pf-c-form-control:hover{
outline: none;
border: 1px solid rgba(255, 113, 0, 1);
caret-color: rgba(255, 113, 0, 1);
font-family: Swis721 Th BT;
}
.pf-c-form-control[aria-invalid="true"] {
border: 1px solid rgba(245, 46, 46, 1);
background: #212121;
}
.login-form-input-label {
position: absolute;
display: none;
padding: 0px 4px;
top: -10px;
left: 12px;
color:rgba(255, 113, 0, 1);
z-index: 100;
background-color: #212121;
}
.pf-c-form-control:focus ~ .login-form-input-label,
.pf-c-form-control:hover ~ .login-form-input-label,
.pf-c-form-control[aria-invalid="true"] ~ .login-form-input-label {
display: block;
}
.pf-c-form-control[aria-invalid="true"] ~ .login-form-input-label {
color: rgba(245, 46, 46, 1);
}
#kc-form-wrapper a {
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: rgba(189, 191, 191, 1);
}
#kc-registration {
width: 200px;
}
#kc-registration span {
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #414142;
color: #FF7100;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#kc-registration a {
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #FFFFFF;
}
#kc-registration.kc-registration-signup span {
padding-right: 8px;
}
#kc-registration a::after {
content: " →";
}
#kc-info-wrapper {
padding: 0px;
background-color: #212121;
}
.register-form {
margin-bottom: 32px;
}
.juice-footer {
position: absolute;
right: 56px;
bottom: 56px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 16px;
color: #BDBFBF;
}
.juice-footer span {
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #BDBFBF;
}
/* password */
#kc-form-options {
display: flex;
align-items: center;
justify-content: flex-end;
width: 145px;
text-align: end;
}
#kc-form-options.signup-password {
width: 140px;
}
#kc-form-options a {
font-family: "Swis721 Md BT";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #FFFFFF;
}
.email-instruction {
padding-top: 12px;
padding-bottom: 32px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 19px;
line-height: 28px;
display: flex;
align-items: center;
letter-spacing: -0.1px;
color: #98989E;
}
/* sign-up */
.signup-terms {
margin: 0 auto;
width: 272px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #98989E;
}
.login-signup-terms {
margin: 32px auto;
}
#kc-form-wrapper .signup-terms a,
.signup-terms a {
font-family: "Swis721 Th BT";
font-weight: 300;
text-decoration: underline;
color: #98989E;
}
.form-horizontal .form-group {
margin-right: 0px;
margin-left: 0px;
}
/* alert */
.pf-c-alert {
position: absolute;
bottom: 2.34%;
width: 328px;
min-height: 68px;
background: rgba(0, 0, 0, 0.87);
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12), 0px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 4px;
z-index: 100;
}
.pf-c-alert.pf-m-inline {
display: flex;
justify-content: center;
align-items: center;
border: none;
margin-bottom: 0px;
padding: 0px;
}
.pf-c-alert__title {
width: 321px;
min-height: 68px;
padding-right: 8px;
padding-left: 15px;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
}
.pf-c-alert.pf-m-inline::before {
content: none;
}
.alert-button {
width: 65,79px;
height: 36px;
margin-right: 9px;
padding: 10px 9px 10px 30px;
font-family: "Roboto";
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: right;
letter-spacing: 1.25px;
text-transform: uppercase;
border: none;
outline: none;
background: linear-gradient(180deg, #FF9900 0%, #FF7100 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.welcome-container {
display: flex;
justify-content: space-between;
position: relative;
}
#kc-current-locale-link {
position: relative;
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #BDBFBF;
}
#kc-locale-dropdown a {
color: #BDBFBF;
}
#kc-current-locale-link::before {
content: '';
position: absolute;
background: url(../img/locale.svg);
width: 16px;
height: 16px;
top: 2px;
left: -17px;
}
#kc-current-locale-link::after {
display: none;
}
#kc-locale ul {
list-style: none;
top: 20px;
padding: 2px 0;
width: 136px;
background: rgba(23, 23, 23, 0.92);
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.32);
border-radius: 8px;
border: none;
}
.kc-dropdown-item {
position: relative;
height: 40px;
padding-left: 30px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.kc-dropdown-item::before {
position: absolute;
width: 16px;
height: 12px;
content: '';
left: 16px;
}
.kc-dropdown-item.English::before {
background: url(../img/english.svg);
}
.kc-dropdown-item.Deutsch::before {
background: url(../img/deutsch.svg);
}
#kc-locale ul li a {
font-family: "Swis721 Th BT";
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #BDBFBF !important;
}
#kc-locale .kc-dropdown-item.selected a {
font-family: "Swis721 Md BT";
}
#kc-locale ul li a:hover {
background: rgba(23, 23, 23, 0.92);
color: #FF7100 !important;
}
.kc-social-grid {
display: flex;
justify-content: center;
flex-wrap: nowrap;
grid-column-gap: 0px;
}
.social-button {
margin: 0 11px;
width: 48px !important;
height: 48px;
padding: 16px;
background: #212121;
border: none;
border-radius: 8px;
}
.social-button:last-child {
margin-right: 0;
}
.social-button:first-child {
margin-left: 0;
}
.separate-container {
margin: 32px 0px 32px;
display: flex;
align-items: center;
}
.separate-text {
margin: 0px 8px;
font-family: Swis721 Th BT;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: #98989E;
}
.separator {
flex: auto;
max-width: 109px;
min-width: 10px;
height: 1px;
background-color: #333333;
}
.login-sign-image {
background: url(../img/apple.svg);
width: 16px;
height: 16px;
margin-right: 16px;
}
.login-sign-image.apple {
background: url(../img/apple.svg);
background-size: contain;
background-repeat: no-repeat;
}
.login-sign-image.google {
background: url(../img/google.svg);
background-size: contain;
background-repeat: no-repeat;
}
.login-sign-image.facebook {
background: url(../img/facebook.svg);
background-size: contain;
background-repeat: no-repeat;
}
.login-sign-image.linkedin {
background: url(../img/linkedin.svg);
background-size: contain;
background-repeat: no-repeat;
}
.login-sign-image.twitter {
background: url(../img/twitter.svg);
background-size: contain;
background-repeat: no-repeat;
}
.kc-social-provider-logo {
font-size: 17px;
width: 13px;
height: 13px;
float: left;
}
.expired-image {
width: 96px;
height: 96px;
background: url(../img/clock.svg);
margin: 32px 0px 2px;
}
.expired-button {
margin-top: 32px;
text-align: center;
padding-top: 16px;
text-transform: none;
}
.expired-title {
width: 215px;
}
.login-pf a:hover {
text-decoration: none;
color: #BDBFBF;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header-login-title {
background: #202020;
color: #FF7100;
}
.error-welcome {
background: #202020;
color: #F52E2E;
}
.alert-button {
background: #202020;
color: #FF7100;
}
}
@media (max-height: 900px) and (max-width: 880px) {
.login-pf body::before {
display: none;
}
.juice-footer {
display: none;
}
}
@media (max-height: 824px) and (max-width: 920px) {
.login-pf body::before {
display: none;
}
.juice-footer {
display: none;
}
}
@media (max-height: 784px) {
.login-pf body::before {
display: none;
}
.juice-footer {
display: none;
}
}
@media (max-height: 680px) {
.login-pf body {
align-items: unset;
}
.juice-footer {
display: none;
}
}
@media (max-width: 767px) {
#kc-locale {
position: relative !important;
width: inherit;
top: 0px;
right: 0px;
text-align: none;
}
#kc-info-wrapper {
border-top: none;
}
}
@media (min-width: 768px) {
.login-pf-page .login-pf-page-header {
margin-bottom: 0px;
}
}
@media (max-width: 440px) {
.login-pf body::before {
display: none;
}
.login-pf body {
align-items: unset;
}
.login-pf-page .login-pf-header {
margin-bottom: 32px;
}
#kc-header {
display: none;
}
.card-login {
min-width: 328px;
max-width: 448px;
padding: 16px 10px;
box-shadow: none;
}
.juice-footer {
display: none;
}
}
@media (max-width: 360px) {
.card-login {
width: 360px;
padding: 16px 10px;
box-shadow: none;
}
}
@media (max-width: 359px) {
.card-login {
min-width: 248px;
max-width: 304px;
padding: 16px 10px;
box-shadow: none;
}
#kc-registration {
width: 155px;
}
#kc-registration.kc-registration-signup a {
padding-left: 0px;
}
.social-button {
padding: 16px 12px;
}
}
@media (max-width: 300px) {
.card-login {
min-width: 238px;
max-width: 278px;
padding: 16px 10px;
box-shadow: none;
}
.social-button {
padding: 16px 10px;
}
}
@media (max-width: 279px) {
.login-pf-page {
overflow-y: auto;
overflow-x: auto;
}
}