@import url(http://fonts.googleapis.com/css?family=Exo+2);
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: #333;
}
body {
	background-color: #111; font-size: 14px; line-height: 23px; font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,'Noto Sans Bengali',Segoe UI,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;
	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: 'Open Sans', -apple-system,BlinkMacSystemFont,'Noto Sans Bengali',Segoe UI,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;
    font-size: 13px;
    color: #666;
}
a,img,button,input,select,textarea { outline: none; }
a { color: #666; text-decoration: none; outline: none; }
a:hover, a:focus { color: #FF6600; outline: none; }
img { display: block; }

.mainlogin-container {
    /*background-image: url(../../img/banner.jpg);*/
    background-size: 100% 100%;
	overflow: hidden;
}

.mainlogin-section {
    width: 300px;
    background: #fff;
    padding: 20px;
    float: right;
    margin: 30px 30px 300px 0px;
    position: sticky;
    border: 10px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.72);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.72);
}
.login-logo {
    width: 250px;
    margin: 0 auto;
}
.login-text {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.login-logo img {
    width: 250px;
}

h2 {
    margin: 13px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
        margin: 2px 0 9px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit], button {
    background-color: #44ceeb;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    button:hover, input[type=submit]:hover {
        opacity: 0.8;
    }
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: 10px;
	margin-bottom: 2px;
}
.error {
width:100%;
height:1px;
color:red;
}