*:focus {
  box-shadow: none !important;
}

body {
  background-color: white;
}

.loginWrp {
  color: #7F7F7F;
  margin-top: 60px;
  background: #707070;
  border-radius: 5px;
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
  padding: 15px;
}

.loginInput {
  border-radius: 0;
  font-size: 14px;
  background: #efefef;
  border: 1px solid #D5D5D5;
  padding: 5px 20px;
  box-shadow: none;
}
.loginInput:focus {
  background: #efefef;
  border: 1px solid #D5D5D5;
}

.loginBtn {
  font-size: 14px;
}

.loginBtn__mr5 {
  margin-right: 5px;
}

.loginCap {
  margin-top: 50px;
  color: white;
  text-align: center;
  font-size: 14px;
}

.loginLink {
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.loginLink:hover {
  text-decoration: underline;
}

.loginError {
  display: none;
  color: red;
  font-size: 14px;
  text-align: center;
}

.loginAlert {
  display: none;
}

.navbar {
  background: linear-gradient(to top, #466078 0%, #334c68 100%);
  color: #A7B4D1;
}

.navbarLogo {
  color: white;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.1;
}
.navbarLogo:hover {
  color: #A7B4D1;
}

.rightItem {
  margin-left: 30px;
  color: #A7B4D1;
  text-decoration: none;
}
.rightItem:hover {
  color: white;
}

main {
  margin-top: 46px;
  background: #34485E !important;
}

.sidebar {
  background: #34485E !important;
  width: 225px;
  height: 100%;
}

.sidebarUl {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarUl li {
  background: transparent;
}
.sidebarUl li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-top: 1px solid #6381A1;
}
.sidebarUl li a:hover {
  background: #E02222;
}
.sidebarUl li .active {
  background: #E02222;
}
.sidebarUl li i {
  color: white;
  margin-right: 5px;
}

.content {
  background: white;
  width: 100%;
  min-height: calc(100vh - 88px);
}

.contentCap {
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
}
.contentCap h1 .small {
  font-size: 14px !important;
}
.contentCap h4 {
  font-size: 18px;
}

.contentCard {
  font-size: 14px;
}
.contentCard .label {
  padding: 0.4em 0.6em !important;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.contentCard__gray {
  background: #F5F5F5;
  margin-bottom: 20px;
}

.mycardsTb {
  font-size: 14px;
}

footer {
  background: #34485e !important;
  font-size: 12px;
  padding: 8px 20px 5px;
  position: relative;
  text-align: right;
}
footer .toTop {
  background-color: #2B394A !important;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -2px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  color: #5A7CA3;
}
footer .toTop:hover {
  color: #A7B4D1;
}/*# sourceMappingURL=style.css.map */