/*Bootstrap styles*/
*, *::before, *::after {
    box-sizing: border-box;
}

h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}



a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

img,
svg {
    vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
}
.logInBackGround {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/icon/PandaRecycling/PandaAdmin_Background_1920x1024 1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Mulish';
}
.logInBody {
    width: 80%;
    height: 80%;
    border-radius: 20px;
    position:relative;
    background-color:white;
}
.logInBodyLeftBackGround {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px 0 0 12px;
    background-image: url('/Icons/LogIn/logInBodyLeftBackGround.webp');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}
.logInBodyLeft {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px 0 0 12px;
    background-color: #1D3028;
}
.logInBodyLeftLogo {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logInBodyLogo{
    width:50%;
}
.logInBodyLeftTextPanel {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'MulishExtraBold';
    font-weight:bold;
    text-align: center;
    padding: 10%;
}
.logInBodyRight {
    width: 67%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius:0 12px 12px 0; 
}
.logInBodyRightHeader {
    width: 100%;
    height: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10%;
}
.logInBodyRightHeaderTextPanel {
    width: 100%;
    text-align: left;
    font-family: 'Mulish';
}
.logInBodyRightHeaderTextPanelHead {
    color: #2B2B2B;
    font-family: 'MulishExtraBold';
}
.logInBodyRightHeaderTextPanelText {
    color: #727272;
}
    .logInBodyRightBody {
        width: 100%;
        height: 67%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10%;
    }
.logInBodyRightBodyContainer {
    width: 100%;
    text-align: left;
    font-family: 'Mulish';
}
.logInBodyRightBodyContainerInputBox {
    width: 100%;
    text-align: left;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #A5A5A5;
}
.logInBodyRightBodyContainerInputBoxLabel {
    width: 100%;
    text-align:left;
}
.logInBodyRightBodyContainerError {
    width: 100%;
    text-align: left;
    color:red;
}
.logInBodyRightBodyContainerButtonLogin {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #1D3028;
    padding: 6px;
    font-family: 'Mulish';
    cursor: pointer;
    margin: 0 3px 3px 0;
    border-radius: 5px;
    font-weight: bold;
}
    .logInBodyRightBodyContainerButtonLogin:hover:active {
        box-shadow: 1px 1px 7px rgba(147, 147, 147, 0.8);
        cursor: pointer;
    }
    .logInBodyRightBodyContainerButtonLogin:hover {
        box-shadow: 2px 2px 2px rgba(147, 147, 147, 0.8);
        background-color: #38B15F;
    }
    .logInBodyRightBodyContainerLinkContainer {
    width: 100%;
    text-align: center;
}

@font-face {
    font-family: Mulish;
    src: url('../Mulish/Mulish-Regular.ttf');
}
@font-face {
    font-family: MulishExtraBold;
    src: url('../Mulish/Mulish-ExtraBold.ttf');
}