.form-login label {
    color: #666;
}
.form-login label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.btn-facebook{
    background-color: #3b5998;
}
.btn-twitter{
    background-color: #55acee;
}
.btn-google{
    background-color: #dd4b39;
}
.btn-login-social{
    color: white;
    min-width: 180px;
}
.btn-login-social svg{
    margin-right: 10px;
}
.btn-login-social:hover,.btn-login-social:focus,.btn-login-social:active{
    color:white;
    filter: brightness(85%);
}
#blq-frasesReaccion > .well-lg{
    padding-top: 18px !important;
    padding-bottom: 0 !important;
}
.frasePerfil{
    display: inline-block;
    background-color: white;
    padding: 10px 2px;
    border: 1px solid #666;
    border-radius: 8px;
    margin-bottom: 18px;
}
.frasePerfil h6{
    margin-top: 0px;
}