html {
  height: 100%;
}

.page-title h1 {
  font-size: 1.8em;
  padding: 0.8em 0;
}

.page-title {
  background-color: #f7f7f7;
  margin-bottom: 1.5em;
}

.subtitle {
  font-size: 1.6em;
}


/*LOGIN PAGE*/
body.login {
  height: 100%;
}

body.login {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
   margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-logo {
  width: 100%;
  margin-bottom: 2em;
}

.peek-a-bar {
  color: #fff;
  text-align: left;
  font-size: 17px;
  z-index: 10000;
}

.peek-a-bar-success {
  background-color: #00a65a;
}

.peek-a-bar-danger {
  background-color: #dd4b39;
}

.peek-a-bar-info {
  background-color: #0073b7;
}

.peek-a-bar-info::before {
  content: "\f129";
}


.cc-points {
    background: #323245;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 1.4em;
    text-align: center;
    margin: 5px;
}
.cc-total {
  background: #efefef;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 100%;
  color: #323245;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
  margin: 5px;
  padding-right: 1px;
}
.cc-row {
  display: flex;
    align-items: center;
    justify-content: center;
}
.cc-points-col {
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.cc-crown {
  position: absolute;
  width: 30px;
  transform: rotate(-20deg);
}
.cc-box-top {
  border: 2px solid #bf9b30 !important;
}
.cc-row h3 {
  margin-top: 10px;
}