

input::placeholder{
    color:#808080;
}

.switch label input[type='checkbox']:checked + .lever{
    background-color:#007676 !important;
}

.teal-text{
  color:#007676 !important;
}

.btn:hover,.btn-large:hover,.btn-small:hover {
    background-color:#007676 !important;
}


.teal{
    background-color:#007676 !important;
}
.btn-userbase-fe{
    background-color:#007676 !important;
    color: white !important;
    text-transform: capitalize !important;
}
.btn-userbase-fe:visited{
    background-color:#007676 !important;
    color: white !important;
    text-transform: capitalize !important;
}
.btn-userbase-fe:focus{
    background-color:#007676 !important;
}
.btn-userbase-fe:hover{
    background-color:#009999 !important;
}

.btn-primary{
    background-color:#009999;
    color:#ffffff}

.btn-primary:hover{
    background-color:#007676;
}

.form-control:focus{
    border-color:#009999;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #009999;
}

.logged_out_header_logo{
    height: auto;
    width: 100%;
    max-width: 551px;
    
}