/*

put your custom css classes here

.my__custom__class {
  font-weight: bolder;
}
*/

.no-stretch {
    width: 1%;
    white-space: nowrap;
}

.btn--fab {
    z-index: 1;
}

.navbar--light {
    background-color: lightgray;
}

.btn--facebook {
    color: white;
    border-radius: 3px;
    display: inline-block !important;
    background: #405b94 url("../img/facebook.png") no-repeat 10px center;
    height: 35px;
    line-height: 20px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
}

.btn--google {
    color: white;
    border-radius: 3px;
    display: inline-block !important;
    background: #4285f4 url("../img/google.jpg") no-repeat left center;
    border: 1px solid #4285f4;
    height: 35px;
    line-height: 20px;
    padding-left: 45px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
}

.hr-title {
    color: lightgray;
    text-align: center;
    border-top: 1px solid #D1D1D1;
}

.hr-title span {
    background: #FFFFFF;
    position: relative;
    top: -18px !important;
    display: inline-block !important;
    padding: 6px 0;
}

.text--success {
    color: darkgreen;
    font-weight: 500;
}

.confirm--register--info {
    background: lightyellow;
    color: darkgreen;
}
