body {
  font-size: 14px;
}


h1, .h1 {
  font-size: 26px;
}
h2, .h2 {
  font-size: 20px;
  text-align: center;
  margin: 10px auto 20px;  
}

a {
  color: #072B87;
}

a:hover {
  color: red;
}

.clear {
  clear: both;
}

.logo-box {
  background: #072B87;
  text-align: center;
}

.navbar-user {
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;  
}
/*
.btn { 
  background: #072B87; 
  background: -webkit-gradient(linear, left top, left bottom, from(#466FD8), to(#072B87)); 
  background: -moz-linear-gradient(top, #466FD8, #072B87); 
  background: -ms-linear-gradient(top, #466FD8, #072B87); 
  background: -o-linear-gradient(top, #466FD8, #072B87); 
  padding: 9px 22px; 
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  box-shadow: 0 1px 2px rgba(0,0,0,.2); 
} 



.btn:hover { 
  color: #fff;
  background: #3155B0; 
  background: -webkit-gradient(linear, left top, left bottom, from(#3155B0), to(#3155B0)); 
  background: -moz-linear-gradient(top, #3155B0, #3155B0); 
  background: -ms-linear-gradient(top, #3155B0, #3155B0); 
  background: -o-linear-gradient(top, #3155B0, #3155B0); 
} 

*/  

.button:active { 
  border-top-color: #00adee; 
  background: #00adee; 
}

.red {
  color: #f00;
}
.green {
  color: #0A0;
}

.captcha-reload {
  background: url("/img/reload.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 30px;
  width: 30px;
}


.login input[type="text"],
.login input[type="password"] {
  width: 210px;
}



.checkcard-block {
  margin-top: 20px;
  text-align: center;
}

.result-bock {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.result-bock .card_num {
  font-weight: bold; 
  font-size: 24px;
  padding-left: 10px;
  padding-right: 5px;
}
.result-bock .card_state {
  font-size: 24px;
  padding-left: 5px;
}

.form-inline .control-label {
  padding-top: 8px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.user-edit .form-control {
  width: 220px;
  display: inline-block;   
}
.user-login .form-control {
  width: 210px;
  display: inline-block;  
}

.key-edit .form-control {
  width: 410px;
  display: inline-block;   
}


.help-inline {
  padding-left:10px;
}
