﻿.body-layout2 {
    /*background-color: #000;*/
    background-color: #327ab7;
    background-image: url(/images/RedPandaMascootEducator.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -460px;
}
.body-layout3 {
    background-color: #327ab7;
    background-image: none;
    background-size: auto;
}
.beed-layout1, .beed-layout2, .beed-layout3 {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    background-color: #0073c80f;
    /*background-color: #0b3c7938;*/
    background-color: transparent;
    padding: 15px;
}
.beed-layout2 {
    background-color: #00000012 !important;
    /*background-color: #337ab7e0 !important;*/
}

.beed-layout3 {
    padding: 0px;
}
    .beed-layout3 .card {
        box-shadow: 4px 7px 11px 0px #3a3737;
    }

.beed-layout3 .layout3-image-section {
    background-image: url(/images/RedPandaMascootEducator.png);
    background-color: #327ab7;
    background-size: cover;
    background-repeat: no-repeat;
}
    .beed-layout-item-top {
        align-items: start;
    }

.beed-layout-item-center {
    align-items: center;
}
    .beed-animation {
        position: relative;
        /*z-index: 1;*/
        width: 100%;
        opacity: 1;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.beed-layout1 .white-bg-color {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
    -webkit-box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 7%);
}

.card {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.card .sec-header-holder {
    text-align:center;
    padding-bottom:20px;
}

.or-line::before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    left: 65%;
}
.or-line::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 23%;
    background-color: #ebebeb;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    right: 65%;
}
.login-page {
    transition-delay: 0.5s;
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.btn-login {
    font-size: 17px;
    font-weight: 500;
}

.beed-layout2 .login-control
{
    opacity:0.97;
}

@media only screen and (max-width:991px)
{
    .body-layout2 {
        background-color: #000;
        background-image: url(/images/RedPandaMascootEducator.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 0px;
    }
}