
    
 
*{margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  align-items: center;
  border-color: #666666;
 
  }

  * a{
    text-decoration: none;
    color: #0a2446;
  }

  body{
    font-size: 11.2px;
  font-family:"Segoe UI", Verdana, Geneva, Tahoma, sans-serif;
      background: #ebf2f7 !important;
  align-items: center;
  height: auto;
  width: 100%;
 
 
  }
  .img-spc{width: 29px;
    margin-left: 9.5px;
    border-radius: 45px;}
form {width: 100%;
height: auto;}

.sel-ccc select{height: 12px;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 7px 0px 7px;
  margin: 0px 2px 0px 2px;
  box-sizing: content-box;}

    input[type="search"] {
    background-color: #fcf695;

  }

#message{
  font-family: 'Times New Roman', Times, serif;
}
.navbar{
height: 40px;
width: 100%;
display: flex;
flex-direction: row;
padding: 0px 100px;
text-align: center;
position: fixed;
z-index: 10;
 background-color: #22466b !important;
border-bottom: 2px solid #1d7526;
}
.reload{
  display: flex;
}
.nav-one{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.titlegroup{
  background-image: linear-gradient(#cadbe3,#cadbe3,#a8bdcf);
  box-shadow: 0px 0px 2px;
  padding: 3px 0px;
  color: #0B2970;
}


  .botbrd{
    border-bottom: .5px solid  #87a3c0;
    padding: 3px 6px;
    font-weight: 500;
    margin: 0px 2px;
  }
  .f10{
    font-size: 10px;
  }
  .p0{
    padding: 0px;
  }

/*button...................................................................................................*/
/*.....................................DIV...................................................*/
/*100 % div .................................................................*/
.cl-100-100-sta
{height: auto;
  width: 100%;
  justify-content: start;
  display: flex;
  padding: 2px;
}

.cl-100-100-end
{height: auto;
  width: 100%;
  justify-content: end;
  display: flex;
  padding: 2px;
}
.cl-100-100-cen
{height: auto;
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 2px;
}
.cl-100-100-eve
{height: auto;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  padding: 2px;
}
.cl-100-100-bet
{height: auto;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 2px  20px;
}
/* 100*/
.cl-100-sta
{height: auto;
  width: 98%;
  margin: 0px 1% 0px 1%;
  justify-content: start;
  display: flex;
  padding: 2px;
}

.cl-100-end
{height: auto;
  width: 98%;
  margin: 0px 1% 0px 1%;
  justify-content: end;
  display: flex;
  padding: 2px;
}
.cl-100-cen
{height: auto;
  width: 98%;
  margin: 0px 1% 0px 1%;
  justify-content: center;
  display: flex;
  padding: 2px;
}
.cl-100-eve
{height: auto;
  width: 98%;
  margin: 0px 1% 0px 1%;
  justify-content: space-evenly;
  display: flex;
  padding: 2px;
}
.cl-100-bet
{height: auto;
  width: 98%;
  margin: 0px 1% 0px 1%;
  justify-content: space-between;
  display: flex;
  padding: 2px;
}
/*..div 50%....................................................*/
.cl-50-sta
{height: auto;
  width: 49%;
  margin: 0px 1% 0px 1%;
  justify-content: start;
  display: flex;
  padding: 2px;
}

.cl-50-end
{height: auto;
  width: 49%;
  margin: 0px 1% 0px 1%;
  justify-content: end;
  display: flex;
  padding: 2px;
}
.cl-50-cen
{height: auto;
  width:49%;
  margin: 0px 1% 0px 1%;
  justify-content: center;
  display: flex;
  padding: 2px;
}
.cl-50-eve
{height: auto;
  width: 49%;
  margin: 0px 1% 0px 1%;
  justify-content: space-evenly;
  display: flex;
  padding: 2px;
}
.cl-50-bet
{height: auto;
  width: 49%;
  margin: 0px 1% 0px 1%;
  justify-content: space-between;
  display: flex;
  padding: 2px;
}

/*25 % div..............................................................*/
.cl-25-sta
{height: auto;
  width: 24%;
  margin: 0px 1% 0px 1%;
  justify-content: start;
  display: flex;
  padding: 2px;
}

.cl-25-end
{height: auto;
  width: 24%;
  
  margin: 0px 1% 0px 1%;
  justify-content: end;
  display: flex;
  padding: 2px;
}
.cl-25-cen
{height: auto;
  width: 24%;
  margin: 0px 1% 0px 1%;
  justify-content: center;
  display: flex;
  padding: 2px;
}
.cl-25-eve
{height: auto;
  width: 24%;
  margin: 0px 1% 0px 1%;
  justify-content: space-evenly;
  display: flex;
  padding: 2px;
}
.cl-25-bet
{height: auto;
  width: 24%;
  margin: 0px 1% 0px 1%;
  justify-content: space-between;
  display: flex;
  padding: 2px;
}
/* div auto width..........................*/
.cl-auto-sta{
  height: auto;
  width:auto;
  margin: 0px 1% 0px 1%;
  justify-content: start;
  display: flex;
  padding: 2px;
}

.cl-auto-end{
  height: auto;
  width:auto;
  margin: 0px 1% 0px 1%;
  justify-content: end;
  display: flex;
  padding: 2px;
}
.cl-auto-cen{
  height: auto;
  width:auto;
  margin: 0px 1% 0px 1%;
  justify-content: center;
  display: flex;
  padding: 2px;
}
.cl-auto-eve{
  height: auto;
  width:auto;
  margin: 0px 1% 0px 1%;
  justify-content: space-evenly;
  display: flex;
  padding: 2px;
}
.cl-auto-bet{
  height: auto;
  width:auto;
  margin: 0px 1% 0px 1%;
  justify-content: space-between;
  display: flex;
  padding: 2px;
}
/*...........................................................DIV END....................................................*/
/*...........................................................INPUT START....................................................*/
/*..............INPUT 10 PX .........................*/
.inp-1-1-sta{
  width: 10px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-1-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-1-cen{
  width: 10px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-1-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-1-end{
  width: 10px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-1-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*..............INPUT 20 PX .........................*/
.inp-1-2-sta{
  width: 20px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-2-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-2-cen{
  width: 20px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-2-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-2-end{
  width: 20px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-2-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*..............INPUT 30 PX .........................*/
.inp-1-3-sta{
  width: 30px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-3-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-3-cen{
  width: 30px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-3-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-3-end{
  width: 30px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-3-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*..............INPUT 40 PX .........................*/
.inp-1-4-sta{
  width: 40px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-4-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-4-cen{
  width: 40px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-4-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-4-end{
  width: 40px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-4-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*..............INPUT 50 PX .........................*/
.inp-1-5-sta{
  width: 50px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-5-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-5-cen{
  width: 50px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-5-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-5-end{
  width: 50px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-5-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
  /*..............INPUT 60 PX .........................*/
.inp-1-6-sta{
  width: 60px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-6-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-6-cen{
  width: 60px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-6-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-6-end{
  width: 60px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-6-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
    /*..............INPUT 70 PX .........................*/
.inp-1-7-sta{
  width: 70px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-7-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-7-cen{
  width: 70px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-7-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-7-end{
  width: 70px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-7-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
      /*..............INPUT 80 PX .........................*/
.inp-1-8-sta{
  width: 80px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-8-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-8-cen{
  width: 80px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-8-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-8-end{
  width: 80px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-8-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
   /*..............INPUT 90 PX .........................*/
.inp-1-9-sta{
  width: 90px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-9-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
}
.inp-1-9-cen{
  width: 90px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-9-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

.inp-1-9-end{
  width: 90px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-9-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 100 PX..................*/
.inp-1-10-sta{
  width: 100px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-10-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-10-cen{
  width: 100px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-10-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;

  }
.inp-1-10-end{
  width: 100px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-10-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 150 PX..................*/
.inp-1-15-sta{
  width: 150px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

}
.inp-1-15-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-15-cen{
  width: 150px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-15-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-15-end{
  width: 150px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-15-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 200 PX..................*/
.inp-1-20-sta{
  width: 200px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

}
.inp-1-20-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-20-cen{
  width: 200px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-20-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-20-end{
  width: 200px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-20-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 250 PX..................*/
.inp-1-25-sta{
  width: 250px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

}
.inp-1-25-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-25-cen{
  width: 250px;
  text-align: center;
  outline: none;
  border-width: 0.5px;
 
}
.inp-1-25-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-25-end{
  width: 250px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-25-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 300 PX..................*/
.inp-1-30-sta{
  width: 300px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

}
.inp-1-30-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-30-cen{
  width: 300px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-30-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-30-end{
  width: 300px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-30-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 350 PX..................*/
.inp-1-35-sta{
  width: 350px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

}
.inp-1-35-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-35-cen{
  width: 350px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-35-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-35-end{
  width: 350px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-35-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 400 PX..................*/
.inp-1-40-sta{
  width: 400px;
  text-align: start;
  outline: none;
  border-width: 0.5px;
 
  
}
.inp-1-40-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-40-cen{
  width: 400px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-40-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-40-end{
  width: 400px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-40-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 450 PX..................*/
.inp-1-45-sta{
  width: 450px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-45-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-45-cen{
  width: 450px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-45-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-45-end{
  width: 450px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-45-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
/*...................INPUT 500 PX..................*/
.inp-1-50-sta{
  width: 500px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-50-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-50-cen{
  width: 500px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-50-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-50-end{
  width: 500px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-50-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }

/*...................INPUT 550 PX..................*/
.inp-1-55-sta{
  width: 550px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-55-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-55-cen{
  width: 550px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-55-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-55-end{
  width: 550px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-55-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
  /*...................INPUT 600 PX..................*/
.inp-1-60-sta{
  width: 600px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-60-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-60-cen{
  width: 600px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-60-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-60-end{
  width: 600px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-60-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
  /*...................INPUT 650 PX..................*/
.inp-1-65-sta{
  width: 650px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-65-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-65-cen{
  width: 650px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-65-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-65-end{
  width: 650px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-65-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
  /*...................INPUT 700 PX..................*/
.inp-1-70-sta{
  width: 700px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-70-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-70-cen{
  width: 700px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-70-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-70-end{
  width: 700px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-70-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
  /*...................INPUT 750 PX..................*/
.inp-1-75-sta{
  width: 750px;
  text-align: start;
  outline: none;
  border-width: 0.5px;

  
}
.inp-1-75-sta:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-75-cen{
  width:750px;
  text-align: center;
  outline: none;
  border-width: 0.5px;

}
.inp-1-75-cen:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  }
.inp-1-75-end{
  width: 750px;
  text-align: end;
  outline: none;
  border-width: 0.5px;

}
.inp-1-75-end:focus{
  background-color: #fff5bc;
  outline: none;
  border-color: RED;
  border-width: 0.5px;
  border-style: outset;
  
  }
  /*..............INPUT ONE END .............................*/




