@import url(//fonts.googleapis.com/earlyaccess/notosansbengali.css);
@import url(../../css/fonts/dax.css);
@import url('//fonts.googleapis.com/css?family=Maven+Pro:500&display=swap');

html, body {
  height: 100%; overflow: hidden;
}
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 rgba(0,0,0,0.6);*/
}
body {
    background-color: #111;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Noto Sans Bengali', Dax-Medium, 'Maven Pro',Arial, sans-serif;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #0f0f0f;
    position: relative;
    z-index: 1;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
@media (min-width:0px) and (max-width: 767px) {
  /*overflow: visible;*/
}
button, input, select, textarea {
    font-family: 'Noto Sans Bengali', Dax-Medium, 'Maven Pro',Arial, sans-serif;
    font-size: 13px;
        color: #203a61;
}
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 {
    width: 300px;
    background: rgb(238 255 212 / 91%);
    padding: 20px;
    float: right;
    margin: 30px 30px 300px 0px;
    /* border: 2px solid #37475e; */
    color: whitesmoke;
    border-radius: 8px;
    border: 5px #146835 solid;
}
.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: 8px 20px;
    margin: 2px 0 9px 0;
    display: inline-block;
    border: 1px solid #203a61;
    box-sizing: border-box;
    background: transparent;
    border-radius: 4px;
    color: #cf8b2d;
}

input[type=submit], button {
    color: white !important;
    padding: 8px 20px !important;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    background-color: #146835 !important;
    border-color: #158e3b;
    font-size: 18px;
    border-radius: 4px;
    background-image: none !important;
}
    button:hover, input[type=submit]:hover {
        background-color: #00c1cf;
        background: #258dc8; /* Old browsers */
        background: -moz-linear-gradient(top, #ff0000 0%, #cf1300 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff0000 0%,#cf1300 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff0000 0%,#cf1300 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;
    }
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 {
    background-image: url(../branding/bg.png);
    background-size: 100%;
    /*background-repeat: no-repeat;*/
	    background-color: #F8F8F8;
}
@media only screen and (max-width: 360px) {
.mainlogin-section {
float: none;
margin: 0;
width: 316px;
}
}
