* {
    box-sizing: border-box;
}
body{
  position: relative;
  background: #aaaaaa;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  justify-content: center;
}

input[type="text"] {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 1 */
  line-height: inherit; /* 1 */
  margin: 0 0 5px 0; /* 2 */
  padding: 10px;
}
input[type="password"] {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 1 */
  line-height: inherit; /* 1 */
  margin: 0 0 5px 0; /* 2 */
  padding: 10px;
}
.header {
  position: relative;
  background: url("/bilyar-shar-luza.jpg") center / cover no-repeat;
  display: block;
  box-shadow: 0px 3px 20px 0px black;
}
.header-meta {
  display: block;
  height: 10vh;
  margin: 0 5vw;
  padding: 0;
}
.header-meta ul {
  position: relative;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 2vh;
  white-space: nowrap;
  width: 100%;
}
.sitebody {
  display: block;
  justify-content: center;
}
.sitebody-meta {
  height: 80vh;
  display: flex;
  justify-content: center;
  border: 0.2vw solid black;
  border-radius: 0.5vw;
  margin: 1vw;
}
.footer {
  position: relative;
  display: block;
  box-shadow: 0vw 1vh 1vh 0vw black;
}
.footer-meta {
  display: block;
  margin: 0 5vw;
  padding: 0;
  height: 5vh;
}
.footer-meta p{
  display: flex;
  color: #404040;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 4vh;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.menu-bar {
  display: block;
  border-radius: 2vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(1vh);
  backdrop-filter: blur(1vh);
  align-items: center;
  padding: 0;
  margin: 0;
}
.menu-bar li {
  position: relative;
  list-style: none;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  padding: 1vh 1vw;
  margin: 0.5vh 0vw;
  cursor: pointer;
  white-space: nowrap;
}
.menu-bar li::before {
  color: rgba(0, 150, 0, 255);;
  content: "   ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.2s;
  border-radius: 20px;
}
.menu-bar li a {
  color: rgba(0, 150, 0, 255);
  text-decoration: none;
}
.menu-bar li a:hover {
  color: rgba(0, 150, 0, 255);
  text-decoration: none;
}
.menu-bar li:hover::before {
  background: linear-gradient(to bottom, #e8edec, #d2d1d3);
  box-shadow: 0px 3px 20px 0px black;
  transform: scale(1);
}
.Myform{
  width:300px;
  height: 240px;
  background: #fff;
  border-radius: 10px;
  margin: 10% auto 2% auto;
  box-shadow: 2px 2px 4px 0px #000000;
}
.Myform h1 {
  margin: 0;
  background-color: #282830;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.inp{
  padding:20px;
}
.login{
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  width: 260px;
  border-radius: 5px;
}
.login::placeholder {
  color: #212529;
  opacity: 0.4;
}
.pass{
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  width: 260px;
  border-radius: 5px;
}
.pass::placeholder {
  color: #212529;
  opacity: 0.4;
}
.btn{
  background: #1dabb8;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-weight: bold;
  margin: 10px;
  padding: 12px 20px;
}
.info{
  width: 130px;
  float: left;
  padding-top: 20px;
}
a{
  color: #999999;
  text-decoration: none;
}
a:hover{
  color: #1dabb8;
  text-decoration: none;
}
.errframe {
  display: none;
  position: relative;
  margin: 0% auto;
  color: #ffffff;
  border: 0;
  padding: 0;
  width: 70%;
}
.errframe p {
  margin: 0;
  background-color: #770000;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0px black;
  justify-content: center;
}
