﻿:root {
    --loginLeftPanelBgColor: #0b1826;
    --loginLeftPanelFgColor: silver;
    --gradientAngle: 180deg;
    --gradientStartColor: #02050b;
    --gradientEndColor: #0b1826AA;
    --backgroundImageUrl: url('/images/tech_bg_6.jpeg');
    --loginLeftPanelBgImage: linear-gradient(var(--gradientAngle), var(--gradientStartColor), var(--gradientEndColor)), var(--backgroundImageUrl);
    --loginRightPanelBgColor: #558b2f;
    --loginRightPanelFgColor: white;
    --rightGradientStartColor: #558b2f;
    --loginRightPanelBgImage: url('/images/ksa_tpstry_hrz.jpg');
    --loginButtonBackgroundColor: #8BC34A;
    --loginButtonForegroundColor: #fff;
}

body {
    position: unset;
    width: unset;
    height: unset;
    background-color: unset;
}

.login-outer {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    color: var(--loginLeftPanelFgColor);
    width: 100%;
    background-color: var(--loginLeftPanelBgColor);
    background-image: var(--loginLeftPanelBgImage);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 100vh;
}

    .login-outer::before {
        opacity: 0.7;
    }

.login-row {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.login-welcome {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: flex;
    justify-content: center;
}

.login-box-container {
    margin-top: 2em;
    background-color: var(--loginRightPanelBgColor);
    padding: 3em 3em 4.5em 3em;
    border-radius: 1em;
    border: 0.2em white solid;
    max-width: 40em;
    width: unset;
    background-image: var(--loginRightPanelBgImage);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 9.5em 3.2em;
    color: var(--loginRightPanelFgColor);
    width: 28%;
}

.login-comp-logo {
}

    .login-comp-logo img {
        width: auto;
        height: auto;
        max-height: 5em;
        display: block;
    }

.login-comp-name-line1 {
    font-size: 2em;
}

.login-comp-name-line2 {
    font-size: 1.5em;
}

.login-welcome-logo {
    display: flex;
    justify-content: center;
}

    .login-welcome-logo img {
        width: 10em;
    }

.login-welcome-message {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
}

    .login-welcome-message img {
        width: 100px;
    }

.login-other-logo {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login-logo1 {
}

    .login-logo1 img {
        width: 130px;
    }

.login-logo2 {
}

    .login-logo2 img {
        width: 130px;
    }

.login-version-cont {
    text-align: center;
    margin-top: 1em;
}

.login-box-top {
    display: flex;
    align-items: center;
}

.login-box-message {
    font-size: 2em;
    flex: 1;
}

.login-form {
    margin-top: 0em;
}

.login-box-cont {
    margin: 2em 0em;
}

.password-box-cont {
    margin: 2em 0em;
    position:relative;
}

.login-button-bar {
    display: flex;
    align-items: flex-end;
}

.login-button-logo {
    flex: 1;
}

    .login-button-logo img {
        width: 4.5em;
    }

.login-button-cont {
    text-align: right;
}

    .login-button-cont button {
        cursor: pointer;
        border: none;
        border-color: var(--loginButtonBackgroundColor);
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: var(--loginButtonForegroundColor);
        background-color: var(--loginButtonBackgroundColor);
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }


@media (max-width: 1230px), (max-width: 940px) {
    .login-box-container {
        width: unset;
    }
}

@media (max-width: 830px) and (min-width: 320px) and (max-height: 800px) and (min-height: 570px) {
    .login-outer {
        height: 100% !important;
    }
}

@media (width: 1530px) {
    .login-outer {
        height: 100% !important;
    }
}
