﻿body {
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
    font-family: var(--body-font);
}

.body-background-login {
    background-color: var(--background-body-color);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin: 45px 70px 0px 70px;
    height: calc(100vh - 45px);
}

.login-thumbnail {
    height: 88vh;
}

.login-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
}

.login-hyperlink {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color) !important;
}

.hyperlink-dot {
    height: 16px;
    width: 16px;
    background-color: var(--light-color);
    border: 1px solid var(--input-border-color);
    border-radius: 50%;
    display: inline-block;
}

.core-logo {
    max-width: 500px;
    width: 100%;
}

.link-text {
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
}

    .link-text:hover {
        color: var(--primary-color);
        text-decoration: none;
        font-family: var(--body-font);
        font-size: 16px;
        font-weight: 700;
    }

.recovery-text {
    font-family: var(--body-font);
    font-size: 34px;
    color: var(--primary-color);
    line-height: 44px;
    font-weight: 700;
}

.login-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
}

.link-policies {
    color: var(--secondary-color);
    text-decoration: none;
    font-family: var(--body-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .link-policies:hover {
        color: var(--secondary-color);
        text-decoration: none;
        font-family: var(--body-font);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

[v-cloak] {
    display: none;
}
@media screen and (max-width: 768px) {
    .body-background-login {
        height: 100% !important;
        margin: 35px 10px 0px 10px !important;
    }
        .body-background-login img[alt="Thumbnail"] {
            margin-bottom: 0 !important;
        }
}