﻿@import url(theme.css);

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input {
    background-color: whitesmoke;
}

    .input:focus {
        background-color: whitesmoke;
    }

.form-login {
    margin: 0 auto;
}

.left {
    left: 0;
    min-height: 400px;
    background-size: cover;
    background-image: url("/broll-online/Images/login_bg_plit.svg");
}

.right {
    right: 0;
    background-color: white;
}


.title {
    color: var(--bs-secondary);
    font-size: 2em;
}

.right-centered {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 35%;
    height: 35%;
}
.right-centered2FA {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 55%;
    height: 45%;

}
.btnmargin_to_1 {
        margin-top: 1em;
    }

.left-centered {
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-20%, -50%);
    text-align: center;
    justify-content: center;
}

.right-centered img {
    width: 150px;
    border-radius: 50%;
}

.left-centered img {
    width: 15em;
    border-radius: 50%;
}

.left-centered h1 {
    /*text-transform: uppercase;*/
    color: white;
    font-size: 2.5em;
}

.left-centered div {
    width: 3em;
    height: .3em;
    background-color: white;
    border-radius: 3em;
    margin-left: 45%;
    margin-top: 2em;
}

.left-centered p {
    margin-top: 2em;
    color: white;
    font-size: 1em;
}

.rect {
    position: absolute;
    width: .3em;
    height: 2.6em;
    background-color: var(--bs-secondary);
}

.remember {
    color: var(--bs-secondary);
    display: inline-block;
    margin-right: 2em;
    opacity: 0.3;
    cursor: pointer;
}

.haveAccount {
    color: var(--bs-secondary);
    display: inline-block;
    margin-left: 2em;
    cursor: pointer;
}

.wd_lg {
    display: inline-block;
    height: 2em;
    width: 25%;
    font-size: 1.5em !important;
}

.auth-btn {
}

@media screen and (min-width: 1024px) {
    .auth-btn {
        display: block !important;
        margin-left: 4em;
    }
}

@media screen and (min-width: 1280px) {
    .auth-btn {
    }
}

@media screen and (min-width: 600px) {
    .Banner-Responsive{
        display : none;
    }

    .Banner-ResponsiveImgSize{
        display:none;
    }
}
@media screen and (max-width: 600px) {
    .Banner-Responsive {
        position: fixed;
        top: 0;
        left: 0%;
        background-image: url("/broll-online/Images/login_bg_plit.svg");
        transform: translate(0%, 0%);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 30%;
        display: flex;
    }
    .Banner-ResponsiveImgSize {
        left:10%;
        width: 50%;
        background-repeat : repeat;
        display: flex;
    }
    .Banner-ResponsiveTextCSS {
        position: relative;
        color: white;
        width: 100%;
        transform: translate(-60%, -20%);
        left: 30%;
        padding-top:30%;
    }
}
@media screen and (max-width: 600px) {
    .left-centered {
        top: 0;
        left: 0;
    }

    .left {
        background-image: none;
        background-size:unset;
    }
}
@media screen and (max-width: 600px) {
    .right-centered {
        position: relative;
        top: 50%;
        left: 50%;
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40%;
    }

    .split {
        height: 100%;
        width: 100%;
    }

    .right {
        background-color: white;
    }

    .right-centered2FA {
        position: relative;
        top: 50%;
        left: 50%;
        display: block;
        justify-content:center;
        align-items: center;
        width: 100%;
        height: 40%;
    }
    .btnmargin_to_1 {
        margin-top: 1em;
    }

    #lblprompt
    {
        font-size:medium;
    }
}

.btnLoginCSS, .btnResetCSS {
    max-width: 100%;
}

.mg_top_3 {
    margin-top: 3em;
}
.mg_top_4 {
    margin-top: 4em;
}
.policy {

    top: 90%;
    left: 65%;
    z-index: 99;
}

.TextBox30em {
    width: 30em;
}

.width100Percent {
    width: 100%;
}

.BorderThinSolidWhite {
    border: thin solid #ffffff;
}

.textAlignCenter {
    text-align: center;
}

.width50px {
    width: 50px;
}

.height60px {
    width: 60px;
}

.width8em {
    width: 8em;
}

.ltPolicyCSS {
    color: #492380;
    font-style: Italic;
    font-size: 1em;
}

.width30Percent {
    width: 30%;
}