@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla&display=swap');

html, body {
    accent-color:green;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 0 10px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 23px;
    outline: none;
    color: #146835 !important;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 40%);
    font-family: 'Anek Bangla', sans-serif;
    text-align: center;
}
/*body {
    background-color: #146835;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Anek Bangla', sans-serif;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #0f0f0f;
    position: relative;
    z-index: 1;
}*/
    body::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-position: center;
        background-image: url(../branding/bg.png);
        background: url(../branding/bg.png), green no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
::placeholder {
    color: rgba(0, 0, 0, 0.25);
    opacity: 1; /* Firefox */
}
input::placeholder {
    opacity: 1.5;
    color: rgba(0, 0, 0, 0.25);
}

@media (min-width:0px) and (max-width: 767px) {
    .mainlogin-section {
        
    }
}
button, input, select, textarea {
    font-family: 'Anek Bangla', sans-serif;
    font-size: 1rem;
}
    input#chkRemember {
        float: left;
        margin-top: 5px;
        accent-color: green;
    
    }
a#lbForgot:hover {
    color: #cf1300 !important;
}
a,img,button,input,select,textarea { outline: none; }
a {
    color: #203a61;
    text-decoration: none;
    outline: none;
}
    a:hover, a:focus {
        color: #203a61;        
        outline: none;
    }
img { display: block; }

.mainlogin-container {
    /* background-image: url(../../img/banner.png); */
    /* background-size: 100% 100%; */
    overflow: hidden;
}

.mainlogin-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 100%; */
    max-width: 780px;
    height: auto;
    margin: 0 auto;
    /* width: 300px; */
    background: rgb(238 255 212 / 91%);
    padding: 20px;
    float: right;
    /* margin: 30px 30px 300px 0px; */
    color: whitesmoke;
    border-radius: 20px;
    border: 5px #146835 solid;
    transition: box-shadow 150ms linear;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .1), -4px -4px 10px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
    .mainlogin-section:hover, .mainlogin-container:hover, div#bgImg:hover {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.02), 0 0 20px 4px rgb(255 255 255 / 45%);
    }
div#pnlLogin {
    max-width: 50%;
    margin: 0 5%;
}
    div#pnlLogin table#Login1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 30px 20px;
        border: solid 1px rgba(255, 255, 255, .5);
        border-radius: 16px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .1), -4px -4px 10px rgba(0, 0, 0, .1);
        background-color: rgba(255, 255, 255, .1);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
.login-logo {
    width: 260px;
    margin: 0 auto;
}
.login-text {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.login-logo img {
    width: 100%;
}
        .loginpage-vedio {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
}
h2 {
    margin: 13px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 5px 20px;
    margin: 2px 0 9px 0;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4px;
    color: #6e6f6e;
    box-shadow: inset -3px -2px 0.5rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms linear;
    border: 0px solid rgb(255 255 255 / 61%);
    background: #ffffff24;
    text-align: center;
    font-weight: lighter;
    fill: none;
    outline: solid 1px #ffffff;
    height: 2.3rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #146835;
    background-color: #146835;
    -webkit-text-fill-color: #146835;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
    input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus, input:hover, input:focus, input:active {
        outline: double 1px #dbff00;
        transition: outline 0.6s linear;
        /* box-shadow: inset 0 0 0.2rem 0px #dbff00; */
        /* border: 2px white double; */
    }
input[type=submit], button {
    padding: 3px 10px !important;
    /* margin: 8px 0; */
    cursor: pointer;
    width: 100%;
    background-image: none !important;
    position: relative;
    overflow: hidden;
    transition: background 1100ms;
    color: #146835;
    background-color: #c0de07;
    padding: 1rem 2rem;
    font-size: 1rem;
    outline: 0;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: .6;
    font-weight: 600;
    height: 2.5rem;
}
    button:hover, input[type=submit]:hover {
        /* background-color: #cf6e00; */
         /* Old browsers */
        background: -moz-linear-gradient(top, #ff0000 0%, #cf1300 100%); /* FF3.6-15 */
         /* Chrome10-25,Safari5.1-6 */
        /* background: linear-gradient(to bottom, #84ff00 0%,#146835 100%) !important; */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cf1300 ',GradientType=0 ); /* IE6-9 */
        /* transition: all 0.5s ease-in-out; */
        /* -webkit-transition: all 0.5s ease-in-out; */
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        opacity: 1;
        transition: box-shadow 150ms linear;
        /* text-shadow: 1px 1px 1px rgb(255 247 247 / 84%); */
        color: #146835;
    }
span.psw {
    float: right;
}
span.sign-up{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}
span.copyright {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
	margin-bottom: 2px;
}
.error {
    width: 100%;
    height: 1px;
    color: red;
    width: 100%;
    height: 1px;
    color: red;
    text-align: center;
    display: contents;
    padding-bottom: 20px;
    border: 1px red solid;
}
#Login1_UserName {
    text-transform: lowercase;
    /* background: transparent; */
}
.login_invalid {
    text-align: center;
    margin-top: 15px;
    color: #029647;
}
div#bgImg {
    /*display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;*/
    /* padding: 15px; */
    /* background-image: linear-gradient(45deg, #ffd800, #ff5520, #750cf2, #0cbcf2); */
    /* overflow: scroll; */
    /*background-image: url(../branding/bg.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #F8F8F8; */
    /*align-content: center;*/
    transition: box-shadow 150ms linear;
    padding: 5%;
}
@media only screen and (max-width: 360px) {
.mainlogin-section {
float: none;
margin: 0;
width: 316px;
}

}
