.bg-liberfit{
    background-color: #2cb09d;
}

.portal_coach{
    overflow-x: hidden;
    padding-bottom: 60px;
}

.search-top {
    width: inherit;
    border: none;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}



.btn-liberfit {
    background-color: #2cb09d;
    border-color: #2cb09d;
    color: white;
}

.btn-liberfit:hover {
    background-color: #2cb0AF;
    border-color: #2cb09d;
    color: white;
}

.event-action {
    color: white;
    text-decoration: none;
    position: absolute;
    right: 15px;
}

.event-action:hover {
    color: white;
    text-decoration: none;
}

.back {
    color:white;
    text-decoration: none;
}

.back:hover {
    color:white;
    text-decoration: none;
}

.login-banner {
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 50px;
    font-size: xx-large;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    left: 0;
    color: cadetblue;
    padding: 10px 10px 10px 25px;
    text-transform: uppercase;
}

.dashboard-widget {
    background-color: white;
    border-radius: 8px;
    border: 1px solid lightgrey;
    height: 90px!important;
    width: 100%;
    display: inline-flex;
    margin-bottom: 15px;
    min-width: 315px;
    max-width: 373px;
    transition: all .3s;
}

.dashboard-widget:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}