.color-gray-900 {
    color: #2C2C2E;
}

.text-6xl {
    font-size: 3.75rem;
}

.text-3xl {
    font-size: 3rem;
}

.bg-grey-100 {
    background-color: #F0F1F2;
}

.bg-grey-200 {
    background-color: #DBDCDD;
}

.h-100vh {
    height: 100vh;
}

.pt-30vh {
    padding-top: 30vh;
}

.socialaccount_providers {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

a.socialaccount_provider {
    background: #008075;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    display: flex;
    width: 327px;
    padding: var(--spacing-200, 8px) var(--spacing-500, 20px);
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius-xl, 9999px);
}

.help-box {
    color: #828284;
}

.help-box a {
    color: #FFF;
    background: #20607E;
    text-decoration: none;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
}

.text-align-right {
    text-align: right;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-bar {
    background-color: #002733;
    width: 485px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    position: absolute;
    right: 0;
}

.drhub-heading {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-size: var(--font-size-800, 32px);
    font-weight: var(--font-weight-bold, 700);
    font-family: "The Group TEXT";
    line-height: 1;
}

.drhub-heading img {
    width: 140px;
    height: 156px;
    object-fit: contain;
    margin-top: -185px;
    margin-right: 0;
    margin-bottom: -5px;

}

.drhub-heading span {
    display: block;
    line-height: 1.2;
}

.drhub-heading span:first-child {
    margin-bottom: 3px;

}

.login-section {
    text-align: center;
    color: #002733;
}


.login-button {
    background-color: #002733;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
}

.help-text {
    color: white;
    text-decoration: underline;
    margin-top: 15px;
}

.help-text {
    color: var(--color-action-basic-default-inverse, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    position: relative;

}

.help-text:hover {
    text-decoration: underline;
}

.help-text:hover::after {
    content: "If you have any problems logging in, please do not hesitate to contact our support. We are here to help you get access to your account.";
    background-color: #f0f0f0;
    padding: 10px;

    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-55%);
    white-space: normal;

    z-index: 1;
    color: black;
    width: 300px;

    text-align: left;

    font-size: 12px;

}

.help-text {
    position: relative;

}



.first-login-button .svg-wrapper,
.socialaccount_provider:not(.first-login-button) .svg-wrapper {
    padding: var(--spacing-200, 0px) var(--spacing-500, 20px);
    transform: translate(-3px, -2px);
}

.first-login-button .svg-wrapper:hover::after {
    content: "Log in for Group & Brand Employees and external Partners";
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 5px);

    left: 50%;
    transform: translateX(-50%);
    white-space: pre-line;
    z-index: 1;
    color: black;
    font-size: 12px;
    text-align: center;
    width: 200px;
    font-weight: 500;

}

.socialaccount_provider:not(.first-login-button) .svg-wrapper:hover::after {
    content: "Log in for Importers, Dealerships and Repair Shops";
    background-color: #f0f0f0;
    padding: 10px;

    border-radius: 5px;
    position: absolute;
    top: calc(100% + 5px);

    left: 50%;
    transform: translateX(-50%);
    white-space: pre-line;
    z-index: 1;
    color: black;
    font-size: 12px;
    text-align: center;
    width: 200px;
    font-weight: 500;

}

li a {
    position: relative;
}

.bottom-logo {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-16%);
    text-align: center;
    width: 100%;
    margin-top: -10px;

}

.bottom-logo img {

    height: auto;
}

.terms-of-use {}

.terms-of-use a {
    text-decoration: underline;
    color: white;
}
