﻿:root {
    font-family: 'IBM Plex Regular';
    --light-blue: rgba(2, 126, 230, 0.1);
    --medium-blue: rgba(6, 92, 193, 0.7);
    --dark-gray: rgba(77, 77, 77, 0.9);
    --light-gray: rgba(77, 77, 77, 0.7);
}

#login-container {
    padding-left: 660px;
    padding-top: 20vh;
}

#logo {
    width: 200px;
    height: 29px;
    background-image: url(../images/bitdefender-logo-black.png);
}

.title {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'IBM Plex Medium';
    color: var(--medium-blue);
    margin-bottom: 12px;
}

.subtitle {
    font-size: 14px;
    font-family: 'IBM Plex Regular';
    color: var(--light-gray);
}

.side-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    height: 100vh;
    background: url(../images/side-image.png) no-repeat;
    background-size: cover;
}

#login-form {
    margin-top: 30px;
    width: 320px;
}

.button-container {
    margin-top: 5%;
}

.error-message {
    visibility: hidden;
    color: #ec5b62;
    text-align: left;
    padding-left: 12px;
    font-size: 12px;
}

#language-selector {
    position: absolute;
    top: 5%;
    right: 5%;
}

gz-single-select {
    --dropdown-min-width: 160px;
    --dropdown-width: 160px;
    --font-family-secondary: 'IBM Plex Regular';
}

.button-content {
    font-family: "IBM Plex Regular", sans-serif;
    min-width: 60px;
}

#region-form {
    margin-top: 30px;
    width: 320px;
}

.info-text {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'IBM Plex Regular';
    color: var(--light-gray);
}

.metadata-list {
    margin-top: 10px;
}

    .metadata-list gz-radio::part(radio-label) {
        font-family: 'IBM Plex Regular';
        font-size: 14px;
        line-height: 1.3;
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }