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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  line-height: 1;
  background:#9f8e3c url(../images/bg.jpg) no-repeat left;
  font-size:12px;
  font-family:"Lucida Grande",Lucida Sans Unicode,Verdana,sans-serif;
}
.login_logo
{
 margin:2% auto 0 auto; 
 width:36%
}
.sign-up {
  position: relative;
  margin:auto;
  margin-top:1%;
  margin-bottom:20px;
  width: 400px;
  padding:20px 65px 10px;
  background:#4d3c68;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.sign-up h1
{
 margin:0px;
 text-transform:uppercase;
 font-size:24px;
}
.sign-up h6
{
 margin:15px 0px;
 text-align:center;
 display:block;
}
.sign-up h6 a
{
 text-decoration:none;
 font-style:italic;
 color:#fff;
}
.sign-up:before, .sign-up:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  background: inherit;
  border-radius: 4px;
}


.sign-up-title {
  margin:0 0 10px 0;
  padding: 15px 25px;
  line-height: 35px;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.sign-up-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  border-radius: 5px 5px 0 0;
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sign-up-input {
  width: 100%;
  height: 42px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  border:0;
  color:#666;
  font-size:13px;
  background: #fff;
  border-radius: 4px;


}
.sign-up-input:focus {
  border-color: #62c2e4;
  outline: none;
  -webkit-box-shadow: inset 0 -2px #62c2e4;
  box-shadow: inset 0 -2px #62c2e4;
}
.lt-ie9 .sign-up-input {
  line-height: 48px;
}

.sign-up-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 45px;
  padding: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  background:#b60000 url(../images/login.png) no-repeat 64% center; 
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #d76b60;
  box-shadow: inset 0 -2px #d76b60;
}
.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.copyright
{
 text-align:center;
 font-size:12px;
 color:#fff;
}
.copyright a
{
 color:#fff;
 text-decoration:none;
 color:#f2f2f2;
}
.info, .success, .warning, .error {
    margin: 10px 0px;
    padding:12px;
    text-align: center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.info i, .success i, .warning i, .error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}