body#security {
  background: none;
}
#security .content {
  padding: 20px 0;
}
#security .content img{
  display: block;
  margin: 10px auto 20px;
  transition: .5s;
}
#security .content img:hover{
  filter: brightness(1.1);
}
.security_cont{
  border: 1px solid #3688dc;
  margin-bottom: 20px;
  padding: 40px 0;
  text-align: center;
  background: #185a94;
}
.security_cont p{
  margin-bottom: 10px;
}
.security_cont form {
  display: inline-block;
  padding-right: 0px;
}
.security_cont .number {
  border: 1px solid #3688dc;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 30px;
  color: #b9e2fb;
  font-size: 45px;
  text-align: center;
  background: #114573;
}
#security input#otp{
  border: none;
  height: 25px;
}
.send{
  border-radius: 5px;
  display: block;
  margin: 20px auto 0;
  padding: 10px;
  max-width: 200px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #4f80be;
  transition: .3s;
}
.send:hover{
  color: #feff66;
}
#security label{
  margin: 10px;
}
#security .apply{
  border: solid 1px #3688dc;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  padding: 15px 0px;
  width: 300px;
  font-size: 20px;
  background: #1561b4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#security .apply a{
  color: #b9e2fb;
  transition: .3s;
}
#security .apply:hover a{
  color: #fff;
}
#security .box01 ul{
  margin-left: 18px;
  list-style: decimal;
  line-height: 20px;
  letter-spacing: 1px;
}

/*----table----*/
table.blue_sec{
  margin: 15px auto;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
}
table.blue_sec td{
  border: 1px solid #3688dc;
}
.table_security table td {
  border: 1px solid #3688dc;
  border-top: none;
  border-left: none;
  font-size: 13px;
  line-height: 25px;
}
.table_security table{
  margin-top: 20px;
}
.table_security table td:nth-child(even){
  background: rgba(255,255,255,.9);
}
.table_security table td:nth-child(odd) {
  background: #185a94;
}