.social-networks{
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 100px;
    flex-direction: column;

}

.social-networks > a{
  height: 48px;
    border-radius: 3px;
    display: flex;
    margin: 0 5px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.3px;
    background: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom:20px; 
    width: 100%;

}

.social-networks > a:hover {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    transform: scale(1.1, 1.1);
}

.social-networks > a:first-child{
    color: #fff;
    border: 1px solid #3b5998;
    background: #3b5998;

}



.social-networks > a:last-child{
color: #fff;
    border: 1px solid #dc4e41;
    background: #dc4e41;
    
}

.apsl-login-text{
    display: none;
}

.social-networks a .fa{
    font-size: 30px;
    padding: 0px 10px 0 0;
}

.apsl-icon-block  {
    display: flex;
    align-items: center;
}



@media(max-width:767px){
.social-networks { 
    margin-top: 20px;

}


.social-networks a .fa {
 font-size: 22px;
}

.social-networks > a {
    font-size: 12px;
    width: 100%;
        font-weight: 500;
}





}