/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
} */

a {
  color: #7c9ab7;
  /* font-weight: bold; */
  text-decoration: none;
}

p {
  margin: 15px 0;
}

.forma {
  display: flex;
  flex-direction: row;
  width: 35%;
  align-items: center;
}
.ogon {
  display: flex;
  /* border: 1px solid;
  border-radius: 12px;
  background: black;
  margin: 10px; */
}

input {
  margin: 10px 0;
  padding: 10px;
  border: unset;
  border-bottom: 2px solid #e3e3e3;
  outline: none;
}

button {
  padding: 10px;
  background: #e3e3e3;
  border: unset;
  cursor: pointer;
  font-weight: bold;
}

.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;
  }
}

th,
td {
  padding: 10px;
}

th {
  background: #606060;
  color: #fff;
}

td {
  background: #3148c22b;
}

a {
  color: blue;
}
table {
  position: relative;
}
label {
  padding: 10px;
}
