﻿#login {
  text-transform: uppercase;
  display: table;
  table-layout: fixed;
  background-color: #fcf8eb;
  font-size: 16px;
  color: #9c917f;
  height: 230px;
  width: 185px;
  background: transparent;
}
#login input[type='submit'] {
  background: url('Images/login_btn.png');
  color: transparent;
  width: 184px;
  height: 34px;
  border: 0px;
  position: relative;
  vertical-align: middle;
}
#login .forgotId {
  color: #60a7e8;
  width: 76px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: middle;
}
#login div.input-group {
  display: table-row;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#login div.input-group label {
  display: inline-block;
  table-layout: fixed;
  width: 185px;
  text-align: left;
  margin: 0 0 0 0;
  color: #f2f5f7;
  font-weight: normal;
}
#login div.input-group input {
  display: table-cell;
  width: 170px;
  height: 20px;
  table-layout: fixed;
  margin: 2px 0px 2px 0px;
  font-size: 12px;
  color: #000;
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  background-color: #fcf8eb;
  border: 1px solid #f9f5e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#login div.center-group {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 0;
}
#login div.center-group div label {
  width: 50%;
  text-align: center;
}
#login div.center-group div input {
  width: 20px;
}
#login div.footer-group {
  text-align: center;
}