/***

"Default" Login theme for WebERP

by Hindra Joshua

***/


/* $Id: login.css 5657 2012-09-10 11:32:07Z daintree $*/
body {
color:black;
font:14px "Lucida Grande","Arial","Helvetica","Verdana","sans-serif";
text-align:center;
}

html { 
  background: url(../../images/mainback.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img{
vertical-align:middle;
}

#container {
    background: #cce6ff none repeat scroll 0 0;
    border: thin solid #006bb3;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
    z-index: 1000;
}

#login_logo {
    background: rgba(0, 0, 0, 0) url("../BS.png") no-repeat scroll 0 0;
    height: 44px;
    margin: 10% auto;
    padding: 12px;
    width: 250px;
}

input.button {
    background: #66c2ff none repeat scroll 0 0;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    width: 50%;
}

input.button:hover {
    background: #0099ff none repeat scroll 0 0;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    width: 50%;
}
#demo_text{
	padding:10px;
}
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
}
 
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}
 
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 520px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 34px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  max-width: 305px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #006bb3;
  -ms-word-break: normal;
  word-break: normal;
}
.log_input {
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #006bb3;
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 1.75;
    margin: -6px 0 5px 14px;
    max-width: 200px;
    padding: 0 37px;
    width: 100%;
    word-break: normal;
}
.ptd{
	margin-top:20px;
	
	
	
}
.selectdiv select::-ms-expand {
    display: none;
}

