@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: 'Exo 2', Arial, Helvetica, 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: 'Exo 2', Arial, Helvetica, sans-serif; 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: #00c1cf; 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: 54px 30px 300px 0px;
    border: 2px solid #00c1cf;
}
.login-logo {
    width: 250px;
    margin: 0 auto;
}
.login-text {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.login-logo img {
    width: 250px;
}
        .loginpage-vedio {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
}
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: #00c1cf;
    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: 40px;
	margin-bottom: 2px;
}
.error {
width:100%;
height:1px;
color:red;
}
#Login1_UserName {
    text-transform: lowercase;
}
.login_invalid {
    text-align: center;
    margin-top: 15px;
    color: #00c1cf;
}
div#bgImg {
    background-image: url(../branding/XERP_Desktop-min.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 360px) {
.mainlogin-section {
float: none;
margin: 0;
width: 316px;
}
}