﻿body {
  background: #55a8dc url('../images/bg1.jpg') repeat;
  margin: 0 auto;
}
h1, h2 {
  color: #e98007;
}
h3, h4 {
  color: #4d4d4d;
}
h1, h2 {
  /*
	text-shadow: 2px 1px 3px @text-shadow-color;
	*/

}
.margin-top {
  margin-top: 100px;
}
.inner-col {
  margin-right: 10px;
  padding: 10px;
}
.outer-box {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 10px;
  /* 
   box-shadow: 6px 6px 15px #616974; 
   */

  box-shadow: 0px 0px 25px #616974;
}
.header {
  margin: 0;
}
.welcome {
  text-align: left;
  padding: 5px;
}
.welcome .hero {
  font-size: 30px;
  font-family: Calibri, 'Times New Roman', Serif;
  font-style: normal;
  font-weight: bold;
  padding: 3px 0;
  line-height: 1.3em;
  color: #006ba3;
  text-shadow: 2px 1px 3px #c9c9c9;
}
.company-info {
  background: url("../images/logo1.png") no-repeat scroll center center transparent;
  float: right;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
#login-panel table {
  width: 100%;
  margin-bottom: 5px;
  
}
.left1, .left2, .right1 {
  border-radius: 8px;
  padding: 10px;
  vertical-align: top;
}
.left1, .left2 {
  background-color: #006ba3;
  color: white;
}
.gutter {
  width: 10px;
}
.right1 {
  width: 30% !important;
  text-align: center;
  background-color: #494D56;
  color: white;
}
.login-box h3, .login-box .sub {
  color: white;
  text-shadow: none;
}
.login-box input, .login-box button {
  font-size: 18px;
  margin: 5px 0;
  padding: 10px;
  border-radius: 4px;
}
.login-box input[type='text'], .login-box input[type='password'] {
  width: 85%;
}
#loginForm {
  margin: 0;
}


.links {
  text-align: center;
}
.link {
  display: inline-block;
  margin: 5px 10px;
  font-size: 0.9em;
}
.footer_links {
  font-size: 0.85em;
  padding: 3px;
  color: #333333;
}
.footer_links a {
  color: #333333;
}
.footer_links a:visited {
  color: #333333;
}
.footer_links a:hover {
  color: #333333;
}

.center {
  text-align: center;
}
.login-button {
  margin-top: 15px;
  padding: 5px;
  background:#333;
}

