body {
  height: 100%;
  color: white;
}

a {
  text-decoration: none;
}

hr {
  border-top: 1px solid #f8e537;
}

.cf-1 {
  background-image: url(../img/shadow-cf1.png);
  background-repeat: no-repeat;
  background-position: right;
}

.sign .sect {
  margin-bottom: 300px;
}

.sign .sect .title {
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  letter-spacing: -0.02em;
  line-height: 78px;
  color: #ffffff;
  margin-bottom: 19px;
}

.sign .sect input {
  width: 100%;
  padding: 1.5vw 3vw;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  background: #2a2e31;
}

.sign .sect input {
  border: 0.1px solid #f8e537;
}

.sign .sect input:focus,
.sign .sect input:-webkit-autofill,
.sign .sect input:-webkit-autofill:hover,
.sign .sect input:-webkit-autofill:focus,
.sign .sect input:-webkit-autofill:active {
  background: #2a2e31 !important;
}

.sign .sect .btn-sign {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0c0b0b;
  background: #f8e537;
  border-radius: 8px;
  padding: 21px 35px 21px 35px;
  text-transform: uppercase;
}

.h10 {
  height: 10vh;
}

.h90 {
  height: 90vh !important;
}

.nss,
.nss:hover {
  border-radius: 0 !important;
  width: 100% !important;
}

.sbtn:hover {
  background: transparent !important;
  cursor: pointer;
}

.ns-text {
  display: inline;
}

.fas {
  margin-right: 0;
}

/* .box{
  display: flex!important;
  flex-flow: column!important;
  height: 100%!important;
} */

.nav-side,
.nav-top {
  background: #2a2e31;
}

.nav-top {
  border-bottom: 1px solid #f8e537;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-side {
  position: fixed;
  transition: 0.3s;
  z-index: 2;
}

.sliding {
  text-align: center;
  width: 5vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.nav-top .nav-item {
  margin-bottom: 3vw;
}

.nav-side .nav-item {
  margin-bottom: 40px;
}

.nav-side .nav-item .nav-link {
  color: #63657c;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.3s;
  border-radius: 10px;
}

.nav-side .nav-item .nav-link .fa {
  margin-right: 1vw;
  color: #f8e537;
}

.nav-side .nav-item .nav-link .fa-power-off {
  color: white;
}

.nav-side .nav-item .nav-link:hover {
  background: #212528;
  color: white;
}

.nav-side .nav-item .nav-link.active {
  background: #606060;
  color: white;
}

.nav-side .nav-item .nav-link.logout {
  background: #9c0000;
  color: white;
}

.nav-side .nav-item .nav-link.logout:hover {
  background: #6d0707;
}

.pagination .page-link {
  background: #2a2e31;
  border-color: #2a2e31;
  color: white;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background: #606060;
  border-color: #606060;
}
