
body{background-color:#f5f5f5; color:#9C9C9C}
#login_bottom{position: absolute;bottom: 0px;background-color: #fff;height: 80px;color:#5f5f5f;left:0px;right:0px;}
#fake_menu{position: absolute;top: 0px;left: 0px;background-image: url(./images/fake_login_menu.png);background-repeat: no-repeat;height: 60px;width:381px;}

.form-control {
  
  width: 260px;
  height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


#login_box{width:900px;margin: 10px auto;height: 100%;margin-top:100px}
#logo_box{background-image: url(./images/primoris-logo.jpg);background-repeat: no-repeat;height: 43px;margin-bottom: 20px}
h1{color:navy;font-size:16px;text-align: center;}
h3{color:#e4662b;font-size: 15px;text-align: center;}
#dLog{width:400px;margin: 0px auto;margin-bottom: 50px}
#doLogin{
	color: #fff;
	background-color:  #00a9f4;
	width:100%;
	height: 38px;
	border-style: none;
	text-transform:uppercase;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    border-radius: 2px;
    margin-top:10px
	}

#plogin{margin-bottom:10px;}
#login{}
#ppassword{}
 #password{}
.ui-state-error-text{margin-top:5px;font-style: italic;}
#frm{}
#log_panel{
	background: #fff;
    -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	box-sizing: border-box;
	padding:25px;
}
#log_panel label{font-weight: bold;width: 50px;display: inline-table;}
#pdatabase{margin-top:10px;margin-bottom: 10px;}
#database{width:284px;height:34px}
.orange{color:#e4662b;font-weight: bold;}

#login_title{color:#000;font-weight: bold;font-size:36px;font-family: 'Arial';}

