﻿html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: var(--client-background-image);
    background-repeat: no-repeat;
}

body {
    height: 100%;
    background-color: transparent;
}


.tlpSection {
    position: fixed;
    bottom: 5%;
    width: 100%;
    text-align: center;
    left: -5px;
}

    .tlpSection h5 {
        color: #000;
        margin: 0;
    }

.clientLogo {
    margin: 0 0 32px 0;
    content: var(--client-logo);
    height: auto !important;
}

.tlpLogo {
    height: 64px;
}

.loginPannel {
    box-shadow: rgba(0, 0, 0, .2) 0px 8px 24px;
    border-radius: 0;
    text-align: center;
    min-width: 300px;
    max-width: 400px;
    width: 80%;
    height: 310px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 18px 4px;
}

.login {
    margin: 0 0 0 0;
}

.messagesWrapper {
    font-weight: bold;
    color: red;
    font-size: 16px;
    padding: 10px;
    height: 16px;
}

.k-textbox {
    width: 250px;
    margin: 0;
}

.k-button {
    width: 250px;
    height: 36px;
    color: #fff;
    background-color: var(--client-color);
}

.forgotPasswordWrapper {
    margin: 10px 0 0 0;
    height: 16px;
}

    .forgotPasswordWrapper a {
        color: var(--client-color);
        text-decoration: underline;
    }

.k-loading-mask {
    height: 24px;
    position: relative;
}

#loadingWrapper {
    height: 24px;
    position: relative;
}
