input {
  margin: 0px 25px;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #222222;
  transition: all 0.3s cubic-bezier(.64,.09,.08,1);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 96%, #eeeeee 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: darken(#000000, 20%);
  &:focus, &:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
  }
}

.bgimg {
    background-image: url('/img/blueish_sml.png');
}

.notif {
    position: relative;
    background: rgba(255,0,0,1);
    top:-10px;
    height:20px;
    width:20px;
    line-height: 5px;
    font-size: 0.75rem;
    padding: 1px 5px;
    border-radius: 50%;
    color:white;
    border:1px solid red;
}
.num {
  position: absolute;
  right: 11px;
  top: 6px;
  color: #fff;
}

.notification-container {
    position: relative;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
    
    i {
        color: #fff;
    }
}

.notification-counter {   

	min-width: 2em;
    min-height: 2em;
    padding: .5em!important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
    background-color: #db2828!important;
    border-color: #db2828!important;
    color: #fff!important;
	margin-left: 0;
	cursor: pointer;
	font-size: .6rem;
	vertical-align: baseline;
    margin: 0 .14285714em;
	display: inline-block;
	text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
	transition: background .1s ease;
	text-decoration: none;
}

.label-counter {   

	min-width: 2em;
    min-height: 2em;
    padding: .5em!important;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
    background-color: #002828!important;
    border-color: #002828!important;
    color: #fff!important;
	margin-left: 0;
	cursor: pointer;
	font-size: 0.8rem;
	vertical-align: baseline;
    margin: 0 .14285714em;
	display: inline-block;
	text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
	transition: background .1s ease;
	text-decoration: none;
}

