.loginOtherContainer
{   
    width:100%;
    display:flex;
    justify-content: space-evenly;
    padding:2rem 0;

}
.loginOtherContainer a
{
    margin-right:10px;

}



@media(max-width:480px)
{   
   
    .loginOtherContainer a>b
    {
        overflow: hidden;
        white-space: nowrap;
        font-size: 90%;
    }

}
