html {
  height: 100%;
}
body {
  height: 100%;
}
.constent.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.login-form {
  width: 370px;
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0px 0px 18px -11px #000;
}

.login-form input {
  width: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
}

.f-end {
  justify-content: end;
}

.col-6.flex-center.f-end a {
  margin-right: 9px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dee2e6;
  height: 39px;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
}
.pozycja .col-md-1 {
  display: flex;
  align-items: end;
}
