.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-facebook:hover{
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0,0,0,0.2);
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover{
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    font-size: 14px !important;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    padding: 1px 0px 0px 6px !important;
    /*width: 220px;*/
}
#btn_login a.btn{
    padding: 1px 0px 0px 6px !important; 
    line-height: 36px;
    margin-bottom: 15px;
    font-size: inherit;
}

#btn_login hr {
    clear:both;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


.btn-social>:first-child {
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
#btn_login div.container-fluid.print-note {
    display: none;
}
