@media screen and (max-width: 650px) and (orientation: portrait) {
  body {
    font-size: medium;
  }

  input {
    font-size: large;
    height: 10vh;
  }

  button {
    font-size: medium;
    width: 50%;
    margin: 35px auto;
    font-weight: normal;
  }

  form {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
}
.error {
  border-bottom: 2px solid #ff4332;
}

.msg {
  border: 2px solid #ffa908;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.none {
  display: none;
}

.logout {
  color: #b7625c;
}
/* мигающий текст в таблице */
.blinkTab {
  background: #c6c6c6;
  text-decoration: underline red;
  border: solid red 1px;
  /* color: #ff0000; */
  animation: blinker 5s step-start infinite;
}

@keyframes blinker {
  2% {
    opacity: 0.5;
  }
}

.blink {
  background-color: #ff0000;
  animation: blinker 5s step-start infinite;
}

@keyframes blinker {
  2% {
    opacity: 0.5;
  }
}
.ogon {
  display: flex;
  /* border: 1px solid;
  border-radius: 12px;
  background: black;
  margin: 10px; */
}
