@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

:root {
    --rbt-red: #e73036;
    --pf-global--primary-color--100: var(--rbt-red);
    --pf-global--primary-color--200: #a22226;
    --matter-primary-rgb: 205,205,205;
    --matter-onsurface-rgb: 205,205,205;
    --matter-font-family: 'Source Sans Pro', sans-serif;

    --page-min-height: 950px;

    --custom-text-color: #fff9;
}

.matter-checkbox {
    --matter-primary-rgb: 231,48,54;
}

label {
    font-weight: unset;
}

html {
  height: 100%
}

body {
    font-family: 'Source Sans Pro', sans-serif!important;
}

.width-full {
    width: 100%;
}

.custom-buttons {
    text-align: end;
}

.custom-button {
    border: none;
    padding: 0.4rem 1.5rem;
}

.custom-button-color--primary {
    background-color: var(--rbt-red);
}

.custom-button-color--transparent {
    background-color: transparent;
}

.custom-button-text {
    color: #fff;
}

.custom-button-text:hover {
    color: #e1e1e1;
    text-decoration: none;
}

#kc-header {
    display: none;
}

.pf-c-dropdown {
    width: 100%;
}



.custom-page-panel {
    height: 100%;
    padding-top: 0;
}

.custom-form-panel {
    position: relative;
    padding: 0 !important;
    height: 100%;
    min-height: var(--page-min-height);
    width: 500px;
    margin-left: 10%;
    background-color: #1a2643e6;
}

@media screen and (max-device-width: 768px){
    .custom-form-panel {
        margin:0;
    }
}

@media screen and (max-device-width: 576px){
    .custom-form-panel {
        width: 100%;
    }
    .custom-footer {
        width: 95vw;
    }
}

#kc-content-wrapper {
    position: relative;
}

body {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    min-height: var(--page-min-height);
}

#custom-rbt-logo-container {
    background-color: #fff;
    height: 54px;
    padding: 7px 7px 7px 30px;
    width: 60%;
    margin-bottom: 4px;
}

#custom-rbt-logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #fff;
}

#custom-rbt-companyName, #custom-rbt-companyCity {
    size: 11px;
    color: #fff;
    line-height: 12px;
    margin-left: 32px;
}

#custom-rbt-productName {
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    margin-left: 32px;
    margin-top: 60px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

#custom-rbt-pageName {
    color: #fff;
    margin-left: 32px;
    font-size: 22px;
    font-weight: 400;
}

#kc-content {
    color: #fff;
    padding: 32px;
}

.custom-text {
    color: #fff;
}

.custom-footer {
    position: absolute;
    bottom: 16px;
    width: 470px;
    max-width: 100vw;
    margin-left: 15px;
}

.custom-agb a {
    color: var(--custom-text-color);
    font-size: 11px;
    margin-bottom: 10px;
}

.custom-info-button {
    position: absolute;
    top: 0;
    right: 9vw;
    width: 50px;
    height: 65px;
    background-color: #000000b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.custom-info-icon {
    background-image: url('../img/ic_info.svg');
    margin-top: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.custom-info-arrow-down {
    margin-top: -10px;
    color: var(--rbt-red);
}

.custom-info-panel {
    position: absolute;
    display: none;
    top: 0;
    right: 9vw;
    background-color: #000000b3;
    width: 300px;
    padding: 8px;
}

.custom-info-position {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--rbt-red);
}

.custom-info-place-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--rbt-red);
}

.custom-info-place-description {
    line-height: 16px;
    color: #fff;
}

.custom-info-arrow-up {
    margin-top: 8px;
    float: right;
    cursor: pointer;
    color: var(--rbt-red);
}

/* locale select */
#kc-current-locale-link {
    font-size: 16px;
    cursor: pointer;
    color: var(--custom-text-color)
}

#kc-locale-dropdown {
    text-align: end;
    margin-right: 4px;
}

.local-menu {
    display: none;
    position: absolute;
    right: 0;
    top: var(--pf-c-dropdown__menu--Top);
    z-index: var(--pf-c-dropdown__menu--ZIndex);
    padding-top: var(--pf-c-dropdown__menu--PaddingTop);
    padding-bottom: var(--pf-c-dropdown__menu--PaddingBottom);
    background: var(--pf-c-dropdown__menu--BackgroundColor);
    background-clip: padding-box;
    box-shadow: var(--pf-c-dropdown__menu--BoxShadow);
}

.arrow-down {
    margin-left: 4px;
    display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    
    border-top: 6px solid var(--rbt-red);
}

#input-error {
    color: var(--rbt-red);
}

.remember-me-label {
    color: var(--custom-text-color);
}

#kc-social-providers {
    visibility: hidden;
}

.custom-button-hr {
    opacity: 0.5;
}

.custom-restart-login-item {
    color: #9cc7fc;
}

.custom-restart-login-section {
    padding-left: 2rem;
    color: white;
    font-size: 14px;
}
