#beastie-login{
    margin-bottom:20px;
}

.separator-text{
    position:relative;
    text-align:center;
    color:#444444;
}

.separator-text:before,.separator-text:after{
    position:absolute;
    width:45%;
    height:1px;
    display:block;
    top:9px;
    content: "";
    border-bottom:1px solid #aaaaaa;
}

.separator-text:after{
    right:0;
}

#beastie-login a{
    padding:10px;
    padding-left:40px;
    border:1px solid  #aaaaaa;
    text-decoration:none;
    max-width:250px;
    display:flex;
    color:#444444;
    align-items:center;
    margin-bottom:20px   
}

#beastie-login a:hover{
    background:#efefef;
}

#beastie-login a img{
    max-width:15px;
    max-height:15px;
}