@media(max-width:740px){
    .login_register_link{
        display:flex;
    }
    .login_register_link li{
        width:40%;
        text-align:center;
        border-radius:10px;
    }
    .login_register_link li:first-child{
        margin-right:20%;
    }
}