

.limiter {
  width: 100%;
  margin: 0 auto;
background-image:url(../img/bg-01.jpg);
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

@media only screen and (max-width: 500px) {
table img{
border:3px solid red;
}
}

@media only screen and (max-width: 900px) {
 .table-container{
height:500px;
}
}
.container-login100 {
  width: 100%;  

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;

}


.wrap-login100 {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
  
    margin: 30px 0px 30px 0px;
  background: #fff;
      -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}
.wrap-content {
  border-radius: 10px;
  margin: 30px 30px 30px 30px;
  background: #fff;
 -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
width:100%;
  
}
.content-title{
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight:bold;
background-color: #0a5289;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.link-home{
background-color:#6aa81c;
color:#fff;
padding:5px 0px 5px 0px;
font-size:14px;
font-weight:bold;


}
.link-rgt{
text-align:right;
}
.link-home a{
color:#fff;
}
a.txt1{
color:#007bff;
font-weight:normal;
}
.content-wrapper{
padding:20px;
}
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-logo {
  font-size: 60px; 
  color: #000;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.padg{
padding:10px 50px 30px 50px;
}
.captcha{
border:2px solid #c9d289;
background-image:url(../img/captcha.jpg);
background-color:#e7f0aa;
color:#009933;
padding:11px;
display:inline;
font-style: italic;
font-size:19px;
font-weight:bold;
}
.ctr{

text-align:center;
}
.login100-form-title {

  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  
  font-weight:bold;
background-color: #86c33a;
  display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 30px;
}

.inputtxt {

  font-size: 16px;
  color: #000;
  line-height: 1.2;
 border:1px solid #dfdfdf;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 20px;
  margin-bottom:10px;
   margin-top:10px;
   
}
.inputtxt-cap {

  font-size: 16px;
  color: #000;
  line-height: 1.2;
 border:1px solid #dfdfdf;
  height: 45px;
  background: transparent;
  padding: 0 5px 0 10px;

width:100%;
}

/*---------------------------------------------*/ 




/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 35px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {

  font-size: 13px;
  color: #fff;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {

  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;

  background: #84ba23;

  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #0060b1;
  top: 0;
  left: 0;
  opacity: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  color: #fff;
}

.login100-form-btn:hover:before {
  opacity: 0;
}



.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
}

section { padding: 0 15px; }

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}
.nopad{
margin:0px;
padding:0px;
}
.ReloadBtn {
    background:url(../img/refresh.png);
    background-size: 100%;
   width: 30px;
    height: 30px;
    border: 0px;
    outline none: ;
    outline: none;
    cursor: pointer;
	margin-top:8px;
	margin-left:18px;
	background-color:#0060b1;
	border-radius:3px;
}
.btnSubmit {
  margin-top: 30px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #0060b1;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 13px; 
  display: none; 
}
.success {
  color: green;
  font-size: 13px;
  display: none;
}
