@charset "utf-8";
textarea,
select,
input,
button {
  outline: none;
}

body {
  font-family: tahoma;
  font-size: 11px;
  color: #000;
  text-decoration: none;

  background: url(../images/bgimg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.inputSpecial {
  background-image: url(../images/inputbg.gif);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  font-family: tahoma;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  width: 189px;
  padding: 8px;
}

.tablepad {
  color: white;
}
.inputSpecialBTN {
  border: 0px none transparent;
  font-family: tahoma;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  cursor: hand;
  background-color: #7ac143;
  border-radius: 8px;
  width: 90px;
  text-transform: uppercase;
}
.bottom-input-line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.NotOBLIGATORY {
  background-color: #f2f2f2;
}
.bigINPUTtitle {
  font-family: tahoma;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.smallINPUTtitle {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.inputSpecialListBox {
  background-image: url(../images/inputbg.gif);
  background-repeat: repeat-x;
  border: 1px solid #cdcdcd;
  font-family: tahoma;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  padding: 2px;
}

.loginbox {
  background-repeat: no-repeat;
  width: 360px;
  display: block;
  margin: 0px auto;
  margin-top: 100px;
  background-color: #1c2729;
  -webkit-box-shadow: 0px 0px 41px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 41px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 41px -13px rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  border: 1px solid #7ac143;
}

.lposition {
  display: block;
  padding: 40px;
}

.LogoLogin {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.cpright {
  display: block;
  width: 360px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.devlink {
  color: #52a4e0;
  text-decoration: none;
}

#ResultShow {
  background-image: url(../images/warning.png);
  color: #d90000;
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
}
