* {
  margin: 0px;
  padding: 0px;
}
/* ---------------------------------header style */

#a2 {
  text-decoration: none;
  padding: 10px;
  padding-top: 5px;
  background-color: #004685;
  height: 20px;

  color: white;
}

.header_signin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_signin {
  background-color: #f8f8f8;
  width: 100%;
  height: 45px;

  box-sizing: border-box;
}

.header_signin > .inner-html {
  /* border: 1px solid white; */
  width: 80%;
  height: 25px;
  color: white;
  font-family: sans-serif;
  display: flex;
  justify-content: space-between;
}

#main-container {
  height: 250px;
  width: 400px;
  /* border: 1px solid; */
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 10%;
  text-align: center;
  background-color: #f5f5f5;
  /* padding-top: 2%; */
  padding-top: 25px;
}
input[type="number"] {
  margin-top: 4%;
  width: 320px;
  /* box-sizing: border-box; */
  height: 20px;
  padding: 5px;
  padding-left: 10px;
}
#browser {
  /* border: 1px solid; */
  margin-top: 4%;
  width: 320px;

  height: 20px;
  padding: 5px;
  padding-left: 10px;
}

button {
  background-color: #003380;

  margin-top: 4%;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 340px;
  font-weight: bold;
  font-size: 15px;
}
h3 {
  /* border: 1px solid; */
  width: 350px;
  margin: auto;
  margin-top: 20px;
  font-family: sans-serif;
  font-size: 17px;
}

input {
  border: 2px solid #dadada;
  border-radius: 7px;
}

input:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}
hr {
  width: 340px;
  margin: auto;
  margin-top: 10px;
  border-top: 1px solid #003380c9;
}

input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* footer style */
.pravicy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pravicy-policy {
  background-color: #ee1c2e;
  width: 100%;
  height: 45px;

  box-sizing: border-box;
}

.pravicy-policy > .inner-html1 {
  width: 80%;
  height: 25px;
  color: white;
  font-family: sans-serif;
  display: flex;
  justify-content: space-between;
}
/* footer style end */
