/*
 * MWS Admin v2.1 - Login Form Stylesheet
 * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
 * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
 * Last Updated:
 * December 08, 2012
 *


@import url("../../css/form.css");
@import url("../../css/button.css");

/* Body
================================================== */

html, body {
    height: 100%;
	min-height:100%
}

body {
    color: #333;
    background: url(../Images/pageBg1.jpg) no-repeat center center fixed;
    width: 100%;
    /*background-size: 100% 100%;*/
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    min-width: 320px;
    /*background: url(images/bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#loginPage{
	background: rgba(0,0,0,0.6);
	min-height:100%
}
/* Login Wrapper
================================================== */
h1, h2, h3, h4, h5, h6{
	color: #99b72e;
	margin: 0
	
}
#logo{
	text-decoration: none;
	margin-left: 20px;
	display: block
}
#logo .wht{
	color: #fff;
}

#logo h1{
	margin-bottom: 0;
	font-size:24px;
	line-height: 35px;
}

#header{ 
	border-bottom: 1px solid #000; 
	box-shadow: 0 0 1px #4e4d4d;
	background-color:white;
}
.no-gutter > div{
	margin: 0;
}
.no-gutter > .grid_6{
	width: 75%;
}
.no-gutter > .grid_2{
	width: 25%;
	position:absolute;
	top: 0;
	right: 0;
	height: 100%
}
.nav-login {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav-login  li{
	display: inline-block;
	list-style-type: none;
	height: 60px;
	line-height:60px;
	border-left: 1px solid #000;
	float: left;
	padding: 0 20px;
	box-shadow: 0 -1px 1px #4E4D4D
}
.nav-login  li:first-child{	
	border-left: none;
}
.nav-login a, .nav-login li{ 
	/*color: #f2f2f2; */
	font-size:120%
}
#sideBar{
	/*background: rgba(0,0,0, 0.8);*/
    background-color:white;
	z-index: 1;
	overflow-y: scroll
}
.nav-login a:hover{ 
	text-decoration: none;
}
#mws-login-wrapper {
    width: 300px;
	margin: 80px auto 0;
	margin-bottom:80px;	
}

.mws-inset {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Login Box
================================================== */

#mws-login {
    /*background-image: url(../images/core/mws-dark-bg.png);*/
	background-color: rgba(0,0,0, .8);
    position: relative;
    padding:0px 0px 40px 0px;
    /*border: 1px solid #c0c0c0;
    border-top: 2px solid #535353;*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

#mws-login h1 {
    color: #ffffff;
    padding: 20px 8px 8px 20px;
    font-size: 18px;
    margin: 0;
    position: relative;
   
    background-repeat: repeat-x;
    background-position: left bottom;
	border-bottom: 1px solid #000; 
	
}
#mws-login-form{ 
	padding: 16px;
	border-top: 1px solid #111;
}
#mws-login .mws-login-lock {
    background-image: url(../images/core/mws-login-circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#mws-login .mws-login-lock [class^="icon-"] {
    top: -2px;
    position: relative;
}

/* Login Form
================================================== */

#mws-login form {
    /*background-image: url(../images/core/mws-login-stitch.png);*/
    background-repeat: repeat-x;
    background-position: left bottom;
    position: relative;
}

#mws-login #mws-login-remember {
    padding: 4px 6px;
    font-size: 0.9em;
    color: #ffffff;
}

#mws-login #mws-login-remember .mws-form-list {
    margin-top: 0;
}

#mws-login .mws-form-row {
    padding: 12px 0;
}

#mws-login .mws-login-username {
    background-image: url("../Images/user.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}

#mws-login .mws-login-password {
    background-image: url("../Images/key.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
#mws-login .mws-company{  
	background-image: url("../Images/building.png");
	background-repeat: no-repeat;
    background-position: 8px center;
	background-size: 16px 16px;
}
#mws-login .mws-login-username, 
#mws-login .mws-login-password,
#mws-login .mws-company {
    padding-left: 32px;
    border: 1px solid #323232;
    background-color: #fff;
    min-height: 28px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}

#mws-login .mws-login-username.error, 
#mws-login .mws-login-password.error {
    border-color: #f3797f;
}

#mws-login .mws-login-button {
    
    border: 1px solid #284609;
}

#updateList{
	margin: 0;
	padding: 20px;
}
#updateList > li{ 
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	
	list-style-type:none;
}